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 Nov 1, 2022
1 parent bdcc922 commit b06af97
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/yellow-dogs-end.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- 444ac8e: Generalize `radspec` library

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rosette-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossom-labs/rosette-core",
"version": "0.1.4",
"version": "0.1.5",
"description": "Core functionalities that enable to connect with the Rosette protocol",
"main": "dist/blossom-labs-rosette-core.cjs.js",
"module": "dist/blossom-labs-rosette-core.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/rosette-radspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blossom-labs/rosette-radspec

## 0.2.0

### Minor Changes

- 444ac8e: Generalize `radspec` library

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rosette-radspec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossom-labs/rosette-radspec",
"version": "0.1.4",
"version": "0.2.0",
"description": "Radspec is a safe alternative to Ethereum's natspec",
"main": "dist/blossom-labs-rosette-radspec.cjs.js",
"module": "dist/blossom-labs-rosette-radspec.esm.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/BlossomLabs/rosette.ts#readme",
"devDependencies": {
"@blossom-labs/rosette-core": "workspace:^0.1.3",
"@blossom-labs/rosette-core": "workspace:^0.1.5",
"@blossom-labs/rosette-test": "workspace:^0.0.1"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/rosette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blossom-labs/rosette

## 0.1.4

### Patch Changes

- 444ac8e: Generalize `radspec` library
- Updated dependencies [444ac8e]
- @blossom-labs/rosette-radspec@0.2.0
- @blossom-labs/rosette-core@0.1.5

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/rosette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossom-labs/rosette",
"version": "0.1.3",
"version": "0.1.4",
"description": "Main library for interacting with the Rosette protocol",
"main": "dist/blossom-labs-rosette.cjs.js",
"module": "dist/blossom-labs-rosette.esm.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"ethers": "^5.6.4"
},
"dependencies": {
"@blossom-labs/rosette-core": "workspace:^0.1.2",
"@blossom-labs/rosette-radspec": "workspace:^0.1.2"
"@blossom-labs/rosette-core": "workspace:^0.1.5",
"@blossom-labs/rosette-radspec": "workspace:^0.2.0"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b06af97

Please sign in to comment.