Skip to content

Commit

Permalink
Prepare v0.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 7, 2024
1 parent 8ab8c79 commit ceff2e4
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: asdf-vm/actions/setup@v3
- run: |
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.4
asdf global dojo 1.0.4
asdf install dojo 1.0.5
asdf global dojo 1.0.5
cd contracts && sozo test
2 changes: 1 addition & 1 deletion DOJO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]

ARG ASDF_VERSION="v0.14.1"
ARG SCARB_VERSION="2.7.0"
ARG DOJO_VERSION="1.0.4"
ARG DOJO_VERSION="1.0.5"
ARG STARKLI_VERSION="0.3.5"


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.15
0.5.16
2 changes: 1 addition & 1 deletion contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dojo 1.0.4
dojo 1.0.5
scarb 2.8.4
2 changes: 1 addition & 1 deletion contracts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cairo1.enableLanguageServer": true,
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.4/bin/dojo-language-server",
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.5/bin/dojo-language-server",
"cairo1.enableScarb": true,
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.8.4/bin/scarb",
"cairo1.preferScarbLanguageServer": false
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow the asdf installation instructions.

```
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.4
asdf install dojo 1.0.5
```

### Install scarb
Expand Down
12 changes: 6 additions & 6 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ version = 1

[[package]]
name = "dojo"
version = "1.0.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.4#e9f286c14f5952604bec915719c14b7f2d7b4233"
version = "1.0.5"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.4#e9f286c14f5952604bec915719c14b7f2d7b4233"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.4#e9f286c14f5952604bec915719c14b7f2d7b4233"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"

[[package]]
name = "pixelaw"
version = "0.5.14"
version = "0.5.15"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand All @@ -33,7 +33,7 @@ dependencies = [

[[package]]
name = "pixelaw_test_helpers"
version = "0.5.14"
version = "0.5.15"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand Down
6 changes: 3 additions & 3 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
cairo-version = "=2.8.4"
name = "pixelaw"
version = "0.5.15"
version = "0.5.16"
homepage = "https://github.com/pixelaw/core"
edition = "2024_07"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
starknet = "2.8.4"

[dev-dependencies]
pixelaw_test_helpers = { path = "../test_helpers" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }

[tool.fmt]
sort-module-level-items = true
Expand Down
6 changes: 3 additions & 3 deletions contracts/Scarb_deploy.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
cairo-version = "=2.8.4"
name = "pixelaw"
version = "0.5.15"
version = "0.5.16"
homepage = "https://github.com/pixelaw/core"
edition = "2024_07"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
starknet = "2.8.4"

[dev-dependencies]
pixelaw_test_helpers = { path = "../test_helpers" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }

[tool.fmt]
sort-module-level-items = true
Expand Down
6 changes: 3 additions & 3 deletions test_helpers/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
cairo-version = "=2.8.4"
name = "pixelaw_test_helpers"
version = "0.5.15"
version = "0.5.16"
homepage = "https://github.com/pixelaw/core"
edition = "2024_07"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.5" }
starknet = "2.8.4"

[tool.fmt]
Expand Down

0 comments on commit ceff2e4

Please sign in to comment.