Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @codecademy/[email protected]
 - @codecademy/[email protected]
  • Loading branch information
codecademy-gh-api committed Jan 31, 2022
1 parent df3f780 commit f91c27a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
9 changes: 9 additions & 0 deletions packages/codebytes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-31)


### Features

* **Codebytes:** add tests for codebytes package disc 399 ([#21](https://github.com/Codecademy/client-modules/issues/21)) ([df3f780](https://github.com/Codecademy/client-modules/commit/df3f780237cbe31b620f7d88870612e1109ffb5b))



### [0.5.1](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-29)


Expand Down
15 changes: 7 additions & 8 deletions packages/codebytes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/codebytes",
"description": "Codebytes Code Editor",
"version": "0.5.1",
"version": "0.6.0",
"author": "Codecademy Engineering <[email protected]>",
"sideEffects": [
"**/*.css",
Expand All @@ -28,11 +28,10 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@monaco-editor/react": "4.3.1",
"monaco-editor": ">= 0.25.0 < 1",
"react-resize-observer": "1.1.1",
"js-base64": "^3.6.0",
"jsuri": "^1.3.1",
"@codecademy/tracking": "0.18.0"
"monaco-editor": ">= 0.25.0 < 1",
"react-resize-observer": "1.1.1"
},
"scripts": {
"verify": "tsc --noEmit",
Expand All @@ -45,15 +44,15 @@
},
"license": "MIT",
"devDependencies": {
"@codecademy/gamut-tests": "*",
"@emotion/jest": "^11.3.0",
"@testing-library/dom": "^7.31.2",
"@testing-library/react": "^11.0.4",
"@types/loadable__component": "^5.13.2",
"@types/jsuri": "^1.3.30",
"@testing-library/react-hooks": "3.2.1",
"@testing-library/user-event": "13.1.1",
"monaco-editor-webpack-plugin": "1.9.1",
"@codecademy/gamut-tests": "*"
"@types/jsuri": "^1.3.30",
"@types/loadable__component": "^5.13.2",
"monaco-editor-webpack-plugin": "1.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-31)


### Features

* **Codebytes:** add tests for codebytes package disc 399 ([#21](https://github.com/Codecademy/client-modules/issues/21)) ([df3f780](https://github.com/Codecademy/client-modules/commit/df3f780237cbe31b620f7d88870612e1109ffb5b))



## [0.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/styleguide",
"description": "Styleguide for Client Modules",
"version": "0.5.0",
"version": "0.6.0",
"author": "Codecademy Engineering",
"scripts": {
"start": "yarn storybook",
Expand All @@ -17,8 +17,8 @@
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@codecademy/gamut": "^42.1.1",
"@codecademy/webpack-config": "^6.0.0",
"@codecademy/variance": "*",
"@codecademy/webpack-config": "^6.0.0",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
Expand Down

0 comments on commit f91c27a

Please sign in to comment.