@cruk/cruk-react-components 1.0.2 → 1.0.3

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.3] - 2021-01-21
9
+
10
+ ### Changed
11
+
12
+ - Moving storybook/react into dev dependencies
13
+
8
14
  ## [1.0.2] - 2021-01-21
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cruk/cruk-react-components",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "React components implementing CRUK and SU2C designs",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -95,6 +95,7 @@
95
95
  "@storybook/addon-links": "^6.4.14",
96
96
  "@storybook/builder-webpack5": "^6.4.14",
97
97
  "@storybook/manager-webpack5": "^6.4.14",
98
+ "@storybook/react": "^6.4.14",
98
99
  "@types/assert": "^1.5.1",
99
100
  "@types/cypress-image-snapshot": "^3.1.6",
100
101
  "@types/jest": "^27.4.0",
@@ -152,7 +153,6 @@
152
153
  "styled-components": "^5.1.1"
153
154
  },
154
155
  "dependencies": {
155
- "@storybook/react": "^6.4.14",
156
156
  "react-focus-lock": "^2.5.2"
157
157
  }
158
158
  }