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 May 29, 2023
1 parent 2c9ad12 commit 2899937
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-colts-own.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.5

### Patch Changes

- 65beaad: refactor log output

## 0.0.4

### 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.4",
"version": "0.0.5",
"description": "Solidity Monaco Editor Core Library",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/docusaurus-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solive-docusaurus-theme-code

## 0.0.7

### Patch Changes

- Updated dependencies [65beaad]
- [email protected]

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "A Docusaurus v2 plugin that supports solidity code live.",
"main": "dist/index.js",
"exports": {
Expand Down

0 comments on commit 2899937

Please sign in to comment.