@codecademy/variance 1.0.0-alpha.5ff03c.0 → 1.0.0-alpha.bf8990.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 +2 -2
  2. package/package.json +2 -2
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
- ## [1.0.0-alpha.5ff03c.0](https://github.com/Codecademy/gamut/compare/@codecademy/variance@0.19.0...@codecademy/variance@1.0.0-alpha.5ff03c.0) (2021-12-20)
6
+ ## [1.0.0-alpha.bf8990.0](https://github.com/Codecademy/gamut/compare/@codecademy/variance@0.19.0...@codecademy/variance@1.0.0-alpha.bf8990.0) (2022-01-25)
7
7
 
8
8
 
9
9
  ### ⚠ BREAKING CHANGES
@@ -12,7 +12,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
12
 
13
13
  ### Features
14
14
 
15
- * bumped React to 17 ([4d0d029](https://github.com/Codecademy/gamut/commit/4d0d029ce293d3c4a8331c625bcdcdce93235f2d))
15
+ * bumped React to 17 ([c074ecb](https://github.com/Codecademy/gamut/commit/c074ecbfa026ed8e37cf41e874d345574a46e5e4))
16
16
 
17
17
 
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/variance",
3
3
  "description": "Constraint based CSS in JS for building scalable design systems",
4
- "version": "1.0.0-alpha.5ff03c.0",
4
+ "version": "1.0.0-alpha.bf8990.0",
5
5
  "keywords": [
6
6
  "emotion",
7
7
  "css",
@@ -43,5 +43,5 @@
43
43
  "react": "17.0.2",
44
44
  "react-test-renderer": "17.0.2"
45
45
  },
46
- "gitHead": "d02398168981b391258353236265507369b7c19d"
46
+ "gitHead": "a58f3ff4eeace2f351f6fee6e470c13e4288995b"
47
47
  }