File tree Expand file tree Collapse file tree 22 files changed +109
-29
lines changed
Expand file tree Collapse file tree 22 files changed +109
-29
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
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" ,
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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
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}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments