Skip to content

Commit

Permalink
chore(release): 1.28.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.28.4](v1.28.3...v1.28.4) (2023-01-09)

### Bug Fixes

* bump cdn to 1.41.1 ([45e0a49](45e0a49))
* bump dependnecies ([88e727c](88e727c))
* update floating btn ([e347f59](e347f59))
  • Loading branch information
semantic-release-bot committed Jan 9, 2023
1 parent 88e727c commit 1ea9f45
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.28.4](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.3...v1.28.4) (2023-01-09)


### Bug Fixes

* bump cdn to 1.41.1 ([45e0a49](https://github.com/CoCreate-app/CoCreate-admin/commit/45e0a49ae4142a494aff06fadb4be0d01ffb66fb))
* bump dependnecies ([88e727c](https://github.com/CoCreate-app/CoCreate-admin/commit/88e727cd39c17b47ea74304c34f6bb92fcf219b6))
* update floating btn ([e347f59](https://github.com/CoCreate-app/CoCreate-admin/commit/e347f596fa64c7880b5dd28d54ee235a8b25a0df))

## [1.28.3](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.2...v1.28.3) (2023-01-06)


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.28.3",
"version": "1.28.4",
"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.5", "@cocreate/hosting": "^1.7.5" }
"dependencies": {
"@cocreate/docs": "^1.5.5",
"@cocreate/hosting": "^1.7.5"
}
}

0 comments on commit 1ea9f45

Please sign in to comment.