Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jul 12, 2024
1 parent 7c21365 commit 45f9138
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# HAXcms change log
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 9.0.0 (2024-07-12)

## 8.0.0 - 23-12-21
This is a pretty massive update in perspection of quality of the system. Since Version 7 released in June, there have been 291 issues closed that are in this release!
Expand Down
33 changes: 17 additions & 16 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,51 @@
"description": "Microsite manager for your universe!",
"icons": [
{
"src": "assets\/android-icon-36x36.png",
"src": "assets/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"type": "image/png",
"density": "0.75"
},
{
"src": "assets\/android-icon-48x48.png",
"src": "assets/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"type": "image/png",
"density": "1.0"
},
{
"src": "assets\/android-icon-72x72.png",
"src": "assets/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"type": "image/png",
"density": "1.5"
},
{
"src": "assets\/android-icon-96x96.png",
"src": "assets/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"type": "image/png",
"density": "2.0"
},
{
"src": "assets\/android-icon-144x144.png",
"src": "assets/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"type": "image/png",
"density": "3.0"
},
{
"src": "assets\/android-icon-192x192.png",
"src": "assets/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"type": "image/png",
"density": "4.0"
},
{
"src": "assets\/pwa-icon.png",
"src": "assets/pwa-icon.png",
"sizes": "512x512",
"type": "image\/png",
"type": "image/png",
"density": "4.0"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#3f51b5",
"background_color": "#3f51b5"
}
"background_color": "#3f51b5",
"version": "9.0.0"
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxcms",
"version": "2.0.9",
"version": "9.0.0",
"description": "CMS backend and rigging for a full on CMS",
"main": "../index.html",
"repository": {
Expand All @@ -12,7 +12,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/haxcms-nodejs": "^0.0.15"
"@haxtheweb/haxcms-nodejs": "^0.0.16"
},
"devDependencies": {
"commit-and-tag-version": "^12.4.1"
},
"scripts": {
"start": "yarn run dev",
Expand Down

0 comments on commit 45f9138

Please sign in to comment.