@cloudflare/component-multistep-modal 1.3.133 → 2.0.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 +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e2cf563e32: Correctly list the following packages as peer dependencies:
8
+
9
+ - @cloudflare/style-const
10
+ - @cloudflare/style-container
11
+ - @cloudflare/style-provider
12
+
13
+ These packages used to install `fela` and `react-fela` as transitive dependencies, which can cause issues if the version installed by the package is different than the version that is installed by the host application.
14
+
15
+ To prevent this from happening, it is recommended that the host application specifies its own version of the `@cloudflare/style-*` packages.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [e2cf563e32]
20
+ - @cloudflare/component-progress@5.0.0
21
+ - @cloudflare/style-container@7.9.0
22
+ - @cloudflare/component-test-dummy@3.0.0
23
+ - @cloudflare/component-box@3.0.0
24
+ - @cloudflare/component-button@4.0.0
25
+ - @cloudflare/component-modal@4.0.0
26
+
3
27
  ## 1.3.133
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudflare/component-multistep-modal",
3
3
  "description": "Multistep modal with a progress bar",
4
- "version": "1.3.133",
4
+ "version": "2.0.0",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -13,16 +13,16 @@
13
13
  "module": "es/index.js"
14
14
  },
15
15
  "dependencies": {
16
- "@cloudflare/component-box": "^2.4.7",
17
- "@cloudflare/component-button": "^3.2.9",
18
- "@cloudflare/component-modal": "^3.1.10",
19
- "@cloudflare/component-progress": "^4.4.201",
20
- "@cloudflare/component-test-dummy": "^2.0.502",
16
+ "@cloudflare/component-box": "^3.0.0",
17
+ "@cloudflare/component-button": "^4.0.0",
18
+ "@cloudflare/component-modal": "^4.0.0",
19
+ "@cloudflare/component-progress": "^5.0.0",
20
+ "@cloudflare/component-test-dummy": "^3.0.0",
21
21
  "@cloudflare/intl-react": "^1.9.80",
22
- "@cloudflare/style-container": "^7.8.46",
23
22
  "prop-types": "^15.6.0"
24
23
  },
25
24
  "peerDependencies": {
25
+ "@cloudflare/style-container": "^7.9.0",
26
26
  "react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"
27
27
  },
28
28
  "stratus": {