Skip to content

Commit

Permalink
Merge pull request #30 from Lazy-work/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
abdullah-wn authored Jan 24, 2025
2 parents a235979 + a666b03 commit 9bed6e6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @unisonjs/core

## 0.1.7
## 0.1.8

### Patch Changes

Expand Down
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.7",
"version": "0.1.8",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# unplugin-unisonjs

## 0.1.7
## 0.1.8

### Patch Changes

Expand Down
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.7",
"version": "0.1.8",
"packageManager": "[email protected]",
"description": "",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @unisonjs/vue

## 0.1.7
## 0.1.8

### Patch Changes

Expand All @@ -11,4 +11,4 @@
- [#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
- @unisonjs/core@0.1.8
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.7",
"version": "0.1.8",
"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.7"
"@unisonjs/core": ">=0.1.8"
},
"dependencies": {
"@vue/shared": "^3.5.13"
Expand Down

0 comments on commit 9bed6e6

Please sign in to comment.