Skip to content

Commit

Permalink
v0.1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Nov 24, 2023
1 parent afc5277 commit f823216
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/core",
"version": "0.1.51",
"version": "0.1.53",
"description": "Dojo engine core providers and types",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-burner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/create-burner",
"version": "0.1.51",
"version": "0.1.53",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/create-dojo/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@dojoengine/create-dojo",
"version": "0.1.52",
"version": "0.1.53",
"description": "Scaffold Dojo project from examples",
"module": "index.ts",
"main" : "./bin/index.js",
"type": "module",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/react",
"version": "0.1.51",
"version": "0.1.53",
"description": "Useful React hooks for Starknet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/torii-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-client",
"version": "0.1.51",
"version": "0.1.53",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/torii-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-wasm",
"version": "0.1.51",
"version": "0.1.53",
"description": "",
"main": "./pkg/torii_client_wasm.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/utils",
"version": "0.1.51",
"version": "0.1.53",
"description": "Helpful Dojo Utils",
"type": "module",
"scripts": {
Expand Down

0 comments on commit f823216

Please sign in to comment.