@janiscommerce/ui-web 0.21.0 → 0.22.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.
package/CHANGELOG.md CHANGED
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.21.0] - 2024-09-4
10
+ ## [0.22.0] - 2024-09-25
11
+
12
+ ### Changed
13
+
14
+ - minor version of react and react dom in peer dependencies
15
+
16
+ ## [0.21.0] - 2024-09-24
11
17
 
12
18
  ### Added
13
19
 
package/dist/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/janis-commerce/ui-web.git"
11
11
  },
12
- "version": "0.21.0",
12
+ "version": "0.22.0",
13
13
  "dependencies": {
14
14
  "prop-types": "^15.7.2",
15
15
  "qrcode.react": "^3.0.2",
@@ -17,8 +17,8 @@
17
17
  "react-frame-component": "^5.2.3"
18
18
  },
19
19
  "peerDependencies": {
20
- "react": "17.x",
21
- "react-dom": "17.x",
20
+ "react": "<= 17.x",
21
+ "react-dom": "<= 17.x",
22
22
  "styled-components": "<= 5.3.0"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janiscommerce/ui-web",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "",
5
5
  "main": "dist/index.umd.js",
6
6
  "private": false,
@@ -103,8 +103,8 @@
103
103
  "testEnvironment": "jsdom"
104
104
  },
105
105
  "peerDependencies": {
106
- "react": "17.x",
107
- "react-dom": "17.x",
106
+ "react": "<= 17.x",
107
+ "react-dom": "<= 17.x",
108
108
  "styled-components": "<= 5.3.0"
109
109
  },
110
110
  "babel": {