@codecademy/gamut-kit 0.5.126-alpha.b9b760.0 → 1.0.0-alpha.aa37ee.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 (3) hide show
  1. package/CHANGELOG.md +392 -377
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # GAMUT KIT (& KABOODLE)
2
2
 
3
- A single package that includes all of the gamut-related modules
3
+ A single package that includes all of the Gamut-related modules
4
4
 
5
5
  Include this package in your application instead of the individual packages to simplify version management.
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-kit",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "0.5.126-alpha.b9b760.0",
4
+ "version": "1.0.0-alpha.aa37ee.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git@github.com:Codecademy/client-modules.git"
8
+ "url": "git@github.com:Codecademy/gamut.git"
9
9
  },
10
10
  "dependencies": {
11
- "@codecademy/gamut": "38.0.2-alpha.b9b760.0",
12
- "@codecademy/gamut-icons": "^5.13.0",
13
- "@codecademy/gamut-illustrations": "^0.19.0",
14
- "@codecademy/gamut-labs": "26.0.2-alpha.b9b760.0",
15
- "@codecademy/gamut-patterns": "0.6.3-alpha.b9b760.0",
16
- "@codecademy/gamut-styles": "^11.11.0",
17
- "@codecademy/gamut-tests": "^2.6.2",
18
- "@codecademy/variance": "^0.18.1",
11
+ "@codecademy/gamut": "39.0.0-alpha.aa37ee.0",
12
+ "@codecademy/gamut-icons": "6.0.0-alpha.aa37ee.0",
13
+ "@codecademy/gamut-illustrations": "0.20.0-alpha.aa37ee.0",
14
+ "@codecademy/gamut-labs": "27.0.0-alpha.aa37ee.0",
15
+ "@codecademy/gamut-patterns": "1.0.0-alpha.aa37ee.0",
16
+ "@codecademy/gamut-styles": "12.0.0-alpha.aa37ee.0",
17
+ "@codecademy/gamut-tests": "3.0.0-alpha.aa37ee.0",
18
+ "@codecademy/variance": "0.19.0-alpha.aa37ee.0",
19
19
  "component-test-setup": "^0.3.1"
20
20
  },
21
21
  "license": "MIT",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "gitHead": "8ecb95ead568516bf932208bbf7e7b07af1b77ad"
25
+ "gitHead": "4a9d1a7016979719243a083fd8396523aa24b017"
26
26
  }