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

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 authored May 3, 2022
2 parents 55a6011 + 27ddc43 commit 29dcb93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
27 changes: 6 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,24 @@
# [3.1.0-rc.4](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.3...v3.1.0-rc.4) (2022-04-11)


### Bug Fixes

* **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6))

# [3.1.0-rc.3](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.2...v3.1.0-rc.3) (2022-03-31)
# [3.1.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.2...v3.1.0) (2022-03-30)


### Bug Fixes

* **http:** fixes failing logic and adds tests ([e030419](https://github.com/technologiestiftung/stadtpuls-api/commit/e03041984368fedb6a16649fc42060457b2d7efa))
* **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6))


### Features

* **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9))

# [3.1.0-rc.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.1...v3.1.0-rc.2) (2022-03-30)


### Features

* **error messages:** Add custom error response ([068eb1f](https://github.com/technologiestiftung/stadtpuls-api/commit/068eb1faf9178c6ae272849e0061034dfdd27fa2))
* **http integration:** allow additional props in body ([9487983](https://github.com/technologiestiftung/stadtpuls-api/commit/9487983046429e7b8e6404914b29585de68c6cdc))
* **http:** adds ability to post with own recorded_at prop ([83966c2](https://github.com/technologiestiftung/stadtpuls-api/commit/83966c2e17e6e4c5c12f2aa4d2e15ce1f46ba7a7))
* **error messages:** Add custom error response ([068eb1f](https://github.com/technologiestiftung/stadtpuls-api/commit/068eb1faf9178c6ae272849e0061034dfdd27fa2))
* **http:** adds ability to post with own recorded_at prop ([83966c2](https://github.com/technologiestiftung/stadtpuls-api/commit/83966c2e17e6e4c5c12f2aa4d2e15ce1f46ba7a7))

# [3.1.0-rc.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.2...v3.1.0-rc.1) (2022-03-29)


### Features

* **http integration:** allow additional props in body ([9487983](https://github.com/technologiestiftung/stadtpuls-api/commit/9487983046429e7b8e6404914b29585de68c6cdc))

## [3.0.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.1...v3.0.2) (2022-03-23)

## [3.0.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.1...v3.0.2) (2022-03-23)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@technologiestiftung/stadtpuls-api",
"private": true,
"version": "3.1.0-rc.4",
"version": "3.1.0",
"description": "An API for the stadtpuls.com project",
"author": "ff6347 <fabianmoronzirfas@protonmail.ch>",
"homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",
Expand Down

0 comments on commit 29dcb93

Please sign in to comment.