Skip to content

Commit 8eae60c

Browse files
committed
chore(release): publish
- react-live-runner@1.0.0 - react-runner-codemirror@0.3.0 - react-runner@1.0.0
1 parent f384a85 commit 8eae60c

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

packages/react-live-runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.0.0](https://github.com/nihgwu/react-runner/compare/react-live-runner@1.0.0-rc.3...react-live-runner@1.0.0) (2022-03-21)
7+
8+
**Note:** Version bump only for package react-live-runner
9+
610
# [1.0.0-rc.3](https://github.com/nihgwu/react-runner/compare/react-live-runner@1.0.0-rc.1...react-live-runner@1.0.0-rc.3) (2022-03-08)
711

812
### Features

packages/react-live-runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live-runner",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "Run your React code on the go",
55
"homepage": "https://react-runner.vercel.app",
66
"repository": {
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"prism-react-renderer": "^1.2.1",
43-
"react-runner": "^1.0.0-rc.3",
43+
"react-runner": "^1.0.0",
4444
"react-simple-code-editor": "^0.11.0"
4545
},
4646
"peerDependencies": {

packages/react-runner-codemirror/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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/nihgwu/react-runner/compare/react-runner-codemirror@0.2.2-alpha.0...react-runner-codemirror@0.3.0) (2022-03-21)
7+
8+
**Note:** Version bump only for package react-runner-codemirror
9+
610
## 0.2.2-alpha.0 (2022-03-08)
711

812
### Bug Fixes

packages/react-runner-codemirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-runner-codemirror",
3-
"version": "0.2.2-alpha.0",
3+
"version": "0.3.0",
44
"description": "CodeMirror6 for react code editing",
55
"homepage": "https://react-runner.vercel.app",
66
"repository": {

packages/react-runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.0.0](https://github.com/nihgwu/react-runner/compare/react-runner@1.0.0-rc.3...react-runner@1.0.0) (2022-03-21)
7+
8+
**Note:** Version bump only for package react-runner
9+
610
# [1.0.0-rc.3](https://github.com/nihgwu/react-runner/compare/react-runner@1.0.0-rc.1...react-runner@1.0.0-rc.3) (2022-03-08)
711

812
### Features

packages/react-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-runner",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "Run your React code on the go",
55
"homepage": "https://react-runner.vercel.app",
66
"repository": {

0 commit comments

Comments
 (0)