Skip to content

Commit db6be3e

Browse files
chore(release): publish
- @codecademy/[email protected] - @codecademy/[email protected]
1 parent e84e265 commit db6be3e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
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.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-04)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** add editor and drawers disc 351 ([#14](https://github.com/Codecademy/client-modules/issues/14)) ([e84e265](https://github.com/Codecademy/client-modules/commit/e84e265e4cf4bf8360830ebf2dbea930ab503c9c))
12+
13+
14+
615
## 0.1.0 (2021-12-17)
716

817

packages/codebytes/package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "0.2.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"sideEffects": [
77
"**/*.css",

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.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-04)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** add editor and drawers disc 351 ([#14](https://github.com/Codecademy/client-modules/issues/14)) ([e84e265](https://github.com/Codecademy/client-modules/commit/e84e265e4cf4bf8360830ebf2dbea930ab503c9c))
12+
13+
14+
615
## 0.1.0 (2021-12-17)
716

817

packages/styleguide/package.json

Lines changed: 2 additions & 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.1.0",
4+
"version": "0.2.0",
55
"author": "Codecademy Engineering",
66
"scripts": {
77
"start": "yarn storybook",
@@ -17,8 +17,8 @@
1717
"@babel/cli": "^7.13.10",
1818
"@babel/core": "^7.13.10",
1919
"@codecademy/gamut": "^42.1.1",
20-
"@codecademy/webpack-config": "^6.0.0",
2120
"@codecademy/variance": "*",
21+
"@codecademy/webpack-config": "^6.0.0",
2222
"@emotion/cache": "^11.4.0",
2323
"@emotion/react": "^11.4.0",
2424
"@emotion/styled": "^11.3.0",

0 commit comments

Comments
 (0)