@ilo-org/react 0.8.13 → 0.8.14-next.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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @ilo-org/react
2
2
 
3
+ ## 0.8.14-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [045602383]
8
+ - @ilo-org/styles@0.11.3-next.1
9
+
10
+ ## 0.8.14-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - cf4d43446: added hover effect for anchor item inside indented linked list
15
+ - 3be0a12ac: reduced padding for accordion inner panel
16
+ - Updated dependencies [ed548bcfc]
17
+ - Updated dependencies [bf1ec0843]
18
+ - Updated dependencies [ccdb35c99]
19
+ - Updated dependencies [cf4d43446]
20
+ - Updated dependencies [1794fc434]
21
+ - Updated dependencies [3be0a12ac]
22
+ - Updated dependencies [1e58f9c7d]
23
+ - @ilo-org/styles@0.11.3-next.0
24
+ - @ilo-org/themes@0.7.0-next.0
25
+
3
26
  ## 0.8.13
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/react",
3
- "version": "0.8.13",
3
+ "version": "0.8.14-next.1",
4
4
  "description": "React components for the ILO's Design System",
5
5
  "keywords": [
6
6
  "ui_patterns",
@@ -76,8 +76,8 @@
76
76
  "@ilo-org/brand-assets": "0.2.0",
77
77
  "@ilo-org/fonts": "0.1.2",
78
78
  "@ilo-org/icons-react": "0.0.21",
79
- "@ilo-org/styles": "0.11.2",
80
- "@ilo-org/themes": "0.6.1",
79
+ "@ilo-org/styles": "0.11.3-next.1",
80
+ "@ilo-org/themes": "0.7.0-next.0",
81
81
  "@ilo-org/utils": "0.0.11"
82
82
  },
83
83
  "devDependencies": {