@codecademy/gamut-styles 13.2.1-alpha.ee545b.0 → 13.2.1-alpha.f46e91.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,9 +1,9 @@
1
- @codecademy/gamut-styles:build: cache hit, replaying output d93af4c3b773f942
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: Browserslist: caniuse-lite is outdated. Please run:
7
- @codecademy/gamut-styles:build:  npx browserslist@latest --update-db
8
- @codecademy/gamut-styles:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9
- @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1561ms).
1
+ @codecademy/gamut-styles:build: cache hit, replaying output d93af4c3b773f942
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: Browserslist: caniuse-lite is outdated. Please run:
7
+ @codecademy/gamut-styles:build:  npx browserslist@latest --update-db
8
+ @codecademy/gamut-styles:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9
+ @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1625ms).
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.1-alpha.ee545b.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.2.0...@codecademy/gamut-styles@13.2.1-alpha.ee545b.0) (2022-07-12)
6
+ ### [13.2.1-alpha.f46e91.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.2.0...@codecademy/gamut-styles@13.2.1-alpha.f46e91.0) (2022-07-12)
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.2.1-alpha.ee545b.0",
4
+ "version": "13.2.1-alpha.f46e91.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": "d2d437cec0ea3639db20701d98206569d35bcc26"
42
+ "gitHead": "30dfcc94543b422097f62796544701c8bd5f5368"
43
43
  }