@codecademy/gamut-illustrations 0.27.3-alpha.d74749.0 → 0.28.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 5c40484454f62625
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 (1641ms).
9
9
  @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.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.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.27.2...@codecademy/gamut-illustrations@0.28.0) (2022-06-23)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-illustrations
9
8
 
9
+ ### Features
10
10
 
11
+ * **Illustrations:** Add Code Celebration illustration to gamut-illustrations ([dd105ef](https://github.com/Codecademy/gamut/commit/dd105efbf2031c1f394434974804b278fd69ad6e))
11
12
 
12
13
 
13
14
 
@@ -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
@@ -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.0",
45
+ "gitHead": "33b46024fbd067f9b88d179efa266b9f5244a368"
46
46
  }