Skip to content

Commit a29a611

Browse files
chore(release): 1.33.0 [skip ci]
# [1.33.0](v1.32.16...v1.33.0) (2023-10-09) ### Bug Fixes * Refactor file upload components and simplify CSS styles ([52f2671](52f2671)) * Refactored *-target to *-selector ([e38dbae](e38dbae)) * render-array and render-object attributes renamed to render ([cb72c02](cb72c02)) * replace cdn with "https://CoCreate.app/dist/CoCreate.js" ([a2d1970](a2d1970)) * updated serviceWorker path to /service-worker.js ([cbc457f](cbc457f)) ### Features * removed apikey.js as it is handled dynamically ([ce3e3b7](ce3e3b7)) * renamed CRUD attributes and params ([64089e5](64089e5))
1 parent 5e831a8 commit a29a611

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.33.0](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.32.16...v1.33.0) (2023-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Refactor file upload components and simplify CSS styles ([52f2671](https://github.com/CoCreate-app/CoCreate-admin/commit/52f2671526ca5d419edafccbf86009965f9bd96e))
7+
* Refactored *-target to *-selector ([e38dbae](https://github.com/CoCreate-app/CoCreate-admin/commit/e38dbaef1e1230d7d97ce2f135af64b30e5015a7))
8+
* render-array and render-object attributes renamed to render ([cb72c02](https://github.com/CoCreate-app/CoCreate-admin/commit/cb72c02eaf5869790fe9b71c54d5882743f44c32))
9+
* replace cdn with "https://CoCreate.app/dist/CoCreate.js" ([a2d1970](https://github.com/CoCreate-app/CoCreate-admin/commit/a2d19706aadde8e7fc1e6087374a1553f436059f))
10+
* updated serviceWorker path to /service-worker.js ([cbc457f](https://github.com/CoCreate-app/CoCreate-admin/commit/cbc457f10de7c2e67406c2fd1ce116cf09b247e8))
11+
12+
13+
### Features
14+
15+
* removed apikey.js as it is handled dynamically ([ce3e3b7](https://github.com/CoCreate-app/CoCreate-admin/commit/ce3e3b7aeeedf09676ba3fcc87ee3b774bd8669a))
16+
* renamed CRUD attributes and params ([64089e5](https://github.com/CoCreate-app/CoCreate-admin/commit/64089e51a4ecc0b24f3d4f0fcfec078cdfa076a3))
17+
118
## [1.32.16](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.32.15...v1.32.16) (2023-06-14)
219

320

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.32.16",
3+
"version": "1.33.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)