Skip to content

Commit

Permalink
Bump version v2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 2, 2024
1 parent bd6b4e8 commit 943583f
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions examples/azure-functions-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/express": "2.0.0-alpha.5",
"@nammatham/azure-functions": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"@nammatham/express": "2.0.0-alpha.6",
"@nammatham/azure-functions": "2.0.0-alpha.6",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/azure-functions-timer-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/express": "2.0.0-alpha.5",
"@nammatham/azure-functions": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"@nammatham/express": "2.0.0-alpha.6",
"@nammatham/azure-functions": "2.0.0-alpha.6",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/azure-functions-with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"@nammatham/azure-functions": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/express": "2.0.0-alpha.5",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.5",
"@nammatham/azure-functions": "2.0.0-alpha.6",
"@nammatham/core": "2.0.0-alpha.6",
"@nammatham/express": "2.0.0-alpha.6",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.6",
"@trpc/server": "^10.45.0",
"trpc-azure-functions-adapter": "0.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/express": "2.0.0-alpha.5",
"@nammatham/azure-functions": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"@nammatham/express": "2.0.0-alpha.6",
"@nammatham/azure-functions": "2.0.0-alpha.6",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/monorepo",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Azure Function Nodejs Lightweight framework with Dependency Injection",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/azure-functions",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -18,7 +18,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"@azure/functions": "^4.1.0",
"colorette": "^2.0.20",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/core",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/express",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -18,7 +18,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"express": "^4.18.2"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/trpc-azure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/trpc-azure-functions",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -19,9 +19,9 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"@nammatham/core": "2.0.0-alpha.5",
"@nammatham/azure-functions": "2.0.0-alpha.5",
"@nammatham/express": "2.0.0-alpha.5",
"@nammatham/core": "2.0.0-alpha.6",
"@nammatham/azure-functions": "2.0.0-alpha.6",
"@nammatham/express": "2.0.0-alpha.6",
"@trpc/server": "^10.45.0",
"express": "^4.18.2",
"trpc-azure-functions-adapter": "0.0.5"
Expand Down

0 comments on commit 943583f

Please sign in to comment.