From 9e3f10ca48fc058434f15dbb554ac327de2857d7 Mon Sep 17 00:00:00 2001 From: Joshua Martin Date: Thu, 14 Nov 2024 11:07:25 +1100 Subject: [PATCH] Updated to 0.2.0. --- CHANGELOG.md | 6 ++++++ package-list.json | 8 ++++++++ package/package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812917f..83a6c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2024-11-14 + +### Changed +- refactored the files in the includes directory for improved template structure +- updated the CSS in the ADHA.css file for improved branding conformance + ## [0.1.2] - 2023-12-19 ### Added diff --git a/package-list.json b/package-list.json index de358a9..21cb2c5 100644 --- a/package-list.json +++ b/package-list.json @@ -11,6 +11,14 @@ "status": "ci-build", "current": true }, + { + "version": "0.2.0", + "desc": "Refactored includes files and updated ADHA.css file", + "path": "https://github.com/AuDigitalHealth/adha.template.base", + "status": "draft", + "sequence": "Publications", + "date": "2024-11-14" + }, { "version": "0.1.2", "desc": "Add link for fhir.js for downstream use in the Developer Portal", diff --git a/package/package.json b/package/package.json index 038ec69..c39f345 100644 --- a/package/package.json +++ b/package/package.json @@ -9,5 +9,5 @@ "dependencies" : { "fhir.base.template" : "current" }, - "version" : "0.1.2" + "version" : "0.2.0" }