@propeller-commerce/propeller-v2-vue-ui 0.3.19 → 0.3.20
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/README.md +2 -0
- package/package.json +1 -1
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.20] - 2026-06-24
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- Added a link to the canonical docs site
|
|
16
|
+
(https://propeller-commerce.github.io/propeller-v2-vue-ui/) at the top of the
|
|
17
|
+
README, as the source of truth for props and usage.
|
|
18
|
+
|
|
11
19
|
## [0.3.19] - 2026-06-23
|
|
12
20
|
|
|
13
21
|
### Fixed
|
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@ ready-made e-commerce UI — product cards, grids, carts, checkout, account
|
|
|
5
5
|
pages — together with headless composables that talk to the Propeller
|
|
6
6
|
GraphQL API, plus the shared utilities and types those parts build on.
|
|
7
7
|
|
|
8
|
+
📖 **Docs (canonical reference for props & usage):** https://propeller-commerce.github.io/propeller-v2-vue-ui/
|
|
9
|
+
|
|
8
10
|
It is the Vue mirror of [`propeller-v2-react-ui`](https://github.com/propeller-commerce/propeller-v2-react-ui):
|
|
9
11
|
same component set, same SDK seam, same styling contract.
|
|
10
12
|
|
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.20",
|
|
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",
|