@codecademy/gamut-styles 13.2.0-alpha.25675c.0 → 13.2.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.
@@ -1,6 +1,6 @@
1
- @codecademy/gamut-styles:build: cache hit, replaying output 56311cc480edf9b3
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 (1604ms).
1
+ @codecademy/gamut-styles:build: cache hit, replaying output 56311cc480edf9b3
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 (1435ms).
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.2.0-alpha.25675c.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.1.1...@codecademy/gamut-styles@13.2.0-alpha.25675c.0) (2022-05-24)
6
+ ## [13.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.1.1...@codecademy/gamut-styles@13.2.0) (2022-05-24)
7
7
 
8
8
 
9
9
  ### Features
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.2.0-alpha.25675c.0",
4
+ "version": "13.2.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "d8bcdfd89e7ce274df7a207de3f92cdcf1ef1414"
42
+ "gitHead": "b3dfa419dc36036d34f7e894eca8627e5f424bc9"
43
43
  }