@carbon/colors 10.20.0-rc.0 → 10.20.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 +0 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -137,12 +137,6 @@ blue[50]; // Using the `blue` object.
137
137
  warmGray100; // Using the `warmGray100` variable.
138
138
  ```
139
139
 
140
- ## 📖 API Documentation
141
-
142
- If you're looking for `@carbon/colors` API documentation, check out:
143
-
144
- - [Sass](./docs/sass.md)
145
-
146
140
  ## 📚 Examples
147
141
 
148
142
  If you're looking for more examples on how to use `@carbon/colors`, we have some
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/colors",
3
3
  "description": "Colors for digital and software products using the Carbon Design System",
4
- "version": "10.20.0-rc.0",
4
+ "version": "10.20.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -31,13 +31,13 @@
31
31
  "access": "public"
32
32
  },
33
33
  "scripts": {
34
- "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\" && carbon-cli sassdoc \"scss/*.scss\"",
34
+ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"",
35
35
  "clean": "rimraf css es lib umd scss index.scss"
36
36
  },
37
37
  "devDependencies": {
38
- "@carbon/cli": "^10.19.0-rc.0",
38
+ "@carbon/cli": "^10.19.0",
39
39
  "@carbon/cli-reporter": "^10.4.0",
40
- "@carbon/scss-generator": "^10.12.0",
40
+ "@carbon/scss-generator": "^10.13.0",
41
41
  "@carbon/test-utils": "^10.14.0",
42
42
  "change-case": "^4.1.1",
43
43
  "core-js": "^3.6.5",
@@ -51,5 +51,5 @@
51
51
  "sassDir": "scss",
52
52
  "needs": "^1.3.0"
53
53
  },
54
- "gitHead": "f20d953bfdd69fd024f2b202fd7e62f3139d431c"
54
+ "gitHead": "79db5535fee7f58e0fe21bac154b638cd17f659e"
55
55
  }