Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRilling committed Sep 19, 2021
1 parent d1843cb commit ce8af5a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.2.0"
"version": "5.3.0"
}
10 changes: 5 additions & 5 deletions packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yugioh-deck-tool/application",
"version": "5.2.0",
"version": "5.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -11,10 +11,10 @@
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.2",
"@yugioh-deck-tool/browser-common": "^5.2.0",
"@yugioh-deck-tool/core": "^5.2.0",
"@yugioh-deck-tool/tooltip": "^5.2.0",
"@yugioh-deck-tool/ygoprodeck": "^5.2.0",
"@yugioh-deck-tool/browser-common": "^5.3.0",
"@yugioh-deck-tool/core": "^5.3.0",
"@yugioh-deck-tool/tooltip": "^5.3.0",
"@yugioh-deck-tool/ygoprodeck": "^5.3.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yugioh-deck-tool/browser-common",
"version": "5.2.0",
"version": "5.3.0",
"main": "./src/main.ts",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@yugioh-deck-tool/core": "^5.2.0",
"@yugioh-deck-tool/core": "^5.3.0",
"html2canvas": "^1.0.0",
"inversify": "^5.1.1"
},
Expand Down
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": "@yugioh-deck-tool/core",
"version": "5.2.0",
"version": "5.3.0",
"main": "./src/main.ts",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yugioh-deck-tool/tooltip",
"version": "5.2.0",
"version": "5.3.0",
"main": "./src/main.ts",
"private": true,
"scripts": {
Expand All @@ -9,9 +9,9 @@
"test": "jest"
},
"dependencies": {
"@yugioh-deck-tool/browser-common": "^5.2.0",
"@yugioh-deck-tool/core": "^5.2.0",
"@yugioh-deck-tool/ygoprodeck": "^5.2.0",
"@yugioh-deck-tool/browser-common": "^5.3.0",
"@yugioh-deck-tool/core": "^5.3.0",
"@yugioh-deck-tool/ygoprodeck": "^5.3.0",
"inversify": "^5.1.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/ygoprodeck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yugioh-deck-tool/ygoprodeck",
"version": "5.2.0",
"version": "5.3.0",
"main": "./src/main.ts",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@yugioh-deck-tool/core": "^5.2.0",
"@yugioh-deck-tool/core": "^5.3.0",
"inversify": "^5.1.1",
"lightdash": "^13.0.1",
"lodash": "^4.17.21"
Expand Down

0 comments on commit ce8af5a

Please sign in to comment.