Skip to content

Commit 9a83afd

Browse files
committed
🔖 release: publish v1.0.8
1 parent 1f5ce72 commit 9a83afd

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
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.7",
2+
"version": "1.0.8",
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.7",
3+
"version": "1.0.8",
44
"description": "Binary Index Tree",
55
"author": {
66
"name": "guanghechen",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/circular-queue",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Circular queue in Typescript",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/dinic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/dinic",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "The dinic algorithm implemented in typescript",
55
"author": {
66
"name": "guanghechen",
@@ -43,6 +43,6 @@
4343
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4444
},
4545
"dependencies": {
46-
"@algorithm.ts/circular-queue": "^1.0.7"
46+
"@algorithm.ts/circular-queue": "^1.0.8"
4747
}
4848
}

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.7",
3+
"version": "1.0.8",
44
"description": "Dancing link + Algorithm X",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/findset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/findset",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Find set written in Typescript.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/isap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/isap",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "The ISAP algorithm implemented in typescript",
55
"author": {
66
"name": "guanghechen",
@@ -43,6 +43,6 @@
4343
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4444
},
4545
"dependencies": {
46-
"@algorithm.ts/circular-queue": "^1.0.7"
46+
"@algorithm.ts/circular-queue": "^1.0.8"
4747
}
4848
}

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.7",
3+
"version": "1.0.8",
44
"description": "Knuth shuffle",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/mcmf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/mcmf",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "The MCMF algorithm implemented in typescript",
55
"author": {
66
"name": "guanghechen",
@@ -43,6 +43,6 @@
4343
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4444
},
4545
"dependencies": {
46-
"@algorithm.ts/circular-queue": "^1.0.7"
46+
"@algorithm.ts/circular-queue": "^1.0.8"
4747
}
4848
}

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

0 commit comments

Comments
 (0)