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]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
  • Loading branch information
remusao committed Nov 3, 2020
1 parent fc02c40 commit 399e0a8
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 23 deletions.
6 changes: 4 additions & 2 deletions packages/auto-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/auto-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "Custom configuration for auto",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand All @@ -25,7 +25,9 @@
"auto": "*"
},
"auto": {
"plugins": ["npm"],
"plugins": [
"npm"
],
"labels": [
{
"name": "PR: Breaking Change :boom:",
Expand Down
2 changes: 1 addition & 1 deletion packages/badger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/badger",
"version": "1.2.1",
"version": "1.2.2",
"description": "A high-level abstraction to manipulate browser action badge in extensions",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/bench",
"version": "1.1.0",
"version": "1.1.1",
"description": "Easily measure performance of a function against array of inputs",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
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.3.0",
"version": "1.3.1",
"description": "A simple counter implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/guess-url-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/guess-url-type",
"version": "1.2.0",
"version": "1.2.1",
"description": "Guess type of resource based on its URL",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/small/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/small",
"version": "1.2.0",
"version": "1.2.1",
"description": "Smalles files for different MIME types",
"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.11.0",
"version": "1.11.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.9.0",
"@remusao/smaz": "^1.9.1",
"benchmark": "^2.1.4",
"chalk": "^4.0.0",
"ts-node": "^9.0.0"
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.9.0",
"version": "1.9.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.4.0"
"@remusao/trie": "^1.4.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.9.0",
"version": "1.9.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.9.0",
"version": "1.9.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.3.0",
"@remusao/smaz-compress": "^1.9.0"
"@remusao/counter": "^1.3.1",
"@remusao/smaz-compress": "^1.9.1"
},
"devDependencies": {
"@remusao/smaz": "^1.9.0",
"@remusao/smaz": "^1.9.1",
"@types/chai": "^4.2.8",
"@types/mocha": "^8.0.0",
"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.9.0",
"version": "1.9.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.9.0",
"@remusao/smaz-decompress": "^1.9.0"
"@remusao/smaz-compress": "^1.9.1",
"@remusao/smaz-decompress": "^1.9.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.6.0",
"version": "1.6.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.4.0",
"version": "1.4.1",
"description": "A tiny trie implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/url-match-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/url-match-patterns",
"version": "1.1.0",
"version": "1.1.1",
"description": "Test URLs against match patterns",
"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"
},
"devDependencies": {
"@remusao/bench": "^1.1.0",
"@remusao/bench": "^1.1.1",
"@types/chai": "^4.2.8",
"@types/mocha": "^8.0.0",
"chai": "^4.2.0",
Expand Down

0 comments on commit 399e0a8

Please sign in to comment.