scorer-ui-kit 2.0.0-beta.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/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  https://future-standard.github.io/scorer-ui-kit
13
13
 
14
+ ## Enabling Dark and Light theme in your project
15
+ You can read an example about how to configure dark and light theme in the [Dark Light Mode Usage document](../../dark_light_mode_usage.md)
14
16
 
15
17
  ## Development
16
18
 
@@ -53,8 +55,7 @@ If you want to run the project follow the next steps
53
55
  npm start --workspace=packages/storybook
54
56
  ```
55
57
 
56
-
57
- ### Contributing
58
+ ## Contributing
58
59
 
59
60
  This is an open source project, if you are interested in participating please contact [@atomworks](https://github.com/atomworks) or [@JoshLipps](https://github.com/JoshLipps).
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scorer-ui-kit",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.1",
4
4
  "description": "SCORER UI Components",
5
5
  "author": "Josh Lipps",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "@types/react-router-dom": "^5.1.5",
50
50
  "@types/styled-components": "^5.1.25",
51
51
  "@typescript-eslint/eslint-plugin": "^5.32.0",
52
- "@typescript-eslint/parser": "^5.32.0",
52
+ "@typescript-eslint/parser": "^5.56.0",
53
53
  "@zeplin/cli": "^1.1.12",
54
54
  "@zeplin/cli-connect-react-plugin": "^1.1.1",
55
55
  "@zeplin/cli-connect-storybook-plugin": "^0.5.4",