Skip to content

Commit 3f9662a

Browse files
committed
chore(release): Publish %s
- @weave-js/redis-cache@0.12.1 - @weave-js/cli@0.12.1 - @weave-js/core@0.12.1 - @weave-js/repl@0.12.1 - @weave-js/utils@0.11.1 - @weave-js/lock-service@0.12.1 - @weave-js/node-service@0.12.1 - @weave-js/tracing-zipkin@0.12.1 - @weave-js/nats-transport@0.12.1 - @weave-js/redis-transport@0.12.1
1 parent 00b68d9 commit 3f9662a

File tree

22 files changed

+109
-29
lines changed

22 files changed

+109
-29
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.12.1](https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.12.0...@weave-js/redis-cache@0.12.1) (2022-05-15)
7+
8+
**Note:** Version bump only for package @weave-js/redis-cache
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.11.1...@weave-js/redis-cache@0.12.0) (2022-03-30)
715

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

packages/cache/redis/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/redis-cache",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
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.12.0"
26+
"@weave-js/core": "^0.12.1"
2727
},
2828
"jest": {
2929
"testEnvironment": "node",
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@weave-js/utils": "^0.11.0",
36+
"@weave-js/utils": "^0.11.1",
3737
"ioredis": "^4.28.5"
3838
},
3939
"gitHead": "84fd5e4af3af96e8c004bcfba40bb3cb35f23fa7"

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.12.1](https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.12.0...@weave-js/cli@0.12.1) (2022-05-15)
7+
8+
**Note:** Version bump only for package @weave-js/cli
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.11.1...@weave-js/cli@0.12.0) (2022-03-30)
715

816

packages/core/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weave-js/cli",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Weave CLI tool",
55
"main": "index.js",
66
"scripts": {
@@ -20,9 +20,9 @@
2020
},
2121
"license": "MIT",
2222
"dependencies": {
23-
"@weave-js/core": "^0.12.0",
24-
"@weave-js/repl": "^0.12.0",
25-
"@weave-js/utils": "^0.11.0",
23+
"@weave-js/core": "^0.12.1",
24+
"@weave-js/repl": "^0.12.1",
25+
"@weave-js/utils": "^0.11.1",
2626
"commander": "^9.1.0",
2727
"ejs": "^3.1.6",
2828
"inquirer": "^8.2.2",

packages/core/core/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.12.1](https://github.com/fachw3rk/weave/compare/@weave-js/core@0.12.0...@weave-js/core@0.12.1) (2022-05-15)
7+
8+
**Note:** Version bump only for package @weave-js/core
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/fachw3rk/weave/compare/@weave-js/core@0.11.1...@weave-js/core@0.12.0) (2022-03-30)
715

816

packages/core/core/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/core",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "The core package of weave",
55
"keywords": [
66
"Weave",
@@ -40,7 +40,7 @@
4040
"license": "MIT",
4141
"dependencies": {
4242
"@weave-js/errors": "^0.9.1",
43-
"@weave-js/utils": "^0.11.0",
43+
"@weave-js/utils": "^0.11.1",
4444
"@weave-js/validator": "^0.12.0",
4545
"eventemitter2": "^6.4.5",
4646
"glob": "^7.2.0"

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.12.1](https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.12.0...@weave-js/repl@0.12.1) (2022-05-15)
7+
8+
**Note:** Version bump only for package @weave-js/repl
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.11.1...@weave-js/repl@0.12.0) (2022-03-30)
715

816

packages/core/repl/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/repl",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "REPL module for weave",
55
"main": "lib/index.js",
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"@weave-js/core": ">=0.9.0"
1616
},
1717
"dependencies": {
18-
"@weave-js/utils": "^0.11.0",
18+
"@weave-js/utils": "^0.11.1",
1919
"clui": "^0.3.6",
2020
"kleur": "^4.1.4",
2121
"ora": "^5.4.1",
2222
"table": "^6.8.0",
2323
"vorpal": "^1.12.0"
2424
},
2525
"devDependencies": {
26-
"@weave-js/core": "^0.12.0"
26+
"@weave-js/core": "^0.12.1"
2727
},
2828
"gitHead": "84fd5e4af3af96e8c004bcfba40bb3cb35f23fa7"
2929
}

packages/core/utils/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.11.1](https://github.com/weave-microservices/weave/compare/@weave-js/utils@0.11.0...@weave-js/utils@0.11.1) (2022-05-15)
7+
8+
**Note:** Version bump only for package @weave-js/utils
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/weave-microservices/weave/compare/@weave-js/utils@0.10.1...@weave-js/utils@0.11.0) (2022-03-30)
715

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

packages/core/utils/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/utils",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Weave utility library",
55
"author": "Kevin Ries <kevin.ries@fachwerk.io>",
66
"homepage": "https://weave-js.com/packages/utils",

0 commit comments

Comments
 (0)