Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 20, 2023
1 parent e67d2d8 commit e05f6de
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]
- [email protected]

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

0 comments on commit e05f6de

Please sign in to comment.