@shopware/cms-base-layer 0.0.0-canary-20250217100617 → 1.4.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -129,7 +129,7 @@ No additional packages needed to be installed.
129
129
 
130
130
  Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base-layer/CHANGELOG.md)
131
131
 
132
- ### Latest changes: 0.0.0-canary-20250217100617
132
+ ### Latest changes: 1.4.1
133
133
 
134
134
  ### Patch Changes
135
135
 
@@ -145,5 +145,5 @@ Full changelog for stable version is available [here](https://github.com/shopwar
145
145
  - [#1692](https://github.com/shopware/frontends/pull/1692) [`2440a55`](https://github.com/shopware/frontends/commit/2440a55066d31edf2942dbab19a7b5043cdff532) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Change `h5` HTML tag to `div` for better accessibility structure - for ProductCard component
146
146
 
147
147
  - Updated dependencies [[`7324620`](https://github.com/shopware/frontends/commit/7324620a3f39c1b62f7cc294192a3e8b8b336d09)]:
148
- - @shopware/api-client@0.0.0-canary-20250217100617
149
- - @shopware/composables@0.0.0-canary-20250217100617
148
+ - @shopware/api-client@1.2.1
149
+ - @shopware/composables@1.8.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware/cms-base-layer",
3
- "version": "0.0.0-canary-20250217100617",
3
+ "version": "1.4.1",
4
4
  "description": "Vue CMS Nuxt Layer for Shopware",
5
5
  "author": "Shopware",
6
6
  "repository": {
@@ -40,9 +40,9 @@
40
40
  "three": "0.173.0",
41
41
  "vue": "3.5.13",
42
42
  "xss": "1.0.15",
43
- "@shopware/helpers": "1.4.0",
44
- "@shopware/composables": "0.0.0-canary-20250217100617",
45
- "@shopware/api-client": "0.0.0-canary-20250217100617"
43
+ "@shopware/composables": "1.8.1",
44
+ "@shopware/api-client": "1.2.1",
45
+ "@shopware/helpers": "1.4.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@biomejs/biome": "1.8.3",