Skip to content

Commit 922c474

Browse files
committed
🔖 release: publish v1.0.1
1 parent 85145dc commit 922c474

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0",
2+
"version": "1.0.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

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.0",
3+
"version": "1.0.1",
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.0",
3+
"version": "1.0.1",
44
"description": "Knuth shuffle",
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.0",
3+
"version": "1.0.1",
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.0",
45-
"@algorithm.ts/knuth-shuffle": "^1.0.0"
44+
"@algorithm.ts/dlx": "^1.0.1",
45+
"@algorithm.ts/knuth-shuffle": "^1.0.1"
4646
}
4747
}

0 commit comments

Comments
 (0)