Skip to content

Commit 0f53b60

Browse files
committed
chore(release): Publish %s
- @weave-js/redis-cache@0.9.4 - @weave-js/cli@0.9.5 - @weave-js/core@0.9.4 - @weave-js/repl@0.9.5 - @weave-js/node-service@0.9.4 - @weave-js/tracing-zipkin@0.9.4 - @weave-js/nats-transport@0.9.4 - @weave-js/redis-transport@0.9.4
1 parent 9434a7b commit 0f53b60

File tree

21 files changed

+89
-21
lines changed

21 files changed

+89
-21
lines changed

packages/cache/redis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.4](https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.9.3...@weave-js/redis-cache@0.9.4) (2021-09-09)
7+
8+
**Note:** Version bump only for package @weave-js/redis-cache
9+
10+
11+
12+
13+
614
## [0.9.3](https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.9.2...@weave-js/redis-cache@0.9.3) (2021-08-30)
715

816
**Note:** Version bump only for package @weave-js/redis-cache

packages/cache/redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weave-js/redis-cache",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "weave redis transport adapter module",
55
"main": "lib/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"@weave-js/core": ">=0.9.0"
2424
},
2525
"devDependencies": {
26-
"@weave-js/core": "^0.9.3",
26+
"@weave-js/core": "^0.9.4",
2727
"eslint": "^7.30.0",
2828
"eslint-config-fw": "^1.0.3",
2929
"eslint-loader": "^4.0.2",

packages/core/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.5](https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.9.4...@weave-js/cli@0.9.5) (2021-09-09)
7+
8+
**Note:** Version bump only for package @weave-js/cli
9+
10+
11+
12+
13+
614
## [0.9.4](https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.9.3...@weave-js/cli@0.9.4) (2021-08-30)
715

816
**Note:** Version bump only for package @weave-js/cli

packages/core/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weave-js/cli",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "Weave CLI tool",
55
"main": "index.js",
66
"scripts": {
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@weave-js/core": "^0.9.3",
25-
"@weave-js/repl": "^0.9.4",
24+
"@weave-js/core": "^0.9.4",
25+
"@weave-js/repl": "^0.9.5",
2626
"@weave-js/utils": "^0.9.1",
2727
"commander": "^7.2.0",
2828
"consolidate": "^0.16.0",

packages/core/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.4](https://github.com/fachw3rk/weave/compare/@weave-js/core@0.9.3...@weave-js/core@0.9.4) (2021-09-09)
7+
8+
9+
### Features
10+
11+
* Added detection for TTY and an human-readable log output. ([9434a7b](https://github.com/fachw3rk/weave/commit/9434a7b9f5722550e20a1de073a5629f204827f9))
12+
* Implemented better human readable log output ([72d0faa](https://github.com/fachw3rk/weave/commit/72d0faa744b0e407502d90320bfc81af9e0ae866))
13+
14+
15+
16+
17+
618
## [0.9.3](https://github.com/fachw3rk/weave/compare/@weave-js/core@0.9.2...@weave-js/core@0.9.3) (2021-08-30)
719

820

packages/core/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weave-js/core",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "The core package of weave",
55
"keywords": [
66
"Weave",

packages/core/repl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.5](https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.9.4...@weave-js/repl@0.9.5) (2021-09-09)
7+
8+
**Note:** Version bump only for package @weave-js/repl
9+
10+
11+
12+
13+
614
## [0.9.4](https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.9.3...@weave-js/repl@0.9.4) (2021-08-30)
715

816
**Note:** Version bump only for package @weave-js/repl

packages/core/repl/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weave-js/repl",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "REPL module for weave",
55
"main": "lib/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"vorpal": "^1.12.0"
2424
},
2525
"devDependencies": {
26-
"@weave-js/core": "^0.9.3",
26+
"@weave-js/core": "^0.9.4",
2727
"eslint": "^7.30.0"
2828
},
2929
"gitHead": "19371c8bca2bf6733ae30b23cd5a316c3bcdb5f4"

0 commit comments

Comments
 (0)