Skip to content

Commit

Permalink
chore(release): 1.28.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.28.6](v1.28.5...v1.28.6) (2023-01-13)

### Bug Fixes

* bump cdn version to 1.43.1 ([04a938a](04a938a))
* bump dependencies ([2e095e4](2e095e4))
  • Loading branch information
semantic-release-bot committed Jan 13, 2023
1 parent 2e095e4 commit 7c85aa1
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.28.6](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.5...v1.28.6) (2023-01-13)


### Bug Fixes

* bump cdn version to 1.43.1 ([04a938a](https://github.com/CoCreate-app/CoCreate-admin/commit/04a938a54bdfae0e1d2f9c6ad1f4d7f7e562f9f1))
* bump dependencies ([2e095e4](https://github.com/CoCreate-app/CoCreate-admin/commit/2e095e41b0b09db51ae3f366ce12ecd62fda4fc6))

## [1.28.5](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.4...v1.28.5) (2023-01-10)


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.5",
"version": "1.28.6",
"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.7", "@cocreate/hosting": "^1.7.7" }
"dependencies": {
"@cocreate/docs": "^1.5.7",
"@cocreate/hosting": "^1.7.7"
}
}

0 comments on commit 7c85aa1

Please sign in to comment.