-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
449fa05
commit 60bad7a
Showing
18 changed files
with
55 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|