Skip to content

Commit

Permalink
Merge pull request #24 from WTFAcademy/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
chongqiangchen committed Apr 18, 2023
2 parents 26694e0 + 98de54a commit 7e93a6b
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/neat-tips-hammer.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- 91a216e: update package info

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-compiler-utils",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"typings": "dist/src/index.d.ts",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# solive-core

## 0.0.2

### Patch Changes

- 91a216e: update package info
- Updated dependencies [91a216e]
- solive-compiler-utils@0.0.2
- solive-provider@0.0.2
- solive-solc@0.0.2

## 0.0.1

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

## 0.0.3

### Patch Changes

- 91a216e: update package info
- Updated dependencies [91a216e]
- solive-core@0.0.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "A Docusaurus v2 plugin that supports solidity code live.",
"main": "dist/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solive-provider

## 0.0.2

### Patch Changes

- 91a216e: update package info

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-provider",
"version": "0.0.1",
"version": "0.0.2",
"description": "Ethereum VM Provider",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solive-solc

## 0.0.2

### Patch Changes

- 91a216e: update package info

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-solc",
"version": "0.0.1",
"version": "0.0.2",
"description": "Solidity Contract Compiler Tool - Browser Supported",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solive-tsconfig

## 0.0.2

### Patch Changes

- 91a216e: update package info

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solive-tsconfig",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "echo 'nothing to build'"
},
Expand Down

2 comments on commit 7e93a6b

@vercel
Copy link

@vercel vercel bot commented on 7e93a6b Apr 18, 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-wtfacademy.vercel.app
solive-doc-git-main-wtfacademy.vercel.app
solive-doc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7e93a6b Apr 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.