Skip to content

Commit

Permalink
chore: Prep for v0.28.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 11, 2023
1 parent dba187c commit c23961a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@excaliburjs/dev-tools",
"version": "0.27.1",
"version": "0.28.0",
"description": "Excalibur Debug Tools",
"source": "./dev-tools.ts",
"main": "./dist/dev-tools.js",
Expand All @@ -19,7 +19,7 @@
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-glsl": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"excalibur": "0.27.0",
"excalibur": "~0.28.1",
"parcel": "2.6.2",
"ts-loader": "9.3.1",
"typescript": "4.7.4",
Expand All @@ -28,6 +28,6 @@
"webpack-cli": "4.10.0"
},
"peerDependencies": {
"excalibur": "0.27.0"
"excalibur": "~0.28.1"
}
}

0 comments on commit c23961a

Please sign in to comment.