Skip to content

Commit

Permalink
Merge branch 'main' into stacked-pages-illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
so-haa authored Sep 23, 2024
2 parents 34119da + c564787 commit ffcd64f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/gamut-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-23)

### Features

- **Icons:** add AssessmentsIcon ([#2937](https://github.com/Codecademy/gamut/issues/2937)) ([f7780f8](https://github.com/Codecademy/gamut/commit/f7780f8e13262f2e0bfaa6d84df68ebb46e413f1))

### [9.30.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-27)

**Note:** Version bump only for package @codecademy/gamut-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-icons/package.json
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.30.1",
"version": "9.31.0",
"author": "Codecademy <[email protected]>",
"dependencies": {
"@codecademy/gamut-styles": "17.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/gamut-icons/src/svg/regular/assessments-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/gamut-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.442](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-23)

**Note:** Version bump only for package @codecademy/gamut-kit

### [0.6.441](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-12)

**Note:** Version bump only for package @codecademy/gamut-kit
Expand Down
6 changes: 3 additions & 3 deletions packages/gamut-kit/package.json
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.441",
"version": "0.6.442",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut": "57.2.0",
"@codecademy/gamut-icons": "9.30.1",
"@codecademy/gamut": "57.2.1",
"@codecademy/gamut-icons": "9.31.0",
"@codecademy/gamut-illustrations": "0.47.1",
"@codecademy/gamut-patterns": "0.9.14",
"@codecademy/gamut-styles": "17.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gamut/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [57.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-23)

**Note:** Version bump only for package @codecademy/gamut

## [57.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-12)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codecademy/gamut",
"description": "Styleguide & Component library for Codecademy",
"version": "57.2.0",
"version": "57.2.1",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut-icons": "9.30.1",
"@codecademy/gamut-icons": "9.31.0",
"@codecademy/gamut-illustrations": "0.47.1",
"@codecademy/gamut-patterns": "0.9.14",
"@codecademy/gamut-styles": "17.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [68.0.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-23)

**Note:** Version bump only for package @codecademy/styleguide

### [68.0.2](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-09-12)

**Note:** Version bump only for package @codecademy/styleguide
Expand Down
6 changes: 3 additions & 3 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@codecademy/styleguide",
"description": "Styleguide & Component library for codecademy.com",
"version": "68.0.2",
"version": "68.0.3",
"author": "Codecademy Engineering",
"dependencies": {
"@codecademy/gamut": "57.2.0",
"@codecademy/gamut-icons": "9.30.1",
"@codecademy/gamut": "57.2.1",
"@codecademy/gamut-icons": "9.31.0",
"@codecademy/gamut-illustrations": "0.47.1",
"@codecademy/gamut-patterns": "0.9.14",
"@codecademy/gamut-styles": "17.0.0",
Expand Down

0 comments on commit ffcd64f

Please sign in to comment.