diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5154451..1793453 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 147197e..53355b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/commonhorizoncommun/design-system/compare/v0.6.2...v0.6.3) (2024-04-13) + + +### Bug Fixes + +* fix mobile formatting for page navigation ([5a3f3e1](https://github.com/commonhorizoncommun/design-system/commit/5a3f3e18a5c62cb4a93cde3dcc5c76ece7f8cd20)) + ## [0.6.2](https://github.com/commonhorizoncommun/design-system/compare/v0.6.1...v0.6.2) (2024-04-08) diff --git a/package-lock.json b/package-lock.json index 69f6058..dddf446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@commonhorizoncommun/design-system", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@commonhorizoncommun/design-system", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index ad12978..ef89afc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@commonhorizoncommun/design-system", - "version": "0.6.2", + "version": "0.6.3", "description": "Design system for Common Horizon / Horizon commun.", "scripts": { "build": "run-s clean eleventy",