@adobe/aio-commerce-lib-admin-ui 1.0.1-alpha-20260819113253 → 1.0.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/CHANGELOG.md +4 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,13 @@
1
1
  # @adobe/aio-commerce-lib-admin-ui
2
2
 
3
- ## 1.0.1-alpha-20260819113253
4
- ### Patch Changes
5
-
3
+ ## 1.0.1
6
4
 
5
+ ### Patch Changes
7
6
 
8
- - [#635](https://github.com/adobe/aio-commerce-sdk/pull/635) [`8a51d9b`](https://github.com/adobe/aio-commerce-sdk/commit/8a51d9b9269c4af5e8ebb400ff975b86ec1b75f2) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - StrictMode is now applied only in development builds.
7
+ - [#635](https://github.com/adobe/aio-commerce-sdk/pull/635) [`71bf666`](https://github.com/adobe/aio-commerce-sdk/commit/71bf66656ef1fc6dd272a0821e8b00aab5dc197e) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - StrictMode is now applied only in development builds.
9
8
 
10
9
  - Updated dependencies []:
11
- - @adobe/aio-commerce-lib-api@1.3.1-alpha-20260819113253
10
+ - @adobe/aio-commerce-lib-api@1.3.1
12
11
 
13
12
  ## 1.0.0
14
13
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@adobe/aio-commerce-lib-admin-ui",
3
3
  "type": "module",
4
4
  "author": "Adobe Inc.",
5
- "version": "1.0.1-alpha-20260819113253",
5
+ "version": "1.0.1",
6
6
  "private": false,
7
7
  "engines": {
8
8
  "node": ">=22 <=24"
@@ -113,7 +113,7 @@
113
113
  "ky": "^1.9.0",
114
114
  "react-error-boundary": "^6.1.2",
115
115
  "valibot": "^1.1.0",
116
- "@adobe/aio-commerce-lib-api": "1.3.1-alpha-20260819113253",
116
+ "@adobe/aio-commerce-lib-api": "1.3.1",
117
117
  "@adobe/aio-commerce-lib-core": "1.2.0"
118
118
  },
119
119
  "peerDependencies": {
@@ -144,7 +144,7 @@
144
144
  "@aio-commerce-sdk/config-typedoc": "1.0.0",
145
145
  "@aio-commerce-sdk/config-typescript": "1.0.0",
146
146
  "@aio-commerce-sdk/config-vitest": "1.0.0",
147
- "@aio-commerce-sdk/scripting-utils": "0.3.5-alpha-20260819113253",
147
+ "@aio-commerce-sdk/scripting-utils": "0.3.5",
148
148
  "@aio-commerce-sdk/scripts": "0.1.1"
149
149
  },
150
150
  "sideEffects": false,