Skip to content

Commit

Permalink
fix: resetting versions (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
whilke authored Jul 23, 2024
1 parent 0f5fe1f commit 8496842
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ingredient/ingredient-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-functions",
"description": "Ingredient for deploying a function app from a docker image.",
"version": "0.1.173",
"version": "0.1.174",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-network-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-network-interface",
"description": "Ingredient for deploying an instance of Network Interface.",
"version": "0.1.136",
"version": "0.1.137",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-postgresql",
"description": "Ingredient for deploying an instance of PostgreSQL.",
"version": "0.1.15",
"version": "0.1.16",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-property-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-property-service",
"description": "Ingredient for managing peoperty service.",
"version": "0.1.51",
"version": "0.1.52",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-script",
"description": "Bake ingredient for custom javascript execution",
"version": "0.1.113",
"version": "0.1.114",
"main": "dist/index.js",
"typings": "src/index.ts",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-service-bus-namespace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-service-bus-namespace",
"description": "Ingredient for deploying an instance of Service Bus Namespace.",
"version": "0.1.117",
"version": "0.1.118",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion ingredient/ingredient-sql-dwh/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azbake/ingredient-sql-dwh",
"description": "Ingredient for deploying an instance of SQL Data Warehouse.",
"version": "0.1.173",
"version": "0.1.174",
"main": "dist/index.js",
"typings": "src/index.ts",
"author": "HCHB",
Expand Down
2 changes: 1 addition & 1 deletion system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Azure cloud deployment platform for both infrasturcture as code and software",
"author": "HCHB",
"license": "MIT",
"version": "0.5.49",
"version": "0.5.50",
"repository": {
"type": "git",
"url": "git+https://github.com/HomecareHomebase/azure-bake.git"
Expand Down

0 comments on commit 8496842

Please sign in to comment.