-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @codecademy/[email protected] - @codecademy/[email protected]
- Loading branch information
1 parent
df3f780
commit f91c27a
Showing
4 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters