Skip to content

Commit

Permalink
chore(release): bump version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 26, 2024
1 parent 0ca0b23 commit 22b5e10
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26)

### Bug Fixes

- use correct URL for OpenAPI spec ([5ef688c](https://github.com/mittwald/api-client-js/commit/5ef688cb01cf1f8c3635b31b9e6f358edef38594))

### Features

- update generated client ([aee8ca6](https://github.com/mittwald/api-client-js/commit/aee8ca6437d714faea07d56edf5765b95ab1d6f6))
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.7.0"
"version": "4.8.0"
}
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26)

**Note:** Version bump only for package @mittwald/api-client-commons
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.7.0",
"version": "4.8.0",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Common types and utilities for mittwald API clients",
Expand Down
16 changes: 16 additions & 0 deletions packages/mittwald/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.8.0](https://github.com/mittwald/api-client-js/compare/4.4.0-alpha.3...4.8.0) (2024-02-26)

### Bug Fixes

- use correct URL for OpenAPI spec
([5ef688c](https://github.com/mittwald/api-client-js/commit/5ef688cb01cf1f8c3635b31b9e6f358edef38594))

### Features

- update generated client
([aee8ca6](https://github.com/mittwald/api-client-js/commit/aee8ca6437d714faea07d56edf5765b95ab1d6f6))
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.7.0",
"version": "4.8.0",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Auto-generated client for the mittwald API",
Expand Down

0 comments on commit 22b5e10

Please sign in to comment.