@akinon/pz-multi-basket 1.85.0-rc.0 → 1.86.0-rc.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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 1.85.0-rc.0
3
+ ## 1.86.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,6 +9,8 @@
9
9
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
10
10
  - 691a4896: ZERO-2761: fix invalid import
11
11
 
12
+ ## 1.85.0
13
+
12
14
  ## 1.84.0
13
15
 
14
16
  ## 1.83.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.85.0-rc.0",
3
+ "version": "1.86.0-rc.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",