Skip to content

Commit

Permalink
Merge pull request #20 from BlossomLabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
PJColombo authored Jun 16, 2022
2 parents 98bbdbf + 4f35a73 commit 0be948c
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/perfect-bears-destroy.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.2

### Patch Changes

- 98bbdbf: Build fixes

## 0.1.0

### Minor 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.0",
"version": "0.1.2",
"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
8 changes: 8 additions & 0 deletions packages/rosette-radspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blossom-labs/rosette-radspec

## 0.1.2

### Patch Changes

- 98bbdbf: Build fixes
- Updated dependencies [98bbdbf]
- @blossom-labs/rosette-core@0.1.2

## 1.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.1.2",
"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,14 +26,14 @@
},
"homepage": "https://github.com/BlossomLabs/rosette.ts#readme",
"devDependencies": {
"@blossom-labs/rosette-core": "workspace:^0.1.0",
"@blossom-labs/rosette-core": "workspace:^0.1.2",
"@blossom-labs/rosette-test": "workspace:^0.0.1"
},
"dependencies": {
"date-fns": "^2.26.0"
},
"peerDependencies": {
"@blossom-labs/rosette-core": "workspace:^0.1.0",
"@blossom-labs/rosette-core": "workspace:^0.1.2",
"ethers": "^5.6.4"
}
}
8 changes: 8 additions & 0 deletions packages/rosette-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blossom-labs/rosette-react

## 0.1.2

### Patch Changes

- 98bbdbf: Build fixes
- Updated dependencies [98bbdbf]
- @blossom-labs/rosette@0.1.3

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rosette-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossom-labs/rosette-react",
"version": "0.1.0",
"version": "0.1.2",
"description": "A React library for interacting with the Rosette protocol",
"main": "dist/blossom-labs-rosette-react.cjs.js",
"module": "dist/blossom-labs-rosette-react.esm.js",
Expand Down Expand Up @@ -34,6 +34,6 @@
"react": ">=17.0.0"
},
"dependencies": {
"@blossom-labs/rosette": "workspace:^0.1.0"
"@blossom-labs/rosette": "workspace:^0.1.3"
}
}
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.3

### Patch Changes

- 98bbdbf: Build fixes
- Updated dependencies [98bbdbf]
- @blossom-labs/rosette-core@0.1.2
- @blossom-labs/rosette-radspec@0.1.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.0",
"@blossom-labs/rosette-radspec": "workspace:^0.1.0"
"@blossom-labs/rosette-core": "workspace:^0.1.2",
"@blossom-labs/rosette-radspec": "workspace:^0.1.2"
}
}
8 changes: 4 additions & 4 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 0be948c

Please sign in to comment.