Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix versioning in all packages and prepare next patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jan 17, 2022
1 parent c774cdd commit 5d68ef3
Show file tree
Hide file tree
Showing 23 changed files with 1,450 additions and 1,371 deletions.
2 changes: 1 addition & 1 deletion examples/combined-odata-mock/package-lock.json

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

10 changes: 5 additions & 5 deletions examples/combined-odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/example-combined-odata-mock",
"version": "0.13.2",
"version": "0.13.3",
"description": "combined example of odata and api-server",
"main": "app.js",
"private": true,
Expand All @@ -16,10 +16,10 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/api-server": "^0.13.1",
"@varkes/cockpit": "^0.13.2",
"@varkes/configuration": "^0.13.0",
"@varkes/odata-mock": "^0.13.0",
"@varkes/api-server": "^0.13.3",
"@varkes/cockpit": "^0.13.3",
"@varkes/configuration": "^0.13.3",
"@varkes/odata-mock": "^0.13.3",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/combined-openapi-mock/package-lock.json

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

10 changes: 5 additions & 5 deletions examples/combined-openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/example-combined-openapi-mock",
"version": "0.13.2",
"version": "0.13.3",
"description": "combined example of varkes openapi-mock and varkes api-server",
"main": "app.js",
"private": true,
Expand All @@ -16,10 +16,10 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/api-server": "^0.13.1",
"@varkes/cockpit": "^0.13.2",
"@varkes/configuration": "^0.13.0",
"@varkes/openapi-mock": "^0.13.0",
"@varkes/api-server": "^0.13.3",
"@varkes/cockpit": "^0.13.3",
"@varkes/configuration": "^0.13.3",
"@varkes/openapi-mock": "^0.13.3",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/kyma-mock/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/kyma-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/example-kyma-mock",
"version": "0.13.0",
"version": "0.13.3",
"description": "Standalone example of varkes kyma-mock",
"main": "app.js",
"private": true,
Expand All @@ -16,8 +16,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/configuration": "^0.13.0",
"@varkes/openapi-mock": "^0.13.0",
"@varkes/configuration": "^0.13.3",
"@varkes/openapi-mock": "^0.13.3",
"express": "^4.17.1",
"uuid": "^8.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-mock/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/example-odata-mock",
"version": "0.13.0",
"version": "0.13.3",
"description": "Standalone example of varkes odataapi-mock",
"main": "app.js",
"private": true,
Expand All @@ -16,8 +16,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/configuration": "^0.13.0",
"@varkes/odata-mock": "^0.13.0",
"@varkes/configuration": "^0.13.3",
"@varkes/odata-mock": "^0.13.3",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-mock/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/example-openapi-mock",
"version": "0.13.0",
"version": "0.13.3",
"description": "Standalone example of varkes openapi-mock",
"main": "app.js",
"private": true,
Expand All @@ -16,8 +16,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/configuration": "^0.13.0",
"@varkes/openapi-mock": "^0.13.0",
"@varkes/configuration": "^0.13.3",
"@varkes/openapi-mock": "^0.13.3",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"examples/*",
"modules/*"
],
"version": "0.13.2"
"version": "0.13.3"
}
Loading

0 comments on commit 5d68ef3

Please sign in to comment.