Skip to content

Commit

Permalink
Version Packages (#8)
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 19, 2024
1 parent 5295941 commit 6c8f4af
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/soft-readers-boil.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/dappstore-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# dappstore

## 0.0.4

### Patch Changes

- 5295941: Fix package resolution
- Updated dependencies [5295941]
- @evmos/dev-wrapper@0.0.3

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dappstore-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dappstore",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.0",
"@evmos/dev-wrapper": "0.0.2",
"@evmos/dev-wrapper": "0.0.3",
"@types/cross-spawn": "^6.0.6",
"@types/inquirer": "^9.0.7",
"autoprefixer": "^10.4.17",
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.4

### Patch Changes

- 5295941: Fix package resolution

## 0.0.2

### 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.2",
"version": "0.0.4",
"type": "module",
"sideEffects": false,
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evmos/dev-wrapper

## 0.0.3

### Patch Changes

- 5295941: Fix package resolution

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@evmos/dev-wrapper",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"exports": {
"./*": "./dist/*"
Expand All @@ -22,7 +22,7 @@
"viem": "^2.7.9"
},
"devDependencies": {
"@evmos/dappstore-sdk": "0.0.2",
"@evmos/dappstore-sdk": "0.0.4",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down

0 comments on commit 6c8f4af

Please sign in to comment.