Skip to content

Commit b9bec61

Browse files
chore(release): publish
- @codecademy/[email protected] - @codecademy/[email protected]
1 parent 30edd2b commit b9bec61

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

packages/codebytes/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0 (2021-12-17)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** move codebytes parent disc 351 ([#11](https://github.com/Codecademy/client-modules/issues/11)) ([30edd2b](https://github.com/Codecademy/client-modules/commit/30edd2b7a0e50c27d3adcf231b56441b8e8f6b81))

packages/codebytes/package.json

Lines changed: 2 additions & 2 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.0.1",
4+
"version": "0.1.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"sideEffects": [
77
"**/*.css",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@codecademy/gamut": "*",
24-
"@codecademy/gamut-styles": "*",
2524
"@codecademy/gamut-icons": "*",
25+
"@codecademy/gamut-styles": "*",
2626
"@emotion/react": "^11.4.0",
2727
"@emotion/styled": "^11.3.0"
2828
},

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.1.0 (2021-12-17)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** move codebytes parent disc 351 ([#11](https://github.com/Codecademy/client-modules/issues/11)) ([30edd2b](https://github.com/Codecademy/client-modules/commit/30edd2b7a0e50c27d3adcf231b56441b8e8f6b81))
12+
13+
14+
615
### [0.0.1]
716

817
**Note:** Storybook setup and adding skeleton for Codebytes package

packages/styleguide/package.json

Lines changed: 1 addition & 1 deletion
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.0.1",
4+
"version": "0.1.0",
55
"author": "Codecademy Engineering",
66
"scripts": {
77
"start": "yarn storybook",

0 commit comments

Comments
 (0)