-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into js-card-color-modes
- Loading branch information
Showing
11 changed files
with
61 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [9.20.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-21) | ||
|
||
### Features | ||
|
||
- **icons:** add miniPinIcon ([fcf7fc6](https://github.com/Codecademy/gamut/commit/fcf7fc61ee200d0b3451eed18430a68a8b370ea6)) | ||
|
||
## [9.19.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-11) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@codecademy/gamut-icons", | ||
"description": "Icon library for codecademy.com", | ||
"version": "9.19.0", | ||
"version": "9.20.0", | ||
"author": "Codecademy <[email protected]>", | ||
"dependencies": { | ||
"@codecademy/gamut-styles": "16.2.0", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [0.6.390](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-21) | ||
|
||
**Note:** Version bump only for package @codecademy/gamut-kit | ||
|
||
### [0.6.389](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-18) | ||
|
||
**Note:** Version bump only for package @codecademy/gamut-kit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@codecademy/gamut-kit", | ||
"description": "Styleguide & Component library for Codecademy", | ||
"version": "0.6.389", | ||
"version": "0.6.390", | ||
"author": "Codecademy Engineering <[email protected]>", | ||
"dependencies": { | ||
"@codecademy/gamut": "55.14.1", | ||
"@codecademy/gamut-icons": "9.19.0", | ||
"@codecademy/gamut": "55.14.2", | ||
"@codecademy/gamut-icons": "9.20.0", | ||
"@codecademy/gamut-illustrations": "0.42.0", | ||
"@codecademy/gamut-patterns": "0.9.11", | ||
"@codecademy/gamut-styles": "16.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [55.14.2](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-21) | ||
|
||
**Note:** Version bump only for package @codecademy/gamut | ||
|
||
### [55.14.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-18) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@codecademy/gamut", | ||
"description": "Styleguide & Component library for Codecademy", | ||
"version": "55.14.1", | ||
"version": "55.14.2", | ||
"author": "Codecademy Engineering <[email protected]>", | ||
"dependencies": { | ||
"@codecademy/gamut-icons": "9.19.0", | ||
"@codecademy/gamut-icons": "9.20.0", | ||
"@codecademy/gamut-illustrations": "0.42.0", | ||
"@codecademy/gamut-patterns": "0.9.11", | ||
"@codecademy/gamut-styles": "16.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [66.14.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-21) | ||
|
||
### Bug Fixes | ||
|
||
- **popover:** add position to popover stories ([dd872c5](https://github.com/Codecademy/gamut/commit/dd872c5a51471dedd7b351bfe9e6852091b0667a)) | ||
|
||
### [66.14.2](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-21) | ||
|
||
**Note:** Version bump only for package @codecademy/styleguide | ||
|
||
### [66.14.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-03-18) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters