@codecademy/gamut-illustrations 0.22.2 → 0.22.3-alpha.b5e16b.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,4 +1,4 @@
1
- @codecademy/gamut-illustrations:build: cache hit, replaying output 049b00268bfaa214
1
+ @codecademy/gamut-illustrations:build: cache hit, replaying output a82a91539a45d388
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"
@@ -7,5 +7,5 @@
7
7
  @codecademy/gamut-illustrations:build: 
8
8
  @codecademy/gamut-illustrations:build: Why you should do it regularly:
9
9
  @codecademy/gamut-illustrations:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
- @codecademy/gamut-illustrations:build: Successfully compiled 28 files with Babel (1217ms).
10
+ @codecademy/gamut-illustrations:build: Successfully compiled 28 files with Babel (1017ms).
11
11
  @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.22.3-alpha.b5e16b.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.22.2...@codecademy/gamut-illustrations@0.22.3-alpha.b5e16b.0) (2022-02-18)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-illustrations
9
+
10
+
11
+
12
+
13
+
6
14
  ### [0.22.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.22.1...@codecademy/gamut-illustrations@0.22.2) (2022-02-18)
7
15
 
8
16
  **Note:** Version bump only for package @codecademy/gamut-illustrations
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Codecademy/gamut/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "^13.0.2",
7
+ "@codecademy/gamut-styles": "13.0.3-alpha.b5e16b.0",
8
8
  "classnames": "^2.2.5"
9
9
  },
10
10
  "description": "Illustrations library for Codecademy",
@@ -41,6 +41,6 @@
41
41
  "dist/**/[A-Z]**/[A-Z]*.js",
42
42
  "dist/**/[A-Z]**/index.js"
43
43
  ],
44
- "version": "0.22.2",
45
- "gitHead": "7adb24098e76039068bbe119afbf18739c4a2263"
44
+ "version": "0.22.3-alpha.b5e16b.0",
45
+ "gitHead": "cf16f2c990c4b6032055f26964d1be5c7638d09b"
46
46
  }