Skip to content

Commit 7845d30

Browse files
chore(release): publish
- @codecademy/[email protected] - @codecademy/[email protected]
1 parent eec98ba commit 7845d30

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

packages/codebytes/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-12)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** add simple monaco editor disc 353 ([#16](https://github.com/Codecademy/client-modules/issues/16)) ([eec98ba](https://github.com/Codecademy/client-modules/commit/eec98ba9aad45f07fb5f3417e3da1e1935985deb))
12+
13+
14+
615
## [0.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-04)
716

817

packages/codebytes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codecademy/codebytes",
33
"description": "Codebytes Code Editor",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"sideEffects": [
77
"**/*.css",
@@ -27,8 +27,8 @@
2727
"@emotion/react": "^11.4.0",
2828
"@emotion/styled": "^11.3.0",
2929
"@monaco-editor/react": "4.3.1",
30-
"react-resize-observer": "1.1.1",
31-
"monaco-editor": ">= 0.25.0 < 1"
30+
"monaco-editor": ">= 0.25.0 < 1",
31+
"react-resize-observer": "1.1.1"
3232
},
3333
"scripts": {
3434
"verify": "tsc --noEmit",

packages/styleguide/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-12)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** add simple monaco editor disc 353 ([#16](https://github.com/Codecademy/client-modules/issues/16)) ([eec98ba](https://github.com/Codecademy/client-modules/commit/eec98ba9aad45f07fb5f3417e3da1e1935985deb))
12+
13+
14+
615
## [0.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-04)
716

817

packages/styleguide/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codecademy/styleguide",
33
"description": "Styleguide for Client Modules",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "Codecademy Engineering",
66
"scripts": {
77
"start": "yarn storybook",
@@ -19,7 +19,6 @@
1919
"@codecademy/gamut": "^42.1.1",
2020
"@codecademy/variance": "*",
2121
"@codecademy/webpack-config": "^6.0.0",
22-
"@codecademy/variance": "*",
2322
"@emotion/cache": "^11.4.0",
2423
"@emotion/react": "^11.4.0",
2524
"@emotion/styled": "^11.3.0",

0 commit comments

Comments
 (0)