@paprika/tag 1.0.2-next.0 → 1.0.2
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 +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d60fb99: peerDependencies now include react@17 and react@18
|
|
8
|
+
- Updated dependencies [d60fb99]
|
|
9
|
+
- @paprika/constants@1.0.1
|
|
10
|
+
- @paprika/icon@2.1.8
|
|
11
|
+
- @paprika/l10n@1.2.1
|
|
12
|
+
- @paprika/raw-button@1.0.15
|
|
13
|
+
- @paprika/tokens@2.0.1
|
|
14
|
+
- @paprika/helpers@2.4.2
|
|
15
|
+
- @paprika/stylers@1.1.8
|
|
16
|
+
|
|
3
17
|
## 1.0.2-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paprika/tag",
|
|
3
|
-
"version": "1.0.2
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Tag can be both static UI labels or removable components. Static Tag is mostly used to show an item’s status. A removable Tag should be used to add or group objects.",
|
|
5
5
|
"author": "@paprika",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime-corejs2": "^7.3.1",
|
|
19
|
-
"@paprika/constants": "^1.0.1
|
|
20
|
-
"@paprika/helpers": "^2.4.2
|
|
21
|
-
"@paprika/raw-button": "^1.0.15
|
|
22
|
-
"@paprika/stylers": "^1.1.8
|
|
23
|
-
"@paprika/tokens": "^2.0.1
|
|
24
|
-
"@paprika/icon": "^2.1.8
|
|
19
|
+
"@paprika/constants": "^1.0.1",
|
|
20
|
+
"@paprika/helpers": "^2.4.2",
|
|
21
|
+
"@paprika/raw-button": "^1.0.15",
|
|
22
|
+
"@paprika/stylers": "^1.1.8",
|
|
23
|
+
"@paprika/tokens": "^2.0.1",
|
|
24
|
+
"@paprika/icon": "^2.1.8",
|
|
25
25
|
"prop-types": "^15.7.2"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@paprika/l10n": "^1.2.1
|
|
28
|
+
"@paprika/l10n": "^1.2.1",
|
|
29
29
|
"react": "^16.8.4 || ^17.0.2 || ^18.0.0",
|
|
30
30
|
"react-dom": "^16.8.4 || ^17.0.2 || ^18.0.0",
|
|
31
31
|
"styled-components": "^4.2.0"
|