Skip to content

Commit bee6123

Browse files
committed
🔖 release: publish v1.0.17
1 parent 22001ff commit bee6123

File tree

18 files changed

+24
-24
lines changed

18 files changed

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

Diff for: packages/calculate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/calculate",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "A tiny calculator for integer arithmetics such as '+-*/()'",
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.16",
3+
"version": "1.0.17",
44
"description": "Circular queue in Typescript",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/dijkstra/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/dijkstra",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Dancing link + Algorithm X",
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/priority-queue": "^1.0.16"
46+
"@algorithm.ts/priority-queue": "^1.0.17"
4747
}
4848
}

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.16",
3+
"version": "1.0.17",
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.16"
46+
"@algorithm.ts/circular-queue": "^1.0.17"
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.16",
3+
"version": "1.0.17",
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.16",
3+
"version": "1.0.17",
44
"description": "Find set written in Typescript.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/gcd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/gcd",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "GCD + Euclidean algorithm",
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.16",
3+
"version": "1.0.17",
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.16"
46+
"@algorithm.ts/circular-queue": "^1.0.17"
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.16",
3+
"version": "1.0.17",
44
"description": "Knuth shuffle",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/lower-bound/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/lower-bound",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Find the index of first elements which greater or equals than the target element.",
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.16",
3+
"version": "1.0.17",
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.16"
46+
"@algorithm.ts/circular-queue": "^1.0.17"
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.16",
3+
"version": "1.0.17",
44
"description": "Priority queue.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/sliding-window/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/sliding-window",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Sliding window",
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.16",
3+
"version": "1.0.17",
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.16",
45-
"@algorithm.ts/knuth-shuffle": "^1.0.16"
44+
"@algorithm.ts/dlx": "^1.0.17",
45+
"@algorithm.ts/knuth-shuffle": "^1.0.17"
4646
}
4747
}

Diff for: packages/trie/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/trie",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Trie",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/upper-bound/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/upper-bound",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Find the index of first elements which greater than the target element.",
55
"author": {
66
"name": "guanghechen",

0 commit comments

Comments
 (0)