Skip to content

Commit c396aec

Browse files
committed
🔖 release: publish v1.0.5
1 parent ec51481 commit c396aec

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

Diff for: packages/binary-index-tree/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/binary-index-tree",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Binary Index Tree",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/dlx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/dlx",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Dancing link + Algorithm X",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/knuth-shuffle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/knuth-shuffle",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Knuth shuffle",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/priority-queue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/priority-queue",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Priority queue.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/sudoku/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/sudoku",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A efficient Sudoku solver and creator.",
55
"author": {
66
"name": "guanghechen",
@@ -41,7 +41,7 @@
4141
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4242
},
4343
"dependencies": {
44-
"@algorithm.ts/dlx": "^1.0.4",
45-
"@algorithm.ts/knuth-shuffle": "^1.0.4"
44+
"@algorithm.ts/dlx": "^1.0.5",
45+
"@algorithm.ts/knuth-shuffle": "^1.0.5"
4646
}
4747
}

0 commit comments

Comments
 (0)