Skip to content

Commit

Permalink
chore: release main (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 15, 2022
1 parent f0df619 commit bd1d1b1
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/starknet-snap": "0.12.0",
"packages/wallet-ui": "0.15.1"
"packages/starknet-snap": "1.0.0",
"packages/wallet-ui": "1.0.0"
}
11 changes: 11 additions & 0 deletions packages/starknet-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [1.0.0](https://github.com/ConsenSys/starknet-snap/compare/starknet-snap-v0.12.0...starknet-snap-v1.0.0) (2022-12-15)


### ⚠ BREAKING CHANGES

* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/ConsenSys/starknet-snap/issues/42))

### Features

* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/ConsenSys/starknet-snap/issues/42)) ([f0df619](https://github.com/ConsenSys/starknet-snap/commit/f0df6194d149d04c21d9116aa5a3faaa64fa5cca))

## [0.12.0](https://github.com/ConsenSys/starknet-snap/compare/starknet-snap-v0.11.0...starknet-snap-v0.12.0) (2022-11-21)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.12.0",
"version": "1.0.0",
"title": "StarkNet MetaMask Snap API",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consensys/starknet-snap",
"version": "0.12.0",
"version": "1.0.0",
"license": "(Apache-2.0 OR MIT)",
"main": "src/index.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet-snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.0",
"version": "1.0.0",
"description": "StarkNet Snap",
"proposedName": "@consensys/starknet-snap",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.


## [1.0.0](https://github.com/ConsenSys/starknet-snap/compare/wallet-ui-v0.15.1...wallet-ui-v1.0.0) (2022-12-15)


### ⚠ BREAKING CHANGES

* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/ConsenSys/starknet-snap/issues/42))

### Features

* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/ConsenSys/starknet-snap/issues/42)) ([f0df619](https://github.com/ConsenSys/starknet-snap/commit/f0df6194d149d04c21d9116aa5a3faaa64fa5cca))

## [0.15.1](https://github.com/ConsenSys/starknet-snap/compare/wallet-ui-v0.15.0...wallet-ui-v0.15.1) (2022-10-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-ui",
"version": "0.15.1",
"version": "1.0.0",
"private": true,
"license": "(Apache-2.0 OR MIT)",
"homepage": "/starknet",
Expand Down

0 comments on commit bd1d1b1

Please sign in to comment.