@propeller-commerce/propeller-v2-vue-ui 0.3.20 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@ once it reaches 1.0. Until then (the `0.x` line) the public API may change
|
|
|
8
8
|
between minor versions; breaking changes are called out below and in
|
|
9
9
|
[MIGRATION.md](./MIGRATION.md).
|
|
10
10
|
|
|
11
|
+
## [0.3.21] - 2026-06-24
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- **Bumped the `@propeller-commerce/propeller-v2-core-ui` dependency from
|
|
16
|
+
`^0.2.4` to `^0.3.1`.** core-ui 0.3.0 promoted the rich `CmsProvider`
|
|
17
|
+
contract and the typed CMS block catalog from the Next boilerplate into the
|
|
18
|
+
shared core; 0.3.1 added a docs-site link. Both releases are purely additive
|
|
19
|
+
("nothing removed or renamed"), so this is a no-runtime-change dependency
|
|
20
|
+
refresh that brings the Vue package onto the current core. No component
|
|
21
|
+
source changed.
|
|
22
|
+
|
|
11
23
|
## [0.3.20] - 2026-06-24
|
|
12
24
|
|
|
13
25
|
### Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@propeller-commerce/propeller-v2-vue-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "Vue 3 component library for Propeller Commerce — ready-made e-commerce UI, headless composables, and SDK glue.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"lodash.debounce": "^4.0.8",
|
|
63
63
|
"lucide-vue-next": "^1.0.0",
|
|
64
64
|
"marked": "^18.0.0",
|
|
65
|
-
"@propeller-commerce/propeller-v2-core-ui": "^0.
|
|
65
|
+
"@propeller-commerce/propeller-v2-core-ui": "^0.3.1",
|
|
66
66
|
"qs": "^6.15.0",
|
|
67
67
|
"swiper": "^12.1.3",
|
|
68
68
|
"tailwind-merge": "^3.5.0",
|