Skip to content

Commit 74520b3

Browse files
chore(release): 1.34.0 [skip ci]
# [1.34.0](v1.33.2...v1.34.0) (2023-11-24) ### Bug Fixes * added assests ([26bdfa5](26bdfa5)) * favicon.ico path ([d7fb4ff](d7fb4ff)) * filter-name renamed to filter-key ([9b03b31](9b03b31)) * height 1em ([df08e96](df08e96)) * height 1em ([a2ccdc5](a2ccdc5)) * removed apikey.js ([78f3b9a](78f3b9a)) * update host ([fd10131](fd10131)) * update method to use object.update etc ([af004b5](af004b5)) * update to relative path ([0c6cdd5](0c6cdd5)) ### Features * Installable and offline support ([0090aa5](0090aa5))
1 parent df08e96 commit 74520b3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.34.0](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.33.2...v1.34.0) (2023-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* added assests ([26bdfa5](https://github.com/CoCreate-app/CoCreate-admin/commit/26bdfa5c8e591b22247dd828bcca0f225694d1ed))
7+
* favicon.ico path ([d7fb4ff](https://github.com/CoCreate-app/CoCreate-admin/commit/d7fb4fff01a905f585d474b5fae187aeee5355a4))
8+
* filter-name renamed to filter-key ([9b03b31](https://github.com/CoCreate-app/CoCreate-admin/commit/9b03b313ca1465ec0541ef40a97e9e25800d7724))
9+
* height 1em ([df08e96](https://github.com/CoCreate-app/CoCreate-admin/commit/df08e96b6e398f2198fe9c934176302d85b45a90))
10+
* height 1em ([a2ccdc5](https://github.com/CoCreate-app/CoCreate-admin/commit/a2ccdc538d7cd9a9f04bd8bc52949aa1dcf78bd6))
11+
* removed apikey.js ([78f3b9a](https://github.com/CoCreate-app/CoCreate-admin/commit/78f3b9a09cd2710b4a87c999a54f1dea924dcebf))
12+
* update host ([fd10131](https://github.com/CoCreate-app/CoCreate-admin/commit/fd10131aa68d6153bb5478727c2bb4666f3f0fd4))
13+
* update method to use object.update etc ([af004b5](https://github.com/CoCreate-app/CoCreate-admin/commit/af004b5701250c0fa9ac232db8c74e6b5a2ac7a1))
14+
* update to relative path ([0c6cdd5](https://github.com/CoCreate-app/CoCreate-admin/commit/0c6cdd535ebb3a9c3b25b974f3ebba06313ad26e))
15+
16+
17+
### Features
18+
19+
* Installable and offline support ([0090aa5](https://github.com/CoCreate-app/CoCreate-admin/commit/0090aa50ce3a02183c7b64d0fd4e197d745ea0ed))
20+
121
## [1.33.2](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.33.1...v1.33.2) (2023-10-19)
222

323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/admin",
3-
"version": "1.33.2",
3+
"version": "1.34.0",
44
"description": "A No Code Admin, CRM, CMS, Website Builder platform. Powered by CoCreateJS to provide Realtime and Collaborative CRUD functionality. ",
55
"keywords": [
66
"admin",
@@ -55,4 +55,4 @@
5555
"webpack-cli": "^4.5.0",
5656
"webpack-log": "^3.0.1"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)