@contentful/f36-icons 4.1.0 → 4.1.3
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 +27 -0
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.1.3](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.1.2...@contentful/f36-icons@4.1.3) (2022-03-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @contentful/f36-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.1.2](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.1.1...@contentful/f36-icons@4.1.2) (2022-03-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* migrate links from master to main ([#1923](https://github.com/contentful/forma-36/issues/1923)) ([607301d](https://github.com/contentful/forma-36/commit/607301d57a2e83190d2aa298120ddb8493e8c429))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [4.1.1](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.1.0...@contentful/f36-icons@4.1.1) (2022-02-17)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @contentful/f36-icons
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [4.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.4...@contentful/f36-icons@4.1.0) (2022-02-09)
|
|
7
34
|
|
|
8
35
|
|
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This package is part of the pre-release. This means it is unsupported and subject to breaking changes without warning.
|
|
4
4
|
|
|
5
|
-
Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/
|
|
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).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/f36-icons",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "Forma 36: Icon components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@babel/runtime": "^7.6.2",
|
|
11
|
-
"@contentful/f36-core": "^4.
|
|
12
|
-
"@contentful/f36-icon": "^4.1.
|
|
13
|
-
"@contentful/f36-tokens": "^4.0.
|
|
11
|
+
"@contentful/f36-core": "^4.2.2",
|
|
12
|
+
"@contentful/f36-icon": "^4.1.4",
|
|
13
|
+
"@contentful/f36-tokens": "^4.0.1",
|
|
14
14
|
"emotion": "^10.0.17"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "1c16ce60b94a22c2e232d77b040009061cbfa4be"
|
|
36
36
|
}
|