@ilo-org/react 0.1.0 → 0.1.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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ilo-org/react
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 368092aee: Set React peer dependencies to >16
8
+ - Updated dependencies [368092aee]
9
+ - @ilo-org/icons-react@0.0.18
10
+ - @ilo-org/styles@0.1.16
11
+
3
12
  ## 0.1.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React components for the ILO's Design System",
5
5
  "keywords": [
6
6
  "ui_patterns",
@@ -68,8 +68,8 @@
68
68
  "react-transition-group": "^4.4.1",
69
69
  "@ilo-org/brand-assets": "0.0.2",
70
70
  "@ilo-org/fonts": "0.0.7",
71
- "@ilo-org/icons-react": "0.0.17",
72
- "@ilo-org/styles": "0.1.15",
71
+ "@ilo-org/icons-react": "0.0.18",
72
+ "@ilo-org/styles": "0.1.16",
73
73
  "@ilo-org/themes": "0.1.15",
74
74
  "@ilo-org/utils": "0.0.11"
75
75
  },
@@ -130,8 +130,8 @@
130
130
  "@ilo-org/typescript-config": "0.0.1"
131
131
  },
132
132
  "peerDependencies": {
133
- "react": "^17.0.2",
134
- "react-dom": "^17.0.2"
133
+ "react": ">16",
134
+ "react-dom": ">16"
135
135
  },
136
136
  "publishConfig": {
137
137
  "access": "public"