Skip to content

Commit

Permalink
chore(release): bump version to 0.0.0-development-f311f07-20240822
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Aug 22, 2024
1 parent f311f07 commit 030ac6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "4.53.0"
"version": "0.0.0-development-f311f07-20240822"
}
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-client-commons",
"version": "4.47.2",
"version": "0.0.0-development-f311f07-20240822",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Common types and utilities for mittwald API clients",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-code-generator",
"version": "4.47.1",
"version": "0.0.0-development-f311f07-20240822",
"type": "module",
"repository": "https://github.com/mittwald/api-client-js.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mittwald/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-client",
"version": "4.53.0",
"version": "0.0.0-development-f311f07-20240822",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Auto-generated client for the mittwald API",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mittwald/api-models",
"version": "4.53.0",
"version": "0.0.0-development-f311f07-20240822",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Collection of domain models for coherent interaction with the API",
Expand Down

0 comments on commit 030ac6e

Please sign in to comment.