@codecademy/gamut-illustrations 0.24.1-alpha.eb2db6.0 → 0.25.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,6 @@
1
- @codecademy/gamut-illustrations:build: cache hit, replaying output 35e9d4cb06bc19cc
1
+ @codecademy/gamut-illustrations:build: cache hit, replaying output 8eef9c902318adeb
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: 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 32 files with Babel (1152ms).
5
+ @codecademy/gamut-illustrations:build: Successfully compiled 32 files with Babel (1370ms).
11
6
  @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,11 +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.24.1-alpha.eb2db6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.24.0...@codecademy/gamut-illustrations@0.24.1-alpha.eb2db6.0) (2022-03-22)
6
+ ## [0.25.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.24.0...@codecademy/gamut-illustrations@0.25.0) (2022-03-25)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-illustrations
9
8
 
9
+ ### Features
10
10
 
11
+ * **MobilePhone:** add mobile phone illustration~ ([146c0fa](https://github.com/Codecademy/gamut/commit/146c0fa98b30a939da7e1cab43e4211671a277fc))
11
12
 
12
13
 
13
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.24.1-alpha.eb2db6.0",
45
- "gitHead": "a25fa5c1e0f689a59e22c297bc87b65dc66300d0"
44
+ "version": "0.25.0",
45
+ "gitHead": "9e34ad590013e5ef6b35805d5f331bfd0750dd23"
46
46
  }