Skip to content

Commit 1ea415d

Browse files
chore(release): publish
- @codecademy/[email protected] - @codecademy/[email protected]
1 parent 494a944 commit 1ea415d

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.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-27)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** Refactor tracking in Codebytes ([#19](https://github.com/Codecademy/client-modules/issues/19)) ([494a944](https://github.com/Codecademy/client-modules/commit/494a94441cfbc1ea563f997607821131a7f1e007))
12+
13+
14+
615
## [0.4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-21)
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.4.0",
4+
"version": "0.5.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.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-27)
7+
8+
9+
### Features
10+
11+
* **Codebytes:** Refactor tracking in Codebytes ([#19](https://github.com/Codecademy/client-modules/issues/19)) ([494a944](https://github.com/Codecademy/client-modules/commit/494a94441cfbc1ea563f997607821131a7f1e007))
12+
13+
14+
615
## [0.4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-01-21)
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.4.0",
4+
"version": "0.5.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)