Skip to content

Commit

Permalink
Merge branch 'master' into refactor/ci-job-names
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal authored Feb 27, 2024
2 parents 166162d + 4f1d13e commit e734fab
Show file tree
Hide file tree
Showing 7 changed files with 33,313 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from "./config/.prettierrc.js";

export default config;
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
# Change Log

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

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

### Features

- update generated client
([45980f8](https://github.com/mittwald/api-client-js/commit/45980f872a30786a6a058cb92c674fad95cd8098))

## [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))
- 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

- test publish ([25733a1](https://github.com/mittwald/api-client-js/commit/25733a11c8921c2bed9acf4edc509e30213816f9))
- test publish ([4400b00](https://github.com/mittwald/api-client-js/commit/4400b00975079095d0e954835c9a6098da0f5ad1))
- test publish
([25733a1](https://github.com/mittwald/api-client-js/commit/25733a11c8921c2bed9acf4edc509e30213816f9))
- test publish
([4400b00](https://github.com/mittwald/api-client-js/commit/4400b00975079095d0e954835c9a6098da0f5ad1))

# [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))
- 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))
- update generated client
([aee8ca6](https://github.com/mittwald/api-client-js/commit/aee8ca6437d714faea07d56edf5765b95ab1d6f6))
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
corresponding template files in the `packages/generator/resources/templates`
directory.

## Use Conventional Commits

Please use the
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)
syntax for your commit messages. It is required because the CI automatically
determines the version bump and generates CHANGELOG.md files based on the
included commits when a PR is merged.

## Building locally

Requirements for building the project locally:
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.2"
"version": "4.9.0"
}
12 changes: 12 additions & 0 deletions packages/mittwald/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- update generated client
([45980f8](https://github.com/mittwald/api-client-js/commit/45980f872a30786a6a058cb92c674fad95cd8098))

# 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.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
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.2",
"version": "4.9.0",
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
"type": "module",
"description": "Auto-generated client for the mittwald API",
Expand Down
Loading

0 comments on commit e734fab

Please sign in to comment.