@paprika/tag 0.0.12 → 0.0.13-next.0

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.13-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @paprika/button@1.1.5-next.0
8
+
3
9
  ## 0.0.12
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -36,8 +36,6 @@ npm install @paprika/tag
36
36
  <!-- end: Autogenerated - do not modify -->
37
37
  <!-- content -->
38
38
 
39
- This component is deprecated and has been moved to @paprika/tag
40
-
41
39
  <!-- eoContent -->
42
40
 
43
41
  ## Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/tag",
3
- "version": "0.0.12",
3
+ "version": "0.0.13-next.0",
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,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime-corejs2": "^7.3.1",
19
- "@paprika/button": "^1.1.4",
19
+ "@paprika/button": "^1.1.5-next.0",
20
20
  "@paprika/constants": "^1.0.0",
21
21
  "@paprika/helpers": "^2.1.3",
22
22
  "@paprika/raw-button": "^1.0.6",