@paprika/toast 2.0.0-next.0 → 2.0.1

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 +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7fbad8a]
8
+ - @paprika/helpers@2.4.1
9
+ - @paprika/button@1.1.15
10
+
11
+ ## 2.0.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [7fbad8a]
16
+ - @paprika/helpers@2.4.1-next.0
17
+ - @paprika/button@1.1.15-next.0
18
+
19
+ ## 2.0.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [d484734]
24
+ - @paprika/l10n@1.2.0
25
+
3
26
  ## 2.0.0-next.0
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/toast",
3
- "version": "2.0.0-next.0",
3
+ "version": "2.0.1",
4
4
  "description": "Toast component is a controlled or uncontrolled component that provides a easy way to commmunicate to users regarding success, warning, info, and error messages.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -16,16 +16,16 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime-corejs2": "^7.3.1",
19
- "@paprika/button": "^1.1.14",
19
+ "@paprika/button": "^1.1.15",
20
20
  "@paprika/constants": "^1.0.0",
21
- "@paprika/helpers": "^2.4.0",
21
+ "@paprika/helpers": "^2.4.1",
22
22
  "@paprika/icon": "^2.1.7",
23
23
  "@paprika/stylers": "^1.1.7",
24
24
  "@paprika/tokens": "^2.0.0",
25
25
  "prop-types": "^15.7.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "@paprika/l10n": "^1.2.0-next.0",
28
+ "@paprika/l10n": "^1.2.0",
29
29
  "react": "^16.8.4",
30
30
  "react-dom": "^16.8.4",
31
31
  "styled-components": "^4.2.0"