Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jan 25, 2025
1 parent 6bbb753 commit 21f0621
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public"
},
"tagVersionPrefix": "",
"version": "2.15.6"
"version": "2.15.7"
}
58 changes: 29 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"packages/scrabble-solver"
],
"dependencies": {
"@scrabble-solver/scrabble-solver": "^2.15.6",
"@scrabble-solver/scrabble-solver": "^2.15.7",
"concurrently": "^9.1.2",
"open-cli": "^8.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/configs",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Configs",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"clean": "rimraf build/"
},
"dependencies": {
"@scrabble-solver/constants": "^2.15.6",
"@scrabble-solver/types": "^2.15.6"
"@scrabble-solver/constants": "^2.15.7",
"@scrabble-solver/types": "^2.15.7"
},
"gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/constants",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Constants",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/dictionaries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/dictionaries",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Dictionaries",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@kamilmielnik/trie": "^4.0.0",
"@scrabble-solver/logger": "^2.15.6",
"@scrabble-solver/types": "^2.15.6",
"@scrabble-solver/word-lists": "^2.15.6"
"@scrabble-solver/logger": "^2.15.7",
"@scrabble-solver/types": "^2.15.7",
"@scrabble-solver/word-lists": "^2.15.7"
},
"gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/logger",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Logger",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions packages/scrabble-solver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/scrabble-solver",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - App",
"engines": {
"node": ">=16"
Expand Down Expand Up @@ -30,13 +30,13 @@
"@floating-ui/react": "^0.27.3",
"@kamilmielnik/trie": "^4.0.0",
"@reduxjs/toolkit": "^2.5.0",
"@scrabble-solver/configs": "^2.15.6",
"@scrabble-solver/constants": "^2.15.6",
"@scrabble-solver/dictionaries": "^2.15.6",
"@scrabble-solver/logger": "^2.15.6",
"@scrabble-solver/solver": "^2.15.6",
"@scrabble-solver/types": "^2.15.6",
"@scrabble-solver/word-definitions": "^2.15.6",
"@scrabble-solver/configs": "^2.15.7",
"@scrabble-solver/constants": "^2.15.7",
"@scrabble-solver/dictionaries": "^2.15.7",
"@scrabble-solver/logger": "^2.15.7",
"@scrabble-solver/solver": "^2.15.7",
"@scrabble-solver/types": "^2.15.7",
"@scrabble-solver/word-definitions": "^2.15.7",
"classnames": "^2.5.1",
"env-cmd": "^10.1.0",
"include-media": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/solver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/solver",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Solver",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -24,12 +24,12 @@
},
"dependencies": {
"@kamilmielnik/trie": "^4.0.0",
"@scrabble-solver/types": "^2.15.6"
"@scrabble-solver/types": "^2.15.7"
},
"devDependencies": {
"@scrabble-solver/configs": "^2.15.6",
"@scrabble-solver/constants": "^2.15.6",
"@scrabble-solver/dictionaries": "^2.15.6"
"@scrabble-solver/configs": "^2.15.7",
"@scrabble-solver/constants": "^2.15.7",
"@scrabble-solver/dictionaries": "^2.15.7"
},
"gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/types",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Types",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf build/"
},
"dependencies": {
"@scrabble-solver/constants": "^2.15.6"
"@scrabble-solver/constants": "^2.15.7"
},
"gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
4 changes: 2 additions & 2 deletions packages/word-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/word-definitions",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Word definitions",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf build/"
},
"dependencies": {
"@scrabble-solver/types": "^2.15.6",
"@scrabble-solver/types": "^2.15.7",
"cheerio": "^1.0.0",
"follow-redirects": "^1.15.9",
"striptags": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/word-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrabble-solver/word-lists",
"version": "2.15.6",
"version": "2.15.7",
"description": "Scrabble Solver 2 - Word lists",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf build/"
},
"dependencies": {
"@scrabble-solver/types": "^2.15.6",
"@scrabble-solver/types": "^2.15.7",
"cheerio": "^1.0.0",
"follow-redirects": "^1.15.9",
"latinize": "^1.0.0",
Expand Down

0 comments on commit 21f0621

Please sign in to comment.