Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @codecademy/gamut-labs@1.8.5
 - @codecademy/gamut-styles@4.2.3
 - @codecademy/gamut@12.2.4
 - @codecademy/styleguide@13.2.4
  • Loading branch information
codecademy-gh-api committed Aug 6, 2020
1 parent edc7e76 commit 9d6efbe
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 13 deletions.
14 changes: 13 additions & 1 deletion packages/gamut-labs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>1.8.5 (2020-08-06)</small>

* chore: update changelogs ([c2bb19d](https://github.com/Codecademy/client-modules/commit/c2bb19d))





### [1.8.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-labs@1.8.3...@codecademy/gamut-labs@1.8.4) (2020-08-06)


Expand Down Expand Up @@ -207,4 +220,3 @@
### Other Changes

* Repurposed and renamed brand-components into gamut-labs ⚗️ ([#797](https://github.com/Codecademy/client-modules/issues/797)) ([d1aaabf](https://github.com/Codecademy/client-modules/commit/d1aaabf0ebefc0a4a7c0e83e803e1117bf60747d))

6 changes: 3 additions & 3 deletions packages/gamut-labs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/gamut-labs",
"description": "Brand and experimental component library for Codecademy",
"version": "1.8.4",
"version": "1.8.5",
"author": "Codecademy Engineering <dev@codecademy.com>",
"sideEffects": [
"*.css",
Expand All @@ -18,8 +18,8 @@
"react-dom": ">=16.8.1"
},
"dependencies": {
"@codecademy/gamut": "^12.2.3",
"@codecademy/gamut-styles": "^4.2.2",
"@codecademy/gamut": "^12.2.4",
"@codecademy/gamut-styles": "^4.2.3",
"classnames": "^2.2.5"
},
"scripts": {
Expand Down
15 changes: 14 additions & 1 deletion packages/gamut-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>4.2.3 (2020-08-06)</small>

* add in equals sign to _responsive (#901) ([edc7e76](https://github.com/RyzacInc/client-modules/commit/edc7e76)), closes [#901](https://github.com/RyzacInc/client-modules/issues/901)
* chore: update changelogs ([b8a49c7](https://github.com/RyzacInc/client-modules/commit/b8a49c7))





### [4.2.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.1...@codecademy/gamut-styles@4.2.2) (2020-07-29)


Expand Down Expand Up @@ -514,4 +528,3 @@
* fixed babel config ([56ef2fa](https://github.com/Codecademy/client-modules/commit/56ef2fa149f851d553ee84899cf79779a4ace54e))
* Publish ([34caefe](https://github.com/Codecademy/client-modules/commit/34caefe2cc7f180bd3b88c38d746c6d4703f4a30))
* rename gamut-identity ([52f14f2](https://github.com/Codecademy/client-modules/commit/52f14f20a98700ea00ebf5ce2374599190bdbddd))

2 changes: 1 addition & 1 deletion packages/gamut-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/gamut-styles",
"description": "Styleguide & Component library for codecademy.com",
"version": "4.2.2",
"version": "4.2.3",
"author": "Jake Hiller <jake@codecademy.com>",
"main": "utils.scss",
"scripts": {
Expand Down
14 changes: 13 additions & 1 deletion packages/gamut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>12.2.4 (2020-08-06)</small>

* chore: update changelogs ([c2bb19d](https://github.com/RyzacInc/client-modules/commit/c2bb19d))





### [12.2.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut@12.2.2...@codecademy/gamut@12.2.3) (2020-08-06)


Expand Down Expand Up @@ -2854,4 +2867,3 @@ import { Button } from '@codecademy/gamut'
* moved styles ([cbe6f5b](https://github.com/Codecademy/client-modules/commit/cbe6f5bb8f77e2e733b6651599929335bdf64efe))
* Publish ([34caefe](https://github.com/Codecademy/client-modules/commit/34caefe2cc7f180bd3b88c38d746c6d4703f4a30))
* rename gamut-identity ([52f14f2](https://github.com/Codecademy/client-modules/commit/52f14f20a98700ea00ebf5ce2374599190bdbddd))

4 changes: 2 additions & 2 deletions packages/gamut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/gamut",
"description": "Styleguide & Component library for Codecademy",
"version": "12.2.3",
"version": "12.2.4",
"author": "Codecademy Engineering <dev@codecademy.com>",
"sideEffects": [
"**/*.css",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@codecademy/gamut-icons": "^3.0.1",
"@codecademy/gamut-styles": "^4.2.2",
"@codecademy/gamut-styles": "^4.2.3",
"@types/marked": "^0.6.1",
"classnames": "^2.2.5",
"focus-trap-react": "^6.0.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>13.2.4 (2020-08-06)</small>

* chore: update changelogs ([c2bb19d](https://github.com/RyzacInc/client-modules/commit/c2bb19d))





### [13.2.3](https://github.com/Codecademy/client-modules/compare/@codecademy/styleguide@13.2.2...@codecademy/styleguide@13.2.3) (2020-08-06)


Expand Down Expand Up @@ -987,4 +1000,3 @@
### Other Changes

* Update README.md ([87b96d8](https://github.com/Codecademy/client-modules/commit/87b96d8869507bcffdf1e51bde43900d563212ed))

6 changes: 3 additions & 3 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/styleguide",
"description": "Styleguide & Component library for codecademy.com",
"version": "13.2.3",
"version": "13.2.4",
"author": "Codecademy Engineering",
"private": true,
"scripts": {
Expand All @@ -19,9 +19,9 @@
"@babel/core": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/register": "7.8.3",
"@codecademy/gamut": "^12.2.3",
"@codecademy/gamut": "^12.2.4",
"@codecademy/gamut-icons": "^3.0.1",
"@codecademy/gamut-styles": "^4.2.2",
"@codecademy/gamut-styles": "^4.2.3",
"@codecademy/webpack-config": "^5.0.3",
"@storybook/addon-a11y": "6.0.0-beta.39",
"@storybook/addon-actions": "6.0.0-beta.39",
Expand Down

0 comments on commit 9d6efbe

Please sign in to comment.