From a50822c5c4a1f04a86908a08fffdedf93c5dea0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:10:38 +0000 Subject: [PATCH] Version Packages --- .changeset/vapor-condition-and-composables.md | 5 ----- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- playground/nuxt/CHANGELOG.md | 7 +++++++ playground/nuxt/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/vapor-condition-and-composables.md diff --git a/.changeset/vapor-condition-and-composables.md b/.changeset/vapor-condition-and-composables.md deleted file mode 100644 index 704cacd..0000000 --- a/.changeset/vapor-condition-and-composables.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vael-ui': patch ---- - -`vael-ui/vapor` now also re-exports composables and utilities, not just components. This also enables a `vapor` export condition on the package root — set it in your bundler and `tsconfig.json` to use `vael-ui` everywhere with no `/vapor` subpath needed. See the [Auto Import guide](https://vael-ui.dev/docs/guides/auto-import#one-import) for setup; see the [0.2.0 release notes](https://github.com/Mini-Sylar/vael-ui/releases/tag/vael-ui%400.2.0) for the original Vapor/resolver docs. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e455eab..bae0213 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # vael-ui +## 0.2.1 + +### Patch Changes + +- [#21](https://github.com/Mini-Sylar/vael-ui/pull/21) [`a78a3a9`](https://github.com/Mini-Sylar/vael-ui/commit/a78a3a9370a4a9fcc4d72b43400faafbab118cf4) Thanks [@Mini-Sylar](https://github.com/Mini-Sylar)! - `vael-ui/vapor` now also re-exports composables and utilities, not just components. This also enables a `vapor` export condition on the package root — set it in your bundler and `tsconfig.json` to use `vael-ui` everywhere with no `/vapor` subpath needed. See the [Auto Import guide](https://vael-ui.dev/docs/guides/auto-import#one-import) for setup; see the [0.2.0 release notes](https://github.com/Mini-Sylar/vael-ui/releases/tag/vael-ui%400.2.0) for the original Vapor/resolver docs. + ## 0.2.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f7c78e3..6331602 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "vael-ui", - "version": "0.2.0", + "version": "0.2.1", "description": "Animation-agnostic Vue 3 UI library with full Vue Vapor support.", "keywords": [ "animation-agnostic", diff --git a/playground/nuxt/CHANGELOG.md b/playground/nuxt/CHANGELOG.md index 08a1d4b..d3ec115 100644 --- a/playground/nuxt/CHANGELOG.md +++ b/playground/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # nuxt-playground +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`a78a3a9`](https://github.com/Mini-Sylar/vael-ui/commit/a78a3a9370a4a9fcc4d72b43400faafbab118cf4)]: + - vael-ui@0.2.1 + ## 0.0.1 ### Patch Changes diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index e1bd54b..d884fa8 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-playground", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "scripts": {