Skip to content

Commit

Permalink
chore(release): 1.27.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.27.5](v1.27.4...v1.27.5) (2023-01-01)

### Bug Fixes

* bump cdn to 1.37.1 ([b9f2ddf](b9f2ddf))
* bump cdn to 1.38.0 ([e49a2ad](e49a2ad))
  • Loading branch information
semantic-release-bot committed Jan 1, 2023
1 parent e49a2ad commit 4bfd537
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.27.5](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.27.4...v1.27.5) (2023-01-01)


### Bug Fixes

* bump cdn to 1.37.1 ([b9f2ddf](https://github.com/CoCreate-app/CoCreate-admin/commit/b9f2ddf8e30d2f225d376da27966bb55154574e3))
* bump cdn to 1.38.0 ([e49a2ad](https://github.com/CoCreate-app/CoCreate-admin/commit/e49a2ad76c6923a3356eba28c6db92efadb750e6))

## [1.27.4](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.27.3...v1.27.4) (2022-12-31)


Expand Down
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/admin",
"version": "1.27.4",
"version": "1.27.5",
"description": "A No Code Admin, CRM, CMS, Website Builder platform. Powered by CoCreateJS to provide Realtime and Collaborative CRUD functionality. ",
"keywords": [
"admin",
Expand All @@ -22,14 +22,18 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "private" },
"publishConfig": {
"access": "private"
},
"author": "CoCreate LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-admin.git"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-admin/issues"
},
"homepage": "https://cocreate.app",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -52,5 +56,8 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.2", "@cocreate/hosting": "^1.7.2" }
"dependencies": {
"@cocreate/docs": "^1.5.2",
"@cocreate/hosting": "^1.7.2"
}
}

0 comments on commit 4bfd537

Please sign in to comment.