diff --git a/.changeset/silent-bottles-beg.md b/.changeset/silent-bottles-beg.md deleted file mode 100644 index f5e7bfe..0000000 --- a/.changeset/silent-bottles-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@unisonjs/core': patch -'@unisonjs/vue': patch ---- - -Fix fast refresh on children components diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a0a221a..baf71d2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @unisonjs/core +## 0.1.12 + +### Patch Changes + +- [#40](https://github.com/Lazy-work/unison/pull/40) [`feeb493`](https://github.com/Lazy-work/unison/commit/feeb493e46360029cf876d50949acf6ea55ad679) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix fast refresh on children components + ## 0.1.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 30f23cb..f029964 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@unisonjs/core", - "version": "0.1.11", + "version": "0.1.12", "packageManager": "pnpm@8.15.3", "type": "module", "scripts": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 124e442..4f5ecf9 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @unisonjs/vue +## 0.1.10 + +### Patch Changes + +- [#40](https://github.com/Lazy-work/unison/pull/40) [`feeb493`](https://github.com/Lazy-work/unison/commit/feeb493e46360029cf876d50949acf6ea55ad679) Thanks [@abdullah-wn](https://github.com/abdullah-wn)! - Fix fast refresh on children components + +- Updated dependencies [[`feeb493`](https://github.com/Lazy-work/unison/commit/feeb493e46360029cf876d50949acf6ea55ad679)]: + - @unisonjs/core@0.1.12 + ## 0.1.9 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index acf79f5..0feea45 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@unisonjs/vue", - "version": "0.1.9", + "version": "0.1.10", "packageManager": "pnpm@8.15.3", "type": "module", "main": "./dist/cjs/src/index.js", @@ -51,7 +51,7 @@ "unplugin-inline-enum": "^0.2.0" }, "peerDependencies": { - "@unisonjs/core": ">=0.1.11" + "@unisonjs/core": ">=0.1.12" }, "dependencies": { "@vue/shared": "^3.5.13"