From 74520b33b20fa69ed01c5ac5a3d8bf76b6303c0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 05:38:15 +0000 Subject: [PATCH] chore(release): 1.34.0 [skip ci] # [1.34.0](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.33.2...v1.34.0) (2023-11-24) ### Bug Fixes * added assests ([26bdfa5](https://github.com/CoCreate-app/CoCreate-admin/commit/26bdfa5c8e591b22247dd828bcca0f225694d1ed)) * favicon.ico path ([d7fb4ff](https://github.com/CoCreate-app/CoCreate-admin/commit/d7fb4fff01a905f585d474b5fae187aeee5355a4)) * filter-name renamed to filter-key ([9b03b31](https://github.com/CoCreate-app/CoCreate-admin/commit/9b03b313ca1465ec0541ef40a97e9e25800d7724)) * height 1em ([df08e96](https://github.com/CoCreate-app/CoCreate-admin/commit/df08e96b6e398f2198fe9c934176302d85b45a90)) * height 1em ([a2ccdc5](https://github.com/CoCreate-app/CoCreate-admin/commit/a2ccdc538d7cd9a9f04bd8bc52949aa1dcf78bd6)) * removed apikey.js ([78f3b9a](https://github.com/CoCreate-app/CoCreate-admin/commit/78f3b9a09cd2710b4a87c999a54f1dea924dcebf)) * update host ([fd10131](https://github.com/CoCreate-app/CoCreate-admin/commit/fd10131aa68d6153bb5478727c2bb4666f3f0fd4)) * update method to use object.update etc ([af004b5](https://github.com/CoCreate-app/CoCreate-admin/commit/af004b5701250c0fa9ac232db8c74e6b5a2ac7a1)) * update to relative path ([0c6cdd5](https://github.com/CoCreate-app/CoCreate-admin/commit/0c6cdd535ebb3a9c3b25b974f3ebba06313ad26e)) ### Features * Installable and offline support ([0090aa5](https://github.com/CoCreate-app/CoCreate-admin/commit/0090aa50ce3a02183c7b64d0fd4e197d745ea0ed)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d708c743..e68dc2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.34.0](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.33.2...v1.34.0) (2023-11-24) + + +### Bug Fixes + +* added assests ([26bdfa5](https://github.com/CoCreate-app/CoCreate-admin/commit/26bdfa5c8e591b22247dd828bcca0f225694d1ed)) +* favicon.ico path ([d7fb4ff](https://github.com/CoCreate-app/CoCreate-admin/commit/d7fb4fff01a905f585d474b5fae187aeee5355a4)) +* filter-name renamed to filter-key ([9b03b31](https://github.com/CoCreate-app/CoCreate-admin/commit/9b03b313ca1465ec0541ef40a97e9e25800d7724)) +* height 1em ([df08e96](https://github.com/CoCreate-app/CoCreate-admin/commit/df08e96b6e398f2198fe9c934176302d85b45a90)) +* height 1em ([a2ccdc5](https://github.com/CoCreate-app/CoCreate-admin/commit/a2ccdc538d7cd9a9f04bd8bc52949aa1dcf78bd6)) +* removed apikey.js ([78f3b9a](https://github.com/CoCreate-app/CoCreate-admin/commit/78f3b9a09cd2710b4a87c999a54f1dea924dcebf)) +* update host ([fd10131](https://github.com/CoCreate-app/CoCreate-admin/commit/fd10131aa68d6153bb5478727c2bb4666f3f0fd4)) +* update method to use object.update etc ([af004b5](https://github.com/CoCreate-app/CoCreate-admin/commit/af004b5701250c0fa9ac232db8c74e6b5a2ac7a1)) +* update to relative path ([0c6cdd5](https://github.com/CoCreate-app/CoCreate-admin/commit/0c6cdd535ebb3a9c3b25b974f3ebba06313ad26e)) + + +### Features + +* Installable and offline support ([0090aa5](https://github.com/CoCreate-app/CoCreate-admin/commit/0090aa50ce3a02183c7b64d0fd4e197d745ea0ed)) + ## [1.33.2](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.33.1...v1.33.2) (2023-10-19) diff --git a/package.json b/package.json index dba80434..6b65e378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/admin", - "version": "1.33.2", + "version": "1.34.0", "description": "A No Code Admin, CRM, CMS, Website Builder platform. Powered by CoCreateJS to provide Realtime and Collaborative CRUD functionality. ", "keywords": [ "admin", @@ -55,4 +55,4 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}