@codecademy/gamut-styles 13.2.0-alpha.f181dd.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 71042463d3592090
1
+ @codecademy/gamut-styles:build: cache hit, replaying output 56311cc480edf9b3
2
2
  @codecademy/gamut-styles:build: $ yarn build:clean && yarn build:compile && yarn build:transpile
3
3
  @codecademy/gamut-styles:build: $ rm -rf ./dist
4
4
  @codecademy/gamut-styles:build: $ tsc
5
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 (1465ms).
6
+ @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1435ms).
package/CHANGELOG.md CHANGED
@@ -3,12 +3,12 @@
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.f181dd.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.1.1...@codecademy/gamut-styles@13.2.0-alpha.f181dd.0) (2022-05-18)
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
10
10
 
11
- * **Typography:** new line height system props ([a4b12ba](https://github.com/Codecademy/gamut/commit/a4b12ba894f81b8144d48ad713c99b7529536770))
11
+ * **Typography:** new lineHeight system props ([0f3418e](https://github.com/Codecademy/gamut/commit/0f3418e2636124bf5ac76e52d9766e2d25e8477e))
12
12
 
13
13
 
14
14
 
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.f181dd.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": "f223be563891510cef4a9240063aad70befb4bdf"
42
+ "gitHead": "b3dfa419dc36036d34f7e894eca8627e5f424bc9"
43
43
  }