Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #101 from latitudegames/release-module-fixes
Browse files Browse the repository at this point in the history
Target existing published version of core in client, bump core patch …
  • Loading branch information
Sean Gillespie authored Oct 5, 2021
2 parents 918de14 + 9c96dec commit f2e85eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"install:canary": "yarn add @latitudegames/thoth-core@canary"
},
"dependencies": {
"@latitudegames/thoth-core": "0.0.34",
"@latitudegames/thoth-core": "0.0.33",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@monaco-editor/react": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitudegames/thoth-core",
"version": "0.0.35",
"version": "0.0.36",
"description": "core shared code for thoth",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit f2e85eb

Please sign in to comment.