@sproutsocial/racine 12.21.0 → 12.21.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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.21.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e0e4fc78: Storybook addon-essentials has been moved to devDependencies rather than dependencies since it is only used for development and isn't required in production.
|
|
8
|
+
|
|
3
9
|
## 12.21.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "12.21.
|
|
3
|
+
"version": "12.21.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"__flow__",
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@storybook/addon-essentials": "^6.5.12",
|
|
67
66
|
"@styled-system/theme-get": "^5.1.2",
|
|
68
67
|
"classnames": "^2.2.6",
|
|
69
68
|
"lodash.curry": "^4.1.1",
|
|
@@ -102,6 +101,7 @@
|
|
|
102
101
|
"@storybook/addon-a11y": "^6.4.19",
|
|
103
102
|
"@storybook/addon-actions": "^6.4.19",
|
|
104
103
|
"@storybook/addon-controls": "^6.4.19",
|
|
104
|
+
"@storybook/addon-essentials": "^6.5.12",
|
|
105
105
|
"@storybook/addon-storysource": "^6.4.19",
|
|
106
106
|
"@storybook/addon-viewport": "^6.4.19",
|
|
107
107
|
"@storybook/addons": "^6.4.19",
|