From 4d2860f25459ff5adc4bcd840342042d834e42a7 Mon Sep 17 00:00:00 2001 From: Manuel Ruck Date: Mon, 23 Sep 2024 09:46:58 +0000 Subject: [PATCH] chore(release): 3.6.0 --- bundestag.io/admin/CHANGELOG.md | 10 ++++++++++ bundestag.io/admin/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bundestag.io/admin/CHANGELOG.md b/bundestag.io/admin/CHANGELOG.md index a7c946e2..083fab00 100644 --- a/bundestag.io/admin/CHANGELOG.md +++ b/bundestag.io/admin/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [3.6.0](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.5.1...bundestag.io-admin@v3.6.0) (2024-09-23) + + +* **garden:** 🧑‍🌾 add procedures service as dependency for bio-admin ([26aee6f](https://github.com/demokratie-live/democracy-development/commit/26aee6fcfe0c6a1a9833b739d6b277b5e322892c)) + + +### 🚀 Feature + +* **procedure:** 🚀 add pagination ([5476617](https://github.com/demokratie-live/democracy-development/commit/547661733d1e312b7b19dd6bfe0aa73a6af8c32c)) + ## [3.5.1](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.5.0...bundestag.io-admin@v3.5.1) (2024-09-22) diff --git a/bundestag.io/admin/package.json b/bundestag.io/admin/package.json index 58e3509d..5a7e24e7 100644 --- a/bundestag.io/admin/package.json +++ b/bundestag.io/admin/package.json @@ -1,6 +1,6 @@ { "name": "bundestag.io-admin", - "version": "3.5.1", + "version": "3.6.0", "scripts": { "dev": "next dev", "build": "next build",