@codecademy/gamut-illustrations 0.27.3-alpha.d74749.0 → 0.28.1-alpha.0bfb7d.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,9 +1,9 @@
1
- @codecademy/gamut-illustrations:build: cache hit, replaying output 5fb291094a97fd80
1
+ @codecademy/gamut-illustrations:build: cache hit, replaying output 24f954a439566f72
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
5
  @codecademy/gamut-illustrations:build: Browserslist: caniuse-lite is outdated. Please run:
6
6
  @codecademy/gamut-illustrations:build:  npx browserslist@latest --update-db
7
7
  @codecademy/gamut-illustrations:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
8
- @codecademy/gamut-illustrations:build: Successfully compiled 35 files with Babel (1755ms).
8
+ @codecademy/gamut-illustrations:build: Successfully compiled 35 files with Babel (1936ms).
9
9
  @codecademy/gamut-illustrations:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.3-alpha.d74749.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.2...@codecademy/gamut-illustrations@0.27.3-alpha.d74749.0) (2022-06-22)
6
+ ### [0.28.1-alpha.0bfb7d.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.28.0...@codecademy/gamut-illustrations@0.28.1-alpha.0bfb7d.0) (2022-07-05)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/gamut-illustrations
9
9
 
@@ -11,6 +11,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ## [0.28.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.2...@codecademy/gamut-illustrations@0.28.0) (2022-06-23)
15
+
16
+
17
+ ### Features
18
+
19
+ * **Illustrations:** Add Code Celebration illustration to gamut-illustrations ([dd105ef](https://github.com/Codecademy/gamut/commit/dd105efbf2031c1f394434974804b278fd69ad6e))
20
+
21
+
22
+
14
23
  ### [0.27.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.1...@codecademy/gamut-illustrations@0.27.2) (2022-05-24)
15
24
 
16
25
  **Note:** Version bump only for package @codecademy/gamut-illustrations
@@ -9,6 +9,7 @@ export var CodeCelebration = function CodeCelebration(_ref) {
9
9
  className: className,
10
10
  height: height,
11
11
  width: width,
12
+ viewBox: "0 0 241 183",
12
13
  fill: "none",
13
14
  xmlns: "http://www.w3.org/2000/svg",
14
15
  xmlnsXlink: "http://www.w3.org/1999/xlink"
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.2.0",
7
+ "@codecademy/gamut-styles": "13.2.1-alpha.0bfb7d.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.3-alpha.d74749.0",
45
- "gitHead": "b0b5ef793e7e3a1a0e1de0794263757ed04e63df"
44
+ "version": "0.28.1-alpha.0bfb7d.0",
45
+ "gitHead": "4ac8df3e02bb438b15b99e48762ff3e9cca4532a"
46
46
  }