Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - react-live-runner@1.0.0
 - react-runner-codemirror@0.3.0
 - react-runner@1.0.0
  • Loading branch information
nihgwu committed Mar 21, 2022
1 parent f384a85 commit 8eae60c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/react-live-runner/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package react-live-runner

# [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)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/react-live-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "react-live-runner",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "Run your React code on the go",
"homepage": "https://react-runner.vercel.app",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"prism-react-renderer": "^1.2.1",
"react-runner": "^1.0.0-rc.3",
"react-runner": "^1.0.0",
"react-simple-code-editor": "^0.11.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/react-runner-codemirror/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package react-runner-codemirror

## 0.2.2-alpha.0 (2022-03-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-runner-codemirror/package.json
@@ -1,6 +1,6 @@
{
"name": "react-runner-codemirror",
"version": "0.2.2-alpha.0",
"version": "0.3.0",
"description": "CodeMirror6 for react code editing",
"homepage": "https://react-runner.vercel.app",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/react-runner/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package react-runner

# [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)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "react-runner",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "Run your React code on the go",
"homepage": "https://react-runner.vercel.app",
"repository": {
Expand Down

3 comments on commit 8eae60c

@vercel
Copy link

@vercel vercel bot commented on 8eae60c Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-runner-codemirror – ./packages/react-runner-codemirror/website

react-runner-codemirror.vercel.app
react-runner-codemirror-git-master-neonie.vercel.app
react-runner-codemirror-neonie.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8eae60c Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

playground – ./playground

playground-git-master-neonie.vercel.app
neo-play.vercel.app
playground-neonie.vercel.app
play-react.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8eae60c Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-runner – ./

react-runner-neonie.vercel.app
react-runner-git-master-neonie.vercel.app
react-runner.vercel.app

Please sign in to comment.