Skip to content

Commit f9d9dd0

Browse files
Version Packages
1 parent 8ad48bf commit f9d9dd0

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

.changeset/grumpy-mayflies-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-llamas-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# babel-plugin-unisonjs-compiler
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/Lazy-work/unison/pull/38) [`91b7631`](https://github.com/Lazy-work/unison/commit/91b7631996285e7f9ae0f4a6b7d0022cd05d4990) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix component return handling and simplify nested scope skipping
8+
39
## 0.2.1
410

511
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-unisonjs-compiler",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"packageManager": "[email protected]",
55
"scripts": {
66
"test": "vitest --",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @unisonjs/core
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/Lazy-work/unison/pull/37) [`29e54c6`](https://github.com/Lazy-work/unison/commit/29e54c61dc188e4d29547897fd97aeda2469c520) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix component setup execution
8+
39
## 0.1.10
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unisonjs/core",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

packages/unplugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# unplugin-unisonjs
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91b7631`](https://github.com/Lazy-work/unison/commit/91b7631996285e7f9ae0f4a6b7d0022cd05d4990)]:
8+
9+
310
## 0.1.9
411

512
### Patch Changes

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-unisonjs",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"packageManager": "[email protected]",
66
"description": "",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"unplugin-inline-enum": "^0.2.0"
5252
},
5353
"peerDependencies": {
54-
"@unisonjs/core": ">=0.1.10"
54+
"@unisonjs/core": ">=0.1.11"
5555
},
5656
"dependencies": {
5757
"@vue/shared": "^3.5.13"

0 commit comments

Comments
 (0)