Skip to content

Commit

Permalink
Version Packages (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 21, 2024
1 parent 487193c commit 229a8b1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-islands-compare.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev:dappstore": "dappstore dev --target 3000"
},
"dependencies": {
"@evmos/dappstore-sdk": "0.0.5",
"dappstore": "0.0.5",
"@evmos/dappstore-sdk": "0.0.6",
"dappstore": "0.0.6",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
Expand Down
6 changes: 6 additions & 0 deletions packages/dappstore-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# dappstore

## 0.0.6

### Patch Changes

- 0fffb5f: Improve logging and emit base events on initialize

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dappstore-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dappstore",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/dappstore-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evmos/dappstore-sdk

## 0.0.6

### Patch Changes

- 0fffb5f: Improve logging and emit base events on initialize

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dappstore-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmos/dappstore-sdk",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"sideEffects": false,
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"viem": "^2.7.9"
},
"devDependencies": {
"@evmos/dappstore-sdk": "0.0.5",
"@evmos/dappstore-sdk": "0.0.6",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down

0 comments on commit 229a8b1

Please sign in to comment.