Skip to content

Commit

Permalink
Merge pull request #28 from WTFAcademy/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
chongqiangchen committed Apr 20, 2023
2 parents e67d2d8 + e05f6de commit 2481f67
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-boxes-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ravens-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-kids-design.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solive-core

## 0.0.3

### Patch Changes

- 74ef4b0: add disableValidation and monacoEditorOptions

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Solidity Monaco Editor Core Library",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/docusaurus-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# solive-docusaurus-theme-code

## 0.0.5

### Patch Changes

- 74ef4b0: fix boolean prop not coerce transform
- 74ef4b0: add simple mode
- Updated dependencies [74ef4b0]
- solive-core@0.0.3

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-docusaurus-theme-code",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Docusaurus v2 plugin that supports solidity code live.",
"main": "dist/index.js",
"exports": {
Expand Down

2 comments on commit 2481f67

@vercel
Copy link

@vercel vercel bot commented on 2481f67 Apr 20, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 2481f67 Apr 20, 2023

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:

solive-doc – ./

solive-doc-git-main-wtfacademy.vercel.app
solive-doc-wtfacademy.vercel.app
solive-doc.vercel.app

Please sign in to comment.