From 94315356cb471e245f2eed8bd483aebf02a2e676 Mon Sep 17 00:00:00 2001 From: "@Informatyzacja-CI" Date: Tue, 28 Feb 2023 11:44:27 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/informatyzacja/strona-organizacji-studenckich/compare/v1.8.0...v1.9.0) (2023-02-28) ### Bug Fixes * **admin:** add back link to create pages ([3291bee](https://github.com/informatyzacja/strona-organizacji-studenckich/commit/3291bee3c4e98c032e1c5f1c99ffd1321e22d19c)) * **admin:** decrease max length of tag ([01d1e69](https://github.com/informatyzacja/strona-organizacji-studenckich/commit/01d1e69d1eba6e39b1f9409a9a4019ed3a082db6)) * **admin:** fix organization count name ([57f20f1](https://github.com/informatyzacja/strona-organizacji-studenckich/commit/57f20f193a4d73ebe8c6ea0a55241cf039849c2e)) * **admin:** improve tag visibilty in tag view ([c5f8ce8](https://github.com/informatyzacja/strona-organizacji-studenckich/commit/c5f8ce8f6392c55091676e870cd916f45728e312)) ### Features * add crud for tags ([2921e60](https://github.com/informatyzacja/strona-organizacji-studenckich/commit/2921e6059c46027e23ae71144ea625a5a877b4f8)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 707d8ee0..38ca0018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sos", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sos", - "version": "1.8.0", + "version": "1.9.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/icons": "^2.0.17", diff --git a/package.json b/package.json index 7b19f5ec..e33f843a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sos", - "version": "1.8.0", + "version": "1.9.0", "private": true, "scripts": { "build": "next build",