@contentful/f36-icons 4.10.1 → 4.10.4

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
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @contentful/f36-icon@4.10.4
9
+ - @contentful/f36-core@4.10.4
10
+
11
+ ## 4.10.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @contentful/f36-icon@4.10.3
17
+ - @contentful/f36-core@4.10.3
18
+
19
+ ## 4.10.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @contentful/f36-icon@4.10.2
25
+ - @contentful/f36-core@4.10.2
26
+
3
27
  ## 4.10.1
4
28
 
5
29
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @contentful/f36-icons
2
2
 
3
- This package is part of the pre-release. This means it is unsupported and subject to breaking changes without warning.
4
-
5
- Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/main/packages/forma-36-react-components), [NPM](https://www.npmjs.com/package/@contentful/forma-36-react-components).
3
+ Guidelines for adding new icons can be found at https://f36.contentful.com/guidelines/adding-icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/f36-icons",
3
- "version": "4.10.1",
3
+ "version": "4.10.4",
4
4
  "description": "Forma 36: Icon components",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@babel/runtime": "^7.6.2",
11
- "@contentful/f36-core": "^4.10.1",
12
- "@contentful/f36-icon": "^4.10.1",
11
+ "@contentful/f36-core": "^4.10.4",
12
+ "@contentful/f36-icon": "^4.10.4",
13
13
  "@contentful/f36-tokens": "^4.0.1",
14
14
  "emotion": "^10.0.17"
15
15
  },