From 2e23ba15b639de0d34c2514037056e0631832f17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:25:02 +1000 Subject: [PATCH] =?UTF-8?q?build(main):=20=F0=9F=94=96=20Release=20=20urba?= =?UTF-8?q?n-twilight-teal-theme=200.1.8=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.8](https://github.com/tsdevau/urban-twilight-teal-theme/compare/urban-twilight-teal-theme-v0.1.7...urban-twilight-teal-theme-v0.1.8) (2024-11-28) ### Bug Fixes * **config:** fix theme path in release-please config ([fd82136](https://github.com/tsdevau/urban-twilight-teal-theme/commit/fd8213641be615c8b5056d776bafa98b64a3b6c7)) * **release-please:** correct jsonpath syntax for version field ([22647a1](https://github.com/tsdevau/urban-twilight-teal-theme/commit/22647a1e23ceab781f42ee30f5e3e619270df163)) ### UX Improvements * **theme:** adjust diff editor background opacity for better contrast ([422f1d4](https://github.com/tsdevau/urban-twilight-teal-theme/commit/422f1d4f8da826d58889090cf65037b57707a973)) * **theme:** change sidebar border colour from teal to zinc ([fa566cb](https://github.com/tsdevau/urban-twilight-teal-theme/commit/fa566cbc101e9b7b21d6ec63646820ebbcfe4cf1)) ### DX Maintenance & Configuration * **config:** remove version tracking from theme file ([0233309](https://github.com/tsdevau/urban-twilight-teal-theme/commit/0233309ab57511411d54452381c42b7d698e7b15)) * **release:** configure theme version tracking in release-please ([1287b86](https://github.com/tsdevau/urban-twilight-teal-theme/commit/1287b866e82e8d4c7c7a958a96b0529f853190fd)) * **release:** reorder release-please config fields for theme version tracking ([4039d44](https://github.com/tsdevau/urban-twilight-teal-theme/commit/4039d44e7b0ddda9e8bfb83e2967d9d3e17e04ab)) * **theme:** update version to 0.1.7 ([0f92bbe](https://github.com/tsdevau/urban-twilight-teal-theme/commit/0f92bbeac4b7b8cea59288f6cab2463de33902d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f70fba..73199ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.8](https://github.com/tsdevau/urban-twilight-teal-theme/compare/urban-twilight-teal-theme-v0.1.7...urban-twilight-teal-theme-v0.1.8) (2024-11-28) + + +### Bug Fixes + +* **config:** fix theme path in release-please config ([fd82136](https://github.com/tsdevau/urban-twilight-teal-theme/commit/fd8213641be615c8b5056d776bafa98b64a3b6c7)) +* **release-please:** correct jsonpath syntax for version field ([22647a1](https://github.com/tsdevau/urban-twilight-teal-theme/commit/22647a1e23ceab781f42ee30f5e3e619270df163)) + + +### UX Improvements + +* **theme:** adjust diff editor background opacity for better contrast ([422f1d4](https://github.com/tsdevau/urban-twilight-teal-theme/commit/422f1d4f8da826d58889090cf65037b57707a973)) +* **theme:** change sidebar border colour from teal to zinc ([fa566cb](https://github.com/tsdevau/urban-twilight-teal-theme/commit/fa566cbc101e9b7b21d6ec63646820ebbcfe4cf1)) + + +### DX Maintenance & Configuration + +* **config:** remove version tracking from theme file ([0233309](https://github.com/tsdevau/urban-twilight-teal-theme/commit/0233309ab57511411d54452381c42b7d698e7b15)) +* **release:** configure theme version tracking in release-please ([1287b86](https://github.com/tsdevau/urban-twilight-teal-theme/commit/1287b866e82e8d4c7c7a958a96b0529f853190fd)) +* **release:** reorder release-please config fields for theme version tracking ([4039d44](https://github.com/tsdevau/urban-twilight-teal-theme/commit/4039d44e7b0ddda9e8bfb83e2967d9d3e17e04ab)) +* **theme:** update version to 0.1.7 ([0f92bbe](https://github.com/tsdevau/urban-twilight-teal-theme/commit/0f92bbeac4b7b8cea59288f6cab2463de33902d1)) + ## [0.1.7](https://github.com/tsdevau/urban-twilight-teal-theme/compare/urban-twilight-teal-theme-v0.1.6...urban-twilight-teal-theme-v0.1.7) (2024-11-28) diff --git a/package-lock.json b/package-lock.json index a65b5db..80d8b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "urban-twilight-teal-theme", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "urban-twilight-teal-theme", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "devDependencies": { "eslint": "~9.15.0", diff --git a/package.json b/package.json index e77720d..f3248be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "urban-twilight-teal-theme", "displayName": "Urban Twilight Teal Theme", - "version": "0.1.7", + "version": "0.1.8", "description": "A modern VS Code theme inspired by Tokyo Night, featuring teal accents, balanced contrast for all-day usability, and vibrant syntax highlighting.", "categories": [ "Themes"