@codecademy/gamut-styles 13.0.2-alpha.cdc086.0 → 13.0.2-alpha.e38a27.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.
@@ -0,0 +1,6 @@
1
+ @codecademy/gamut-styles:build: cache hit, replaying output e957f9e4dbf493c5
2
+ @codecademy/gamut-styles:build: $ yarn build:clean && yarn build:compile && yarn build:transpile
3
+ @codecademy/gamut-styles:build: $ rm -rf ./dist
4
+ @codecademy/gamut-styles:build: $ tsc
5
+ @codecademy/gamut-styles:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
6
+ @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1313ms).
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [13.0.2-alpha.cdc086.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.0.1...@codecademy/gamut-styles@13.0.2-alpha.cdc086.0) (2022-01-31)
6
+ ### [13.0.2-alpha.e38a27.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.0.1...@codecademy/gamut-styles@13.0.2-alpha.e38a27.0) (2022-01-31)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/gamut-styles
9
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "13.0.2-alpha.cdc086.0",
4
+ "version": "13.0.2-alpha.e38a27.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "url": "git@github.com:Codecademy/gamut.git"
18
18
  },
19
19
  "dependencies": {
20
- "@codecademy/variance": "0.20.1-alpha.cdc086.0",
20
+ "@codecademy/variance": "0.20.1-alpha.e38a27.0",
21
21
  "@emotion/is-prop-valid": "^1.1.0",
22
22
  "polished": "^4.1.2"
23
23
  },
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "32442a839dbab85a34274273e151371079cab4f8"
42
+ "gitHead": "d7ef1e0a0c066b5eb5eae552f8187d12c5cb9c16"
43
43
  }