Skip to content

Commit

Permalink
release v0.3.0 🐾 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryguillou authored Aug 22, 2022
1 parent 9470a27 commit b1ca54a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion burner/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starknet/burner",
"private": false,
"version": "0.2.104",
"version": "0.3.0",
"description": "A burner for Starknet",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions burner/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet",
"version": "0.2.104",
"name": "keyring",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/contributors/design/06-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ better:
sync and we do not break things with upgrade
2. better documentation and diagnostic tools. In particular, the extension
should control the token and the account
3. an extensible drone. For now, only one plugin is supportedm we should
3. an extensible drone. For now, only one plugin is supported we should
generate plugins specifics to dapps
4. a social backed wallet that would rely on the OZ account and provide the
extensibility of the burner out of the box (target v0.5.0)
Expand Down
18 changes: 9 additions & 9 deletions starkpilled/package-lock.json

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

6 changes: 3 additions & 3 deletions starkpilled/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starkpilled",
"version": "0.2.104",
"private": true,
"version": "0.3.0",
"private": false,
"scripts": {
"dev": "next dev --port 3001",
"prebuild": "node ./scripts/prebuild.js",
Expand All @@ -16,7 +16,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@starknet/burner": "^0.2.104",
"@starknet/burner": "^0.3.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"starknet": "^4.3.0"
Expand Down

0 comments on commit b1ca54a

Please sign in to comment.