@propeller-commerce/propeller-v2-vue-ui 0.3.23 → 0.3.24
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@ 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.24] - 2026-07-08
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Bumped the `@propeller-commerce/propeller-sdk-v2` dev dependency to `^0.12.0`
|
|
16
|
+
to build and test against the SDK's 0.12.0 release. The runtime peer stays
|
|
17
|
+
`*` — consumers pin the SDK version. No API change.
|
|
18
|
+
|
|
11
19
|
## [0.3.23] - 2026-06-26
|
|
12
20
|
|
|
13
21
|
### Added
|
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.24",
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"vue-hot-toast": "^0.0.1-rc.4"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@propeller-commerce/propeller-sdk-v2": "^0.
|
|
72
|
+
"@propeller-commerce/propeller-sdk-v2": "^0.12.0",
|
|
73
73
|
"@storybook/vue3-vite": "^9.1.20",
|
|
74
74
|
"@tailwindcss/cli": "^4",
|
|
75
75
|
"@types/lodash.debounce": "^4.0.9",
|