Skip to content

Commit

Permalink
Fix: update package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Dec 4, 2023
1 parent e5297b7 commit 01fd4db
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Apps/Broker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--broker",
"version": "1.1.0",
"version": "1.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--common",
"version": "1.1.0",
"version": "1.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--delivery",
"version": "1.1.0",
"version": "1.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Order/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--order",
"version": "1.1.0",
"version": "1.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Payment/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Payment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--payment",
"version": "1.1.0",
"version": "1.2.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 01fd4db

Please sign in to comment.