Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 24, 2025
1 parent 449fa05 commit 60bad7a
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-forks-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-flowers-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-bees-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-moles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-ties-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-ligers-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-frogs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-weeks-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-sloths-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-scissors-do.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# babel-plugin-unisonjs-compiler

## 0.2.0

### Minor Changes

- [#21](https://github.com/Lazy-work/unison/pull/21) [`289d646`](https://github.com/Lazy-work/unison/commit/289d64619de94ab34b464686aa51845873e9d0d8) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Auto import unison if necessary

- [#19](https://github.com/Lazy-work/unison/pull/19) [`c630e3e`](https://github.com/Lazy-work/unison/commit/c630e3e222682a413088ed53cc41cc401a88f63c) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Handle top level directive

### Patch Changes

- [#22](https://github.com/Lazy-work/unison/pull/22) [`38e7595`](https://github.com/Lazy-work/unison/commit/38e7595ad861f677566a3813f1c19919dbeea1e8) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Isolate compilation

- [#20](https://github.com/Lazy-work/unison/pull/20) [`7e1caec`](https://github.com/Lazy-work/unison/commit/7e1caec742d24d0afb38fc0417755af45a1f08dd) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix directive mode

- [#18](https://github.com/Lazy-work/unison/pull/18) [`0b567f6`](https://github.com/Lazy-work/unison/commit/0b567f6e6337e781b6fb38b2adef9b4943e8f60c) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Add missing props and handle JSX Fragment
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-unisonjs-compiler",
"version": "0.1.6",
"version": "0.2.0",
"packageManager": "[email protected]",
"scripts": {
"test": "vitest --",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @unisonjs/core

## 0.1.7

### Patch Changes

- [#27](https://github.com/Lazy-work/unison/pull/27) [`59318d4`](https://github.com/Lazy-work/unison/commit/59318d44a85e3c9286b3a35fe3d9f29a4306cd0d) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Handle fast refresh for react hooks

- [`67f1f88`](https://github.com/Lazy-work/unison/commit/67f1f88f342100fc81d309d9572143f5132e937b) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix hook manager types for vue package
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisonjs/core",
"version": "0.1.6",
"version": "0.1.7",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# unplugin-unisonjs

## 0.1.7

### Patch Changes

- [#23](https://github.com/Lazy-work/unison/pull/23) [`7267774`](https://github.com/Lazy-work/unison/commit/726777432ae9cfced9434b96937b98c4e227490f) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Filter symbolic links

- Updated dependencies [[`38e7595`](https://github.com/Lazy-work/unison/commit/38e7595ad861f677566a3813f1c19919dbeea1e8), [`7e1caec`](https://github.com/Lazy-work/unison/commit/7e1caec742d24d0afb38fc0417755af45a1f08dd), [`0b567f6`](https://github.com/Lazy-work/unison/commit/0b567f6e6337e781b6fb38b2adef9b4943e8f60c), [`289d646`](https://github.com/Lazy-work/unison/commit/289d64619de94ab34b464686aa51845873e9d0d8), [`c630e3e`](https://github.com/Lazy-work/unison/commit/c630e3e222682a413088ed53cc41cc401a88f63c)]:
- [email protected]
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-unisonjs",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"packageManager": "[email protected]",
"description": "",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @unisonjs/vue

## 0.1.7

### Patch Changes

- [#26](https://github.com/Lazy-work/unison/pull/26) [`21c601e`](https://github.com/Lazy-work/unison/commit/21c601e6d2b8018361da7df523a7572c4ad7c93f) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix trigger of hook ref

- [`67f1f88`](https://github.com/Lazy-work/unison/commit/67f1f88f342100fc81d309d9572143f5132e937b) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix hook manager types for vue package

- [#24](https://github.com/Lazy-work/unison/pull/24) [`059e731`](https://github.com/Lazy-work/unison/commit/059e7314e2ed11ef6a85286bc6ec3954458bf359) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix injection plugin initialization

- Updated dependencies [[`59318d4`](https://github.com/Lazy-work/unison/commit/59318d44a85e3c9286b3a35fe3d9f29a4306cd0d), [`67f1f88`](https://github.com/Lazy-work/unison/commit/67f1f88f342100fc81d309d9572143f5132e937b)]:
- @unisonjs/core@0.1.7
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisonjs/vue",
"version": "0.1.6",
"version": "0.1.7",
"packageManager": "[email protected]",
"type": "module",
"main": "./dist/cjs/src/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"unplugin-inline-enum": "^0.2.0"
},
"peerDependencies": {
"@unisonjs/core": ">=0.1.1"
"@unisonjs/core": ">=0.1.7"
},
"dependencies": {
"@vue/shared": "^3.5.13"
Expand Down

0 comments on commit 60bad7a

Please sign in to comment.