Skip to content

Commit 1f37699

Browse files
committed
🔖 release: publish v2.0.4
1 parent 26f92fc commit 1f37699

File tree

29 files changed

+38
-38
lines changed

29 files changed

+38
-38
lines changed

Diff for: lerna.json

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

Diff for: packages/base64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/base64",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A Base64 encoding implementation.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/bellman-ford/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/bellman-ford",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Bellman-ford algorithm.",
55
"author": {
66
"name": "guanghechen",
@@ -42,6 +42,6 @@
4242
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4343
},
4444
"dependencies": {
45-
"@algorithm.ts/circular-queue": "^2.0.3"
45+
"@algorithm.ts/circular-queue": "^2.0.4"
4646
}
4747
}

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

Diff for: packages/bipartite-graph-matching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/bipartite-graph-matching",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The algorithm to find the maximum matching of the bipartite graph.",
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A tiny calculator for number 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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Circular queue in Typescript",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/dijkstra-bigint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/dijkstra-bigint",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Dijkstra algorithm (bigint version) optimized with @algorithm.ts/priority-queue.",
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": "^2.0.3"
46+
"@algorithm.ts/priority-queue": "^2.0.4"
4747
}
4848
}

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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Dijkstra algorithm optimized with @algorithm.ts/priority-queue.",
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": "^2.0.3"
46+
"@algorithm.ts/priority-queue": "^2.0.4"
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": "2.0.3",
3+
"version": "2.0.4",
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": "^2.0.3"
46+
"@algorithm.ts/circular-queue": "^2.0.4"
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": "2.0.3",
3+
"version": "2.0.4",
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": "2.0.3",
3+
"version": "2.0.4",
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "GCD + Euclidean algorithm",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/gomoku/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/gomoku",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A algorithm based on minimax search and alpha-beta prune to solve gomoku game.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/huffman/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/huffman",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "huffman + Euclidean algorithm",
55
"author": {
66
"name": "guanghechen",
@@ -41,6 +41,6 @@
4141
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
4242
},
4343
"dependencies": {
44-
"@algorithm.ts/priority-queue": "^2.0.3"
44+
"@algorithm.ts/priority-queue": "^2.0.4"
4545
}
4646
}

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": "2.0.3",
3+
"version": "2.0.4",
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": "^2.0.3"
46+
"@algorithm.ts/circular-queue": "^2.0.4"
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Knuth shuffle",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/lcs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/lcs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Find the longest common subsequence.",
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Find the index of first elements which greater or equals than the target element.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/manacher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/manacher",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The manacher algorithm for solving palindrome string problems",
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": "2.0.3",
3+
"version": "2.0.4",
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": "^2.0.3"
46+
"@algorithm.ts/circular-queue": "^2.0.4"
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Priority queue.",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/roman/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/roman",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Conversion between Roman numerals and Arabic numerals",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/sieve-prime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/sieve-prime",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A linear time algorithm to sieve prime numbers",
55
"author": {
66
"name": "guanghechen",

Diff for: packages/sieve-totient/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorithm.ts/sieve-totient",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A linear time algorithm to sieve prime numbers and get the Euler's totient function",
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": "2.0.3",
3+
"version": "2.0.4",
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": "2.0.3",
3+
"version": "2.0.4",
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": "^2.0.3",
45-
"@algorithm.ts/knuth-shuffle": "^2.0.3"
44+
"@algorithm.ts/dlx": "^2.0.4",
45+
"@algorithm.ts/knuth-shuffle": "^2.0.4"
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": "2.0.3",
3+
"version": "2.0.4",
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Find the index of first elements which greater than the target element.",
55
"author": {
66
"name": "guanghechen",

0 commit comments

Comments
 (0)