Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
  • Loading branch information
remusao committed Feb 3, 2020
1 parent d31ccbe commit 03346d2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/counter",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple counter implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/smaz-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remusao/smaz-benchmarks",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"description": "Benchmark various small string compression libraries",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/smaz": "^1.7.0",
"@remusao/smaz": "^1.7.1",
"benchmark": "^2.1.4",
"chalk": "^3.0.0",
"ts-node": "^8.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/smaz-compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-compress",
"version": "1.7.0",
"version": "1.7.1",
"description": "Compress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/trie": "^1.2.0"
"@remusao/trie": "^1.2.1"
},
"devDependencies": {
"@types/chai": "^4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/smaz-decompress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-decompress",
"version": "1.7.0",
"version": "1.7.1",
"description": "Decompress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/smaz-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-generate",
"version": "1.7.0",
"version": "1.7.1",
"description": "Generate optimized codebooks from data to use in smaz compression",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -33,11 +33,11 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/counter": "^1.1.0",
"@remusao/smaz-compress": "^1.7.0"
"@remusao/counter": "^1.1.1",
"@remusao/smaz-compress": "^1.7.1"
},
"devDependencies": {
"@remusao/smaz": "^1.7.0",
"@remusao/smaz": "^1.7.1",
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"chai": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/smaz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz",
"version": "1.7.0",
"version": "1.7.1",
"description": "Compress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/smaz-compress": "^1.7.0",
"@remusao/smaz-decompress": "^1.7.0"
"@remusao/smaz-compress": "^1.7.1",
"@remusao/smaz-decompress": "^1.7.1"
},
"devDependencies": {
"@types/chai": "^4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/thunderbird-msg-filters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/thunderbird-msg-filters",
"version": "1.3.0",
"version": "1.3.1",
"description": "Library to parse and generate thunderbird msg filters rules",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/trie",
"version": "1.2.0",
"version": "1.2.1",
"description": "A tiny trie implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down

0 comments on commit 03346d2

Please sign in to comment.