@oaknational/oak-components 1.111.1 → 1.112.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,7 @@ If you're using TypeScript you might want to add `@types/styled-components` to y
50
50
  ## Development
51
51
 
52
52
  1. Copy the example env config `cp .env.example .env`
53
- 2. Ask a colleague for the values to populate `.env`
53
+ 2. Populate `.env` with values from the 1Password developer vault, search for: "Oak components .env"
54
54
  3. run `nvm use`
55
55
  4. run `npm install`
56
56
  5. To view the storybook run `npm run storybook`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "1.111.1",
3
+ "version": "1.112.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",