Skip to content

Commit

Permalink
Merge pull request #24 from BlossomLabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
PJColombo authored Jul 19, 2022
2 parents 525ac9d + b803d38 commit e0a0b4c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/four-worms-melt.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.3

### Patch Changes

- 525ac9d: Update libraries to work with Rosette's contracts on goerli network

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.4

### Patch Changes

- 525ac9d: Update libraries to work with Rosette's contracts on goerli network
- Updated dependencies [525ac9d]
- @blossom-labs/rosette-core@0.1.3

## 0.1.3

### Patch 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.3",
"version": "0.1.4",
"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.2",
"@blossom-labs/rosette-core": "workspace:^0.1.3",
"@blossom-labs/rosette-test": "workspace:^0.0.1"
},
"dependencies": {
"date-fns": "^2.26.0"
},
"peerDependencies": {
"@blossom-labs/rosette-core": "workspace:^0.1.2",
"@blossom-labs/rosette-core": "workspace:^0.1.3",
"ethers": "^5.6.4"
}
}
6 changes: 6 additions & 0 deletions packages/rosette-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blossom-labs/rosette-react

## 0.1.3

### Patch Changes

- 525ac9d: Update libraries to work with Rosette's contracts on goerli network

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"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
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit e0a0b4c

Please sign in to comment.