@adobe/aio-commerce-lib-admin-ui 1.1.0-alpha-20260915125846 → 1.1.0

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/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @adobe/aio-commerce-lib-admin-ui
2
2
 
3
- ## 1.1.0-alpha-20260915125846
3
+ ## 1.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,7 +13,7 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies [[`1837df1`](https://github.com/adobe/aio-commerce-sdk/commit/1837df107bd2b8d2211f77438a07b6e7ee0af03e)]:
16
- - @adobe/aio-commerce-lib-api@1.4.0-alpha-20260915125846
16
+ - @adobe/aio-commerce-lib-api@1.4.0
17
17
 
18
18
  ## 1.0.1
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aio-commerce-lib-admin-ui",
3
- "version": "1.1.0-alpha-20260915125846",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "description": "A library to interact with the Adobe Commerce Admin UI SDK API",
6
6
  "keywords": [
@@ -101,7 +101,7 @@
101
101
  "README.md"
102
102
  ],
103
103
  "dependencies": {
104
- "@adobe/aio-commerce-lib-api": "1.4.0-alpha-20260915125846",
104
+ "@adobe/aio-commerce-lib-api": "1.4.0",
105
105
  "@adobe/aio-commerce-lib-core": "1.2.0",
106
106
  "@adobe/exc-app": "^1.4.20",
107
107
  "@adobe/uix-guest": "^1.0.3",