Skip to content

Commit

Permalink
chore(release): bump version to 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 26, 2024
1 parent 36dc321 commit 3f028be
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.2](https://github.com/mittwald/api-client-js/compare/4.8.1...4.8.2) (2024-02-26)

### Bug Fixes

- test publish [#2](https://github.com/mittwald/api-client-js/issues/2) ([2fa6781](https://github.com/mittwald/api-client-js/commit/2fa6781b971d16e434b5415dc39ed6258ee5b77a))
- test publish [#3](https://github.com/mittwald/api-client-js/issues/3) ([04cf3fa](https://github.com/mittwald/api-client-js/commit/04cf3fa62b33a2ed0665bd558abf4f94bd010dcb))
- test publish [#4](https://github.com/mittwald/api-client-js/issues/4) ([ff681d5](https://github.com/mittwald/api-client-js/commit/ff681d59b61d0671e07757edea81af3ea418ee08))

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

### Bug Fixes
Expand Down
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.8.1"
"version": "4.8.2"
}
16 changes: 16 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.2](https://github.com/mittwald/api-client-js/compare/4.8.1...4.8.2) (2024-02-26)

### Bug Fixes

- test publish [#2](https://github.com/mittwald/api-client-js/issues/2)
([2fa6781](https://github.com/mittwald/api-client-js/commit/2fa6781b971d16e434b5415dc39ed6258ee5b77a))
- test publish [#3](https://github.com/mittwald/api-client-js/issues/3)
([04cf3fa](https://github.com/mittwald/api-client-js/commit/04cf3fa62b33a2ed0665bd558abf4f94bd010dcb))
- test publish [#4](https://github.com/mittwald/api-client-js/issues/4)
([ff681d5](https://github.com/mittwald/api-client-js/commit/ff681d59b61d0671e07757edea81af3ea418ee08))

# 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.1](https://github.com/mittwald/api-client-js/compare/4.8.0...4.8.1) (2024-02-26)

### Bug Fixes
Expand Down
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.8.1",
"version": "4.8.2",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Common types and utilities for mittwald API clients",
Expand Down
9 changes: 9 additions & 0 deletions packages/mittwald/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.2](https://github.com/mittwald/api-client-js/compare/4.8.1...4.8.2) (2024-02-26)

**Note:** Version bump only for package @mittwald/api-client

# 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.1](https://github.com/mittwald/api-client-js/compare/4.8.0...4.8.1) (2024-02-26)

**Note:** Version bump only for package @mittwald/api-client
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.8.1",
"version": "4.8.2",
"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 3f028be

Please sign in to comment.