@codecademy/gamut-illustrations 0.23.0-alpha.84361d.0 → 0.23.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,11 +1,11 @@
1
- @codecademy/gamut-illustrations:build: cache hit, replaying output 1bd13948d1b40a20
2
- @codecademy/gamut-illustrations:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
- @codecademy/gamut-illustrations:build: $ rm -rf dist
4
- @codecademy/gamut-illustrations:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
- @codecademy/gamut-illustrations:build: Browserslist: caniuse-lite is outdated. Please run:
6
- @codecademy/gamut-illustrations:build: npx browserslist@latest --update-db
7
- @codecademy/gamut-illustrations:build: 
8
- @codecademy/gamut-illustrations:build: Why you should do it regularly:
9
- @codecademy/gamut-illustrations:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
- @codecademy/gamut-illustrations:build: Successfully compiled 30 files with Babel (1061ms).
11
- @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
1
+ @codecademy/gamut-illustrations:build: cache hit, replaying output 1bd13948d1b40a20
2
+ @codecademy/gamut-illustrations:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
+ @codecademy/gamut-illustrations:build: $ rm -rf dist
4
+ @codecademy/gamut-illustrations:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
+ @codecademy/gamut-illustrations:build: Browserslist: caniuse-lite is outdated. Please run:
6
+ @codecademy/gamut-illustrations:build: npx browserslist@latest --update-db
7
+ @codecademy/gamut-illustrations:build: 
8
+ @codecademy/gamut-illustrations:build: Why you should do it regularly:
9
+ @codecademy/gamut-illustrations:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
+ @codecademy/gamut-illustrations:build: Successfully compiled 30 files with Babel (1142ms).
11
+ @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
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
- ## [0.23.0-alpha.84361d.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.22.2...@codecademy/gamut-illustrations@0.23.0-alpha.84361d.0) (2022-03-07)
6
+ ## [0.23.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.22.2...@codecademy/gamut-illustrations@0.23.0) (2022-03-08)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * **Illustrations:** add Blueprint & Puzzle ([84361d0](https://github.com/Codecademy/gamut/commit/84361d087c4743ac0837d30fed066d2d95feaae2))
11
+ * **Illustrations:** add Blueprint & Puzzle ([de61f03](https://github.com/Codecademy/gamut/commit/de61f03d0375fe638558fe2743894bd41d970246))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -41,6 +41,6 @@
41
41
  "dist/**/[A-Z]**/[A-Z]*.js",
42
42
  "dist/**/[A-Z]**/index.js"
43
43
  ],
44
- "version": "0.23.0-alpha.84361d.0",
45
- "gitHead": "9864f69795d9f24ce08656992902eb4a67d7c115"
44
+ "version": "0.23.0",
45
+ "gitHead": "5c753931e61c7f3affc6765c96e3b03a6ddbda6e"
46
46
  }