@codecademy/gamut-illustrations 0.20.4-alpha.5bc505.0 → 1.0.0-alpha.97744b.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,11 +3,25 @@
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.20.4-alpha.5bc505.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.20.3...@codecademy/gamut-illustrations@0.20.4-alpha.5bc505.0) (2021-12-13)
6
+ ## [1.0.0-alpha.97744b.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.21.0...@codecademy/gamut-illustrations@1.0.0-alpha.97744b.0) (2021-12-21)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-illustrations
9
8
 
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * bumped React to 17
12
+
13
+ ### Features
14
+
15
+ * bumped React to 17 ([4d0d029](https://github.com/Codecademy/gamut/commit/4d0d029ce293d3c4a8331c625bcdcdce93235f2d))
16
+
17
+
18
+
19
+ ## [0.21.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.20.3...@codecademy/gamut-illustrations@0.21.0) (2021-12-14)
20
+
21
+
22
+ ### Features
10
23
 
24
+ * **Illustration:** Add PortfolioProject and PracticeProject illustrations ([0d88277](https://github.com/Codecademy/gamut/commit/0d88277472beb0e008bb86467f40cf8184095ab4))
11
25
 
12
26
 
13
27
 
package/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "url": "https://github.com/Codecademy/gamut/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "^12.1.1",
7
+ "@codecademy/gamut-styles": "13.0.0-alpha.97744b.0",
8
8
  "classnames": "^2.2.5"
9
9
  },
10
10
  "description": "Illustrations library for Codecademy",
11
11
  "devDependencies": {
12
- "@testing-library/react": "^11.0.4"
12
+ "@testing-library/react": "^12.1.2"
13
13
  },
14
14
  "homepage": "https://github.com/Codecademy/gamut#readme",
15
15
  "name": "@codecademy/gamut-illustrations",
@@ -19,8 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "@emotion/react": "^11.4.0",
21
21
  "@emotion/styled": "^11.3.0",
22
- "react": ">=16.8.1",
23
- "react-dom": ">=16.8.1"
22
+ "react": ">=17.0.2",
23
+ "react-dom": ">=17.0.2"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
@@ -41,6 +41,6 @@
41
41
  "dist/**/[A-Z]**/[A-Z]*.js",
42
42
  "dist/**/[A-Z]**/index.js"
43
43
  ],
44
- "version": "0.20.4-alpha.5bc505.0",
45
- "gitHead": "8641e542a49b95a677186436313aaa2f05f9e558"
44
+ "version": "1.0.0-alpha.97744b.0",
45
+ "gitHead": "7027974c95ffc3eccee2b8c37dc878ee5e4391c6"
46
46
  }