Skip to content

Commit

Permalink
Release: v0.0.8 for world package (#111)
Browse files Browse the repository at this point in the history
* Prepare Release: v0.0.8 for world package
  • Loading branch information
tinkrtailor authored Jun 5, 2024
1 parent ab9720b commit ce73986
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [
[
"@eveworld/smart-object-framework",
"@eveworld/common-constants",
"@eveworld/world"
]
],
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "develop",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
context: .
platforms: linux/amd64
build-args: |
IMAGE_TAG=v0.0.7
IMAGE_TAG=develop-test
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=docker
Expand Down Expand Up @@ -164,6 +164,6 @@ jobs:
context: .
platforms: linux/arm64,linux/amd64
build-args: |
IMAGE_TAG=v0.0.7
IMAGE_TAG=develop
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion mud-contracts/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@latticexyz/world-modules": "2.0.0-transaction-context-98ef570f",
"@eveworld/common-constants": "0.0.7",
"@eveworld/smart-object-framework": "0.0.7",
"@eveworld/world": "0.0.7"
"@eveworld/world": "0.0.8"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down
6 changes: 6 additions & 0 deletions mud-contracts/world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eveworld/world

## 0.0.8

### Patch Changes

- Bug fix: inventory interact inventoryToEphemeralTransferWithParam with parameter

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion mud-contracts/world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eveworld/world",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"scripts": {
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion standard-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@latticexyz/schema-type": "2.0.0-transaction-context-98ef570f",
"@latticexyz/world": "2.0.0-transaction-context-98ef570f",
"@latticexyz/store": "2.0.0-transaction-context-98ef570f",
"@eveworld/world": "0.0.7",
"@eveworld/world": "0.0.8",
"@eveworld/common-constants": "0.0.7"
},
"devDependencies": {
Expand Down

0 comments on commit ce73986

Please sign in to comment.