@codecademy/gamut-illustrations 0.27.1 → 0.27.2-alpha.c2b91e.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,6 +1,6 @@
1
- @codecademy/gamut-illustrations:build: cache hit, replaying output 6e361235a44f320f
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: Successfully compiled 34 files with Babel (2532ms).
6
- @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
1
+ @codecademy/gamut-illustrations:build: cache hit, replaying output 41a154bdfd5c0c3a
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: Successfully compiled 34 files with Babel (1383ms).
6
+ @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.27.2-alpha.c2b91e.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.1...@codecademy/gamut-illustrations@0.27.2-alpha.c2b91e.0) (2022-05-20)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-illustrations
9
+
10
+
11
+
12
+
13
+
6
14
  ### [0.27.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.0...@codecademy/gamut-illustrations@0.27.1) (2022-05-17)
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.1.1",
7
+ "@codecademy/gamut-styles": "13.1.2-alpha.c2b91e.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.27.1",
45
- "gitHead": "b4828c5bb9f0efe186a032c4ab1989b7d85f6834"
44
+ "version": "0.27.2-alpha.c2b91e.0",
45
+ "gitHead": "3a1b8d458f49b989ed3867c26be1823d2e3b98a9"
46
46
  }