Skip to content

Commit

Permalink
chore(release): 1.34.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 24, 2023
1 parent df08e96 commit 74520b3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -55,4 +55,4 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
}
}
}

0 comments on commit 74520b3

Please sign in to comment.