@paprika/tag 3.0.3-next.0 → 3.0.4-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1cfbed3c3: Update dependencies from dependabot and test new publish hooks
8
+ - Updated dependencies [1cfbed3c3]
9
+ - @paprika/constants@1.0.2-next.0
10
+ - @paprika/icon@3.0.3-next.0
11
+ - @paprika/l10n@2.1.2-next.0
12
+ - @paprika/raw-button@1.0.20-next.0
13
+ - @paprika/stylers@1.1.13-next.0
14
+ - @paprika/tokens@3.1.1-next.0
15
+ - @paprika/helpers@2.4.3-next.0
16
+
17
+ ## 3.0.3
18
+
19
+ ### Patch Changes
20
+
21
+ - ac538bf: Add RTL (Right-to-Left) language support by converting physical CSS properties to logical properties
22
+ - Updated dependencies [ac538bf]
23
+ - Updated dependencies [4c5c420]
24
+ - @paprika/stylers@1.1.12
25
+ - @paprika/raw-button@1.0.19
26
+
3
27
  ## 3.0.3-next.0
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/tag",
3
- "version": "3.0.3-next.0",
3
+ "version": "3.0.4-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,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.19-next.0",
22
- "@paprika/stylers": "^1.1.12-next.0",
23
- "@paprika/tokens": "^3.1.0",
24
- "@paprika/icon": "^3.0.2",
19
+ "@paprika/constants": "^1.0.2-next.0",
20
+ "@paprika/helpers": "^2.4.3-next.0",
21
+ "@paprika/raw-button": "^1.0.20-next.0",
22
+ "@paprika/stylers": "^1.1.13-next.0",
23
+ "@paprika/tokens": "^3.1.1-next.0",
24
+ "@paprika/icon": "^3.0.3-next.0",
25
25
  "prop-types": "^15.7.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "@paprika/l10n": "^2.1.1",
28
+ "@paprika/l10n": "^2.1.2-next.0",
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 || >=5.0.0 <6.0.0"