@codecademy/gamut-illustrations 0.27.0-alpha.c0119c.0 → 0.27.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.
@@ -2,5 +2,5 @@
2
2
  @codecademy/gamut-illustrations:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
3
  @codecademy/gamut-illustrations:build: $ rm -rf dist
4
4
  @codecademy/gamut-illustrations:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
- @codecademy/gamut-illustrations:build: Successfully compiled 34 files with Babel (1679ms).
5
+ @codecademy/gamut-illustrations:build: Successfully compiled 34 files with Babel (1375ms).
6
6
  @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.27.0-alpha.c0119c.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.26.1...@codecademy/gamut-illustrations@0.27.0-alpha.c0119c.0) (2022-05-03)
6
+ ## [0.27.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.26.1...@codecademy/gamut-illustrations@0.27.0) (2022-05-10)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * Magnifying Glass Illustration ([855f707](https://github.com/Codecademy/gamut/commit/855f7072cb43c7829df75935db8bff5b557b5502))
11
+ * Magnifying Glass Illustration ([4963bab](https://github.com/Codecademy/gamut/commit/4963bab0e369decf374821ea5f00028bc17b2100))
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.27.0-alpha.c0119c.0",
45
- "gitHead": "158c7fbfa246d31788351f727bdfbe43d9f1972a"
44
+ "version": "0.27.0",
45
+ "gitHead": "b5a7d63d2df3fe9f86e93197d62f1577f3b61a8b"
46
46
  }