diff --git a/CHANGELOG.md b/CHANGELOG.md index bf57881..61ee9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 2.0.6rc: 2024-11-10 + +* Fix issues with the nav bar in 2024-11-09 +* More unified background and borders in the settings boxes +* Use active color instead of rotate in settings icon +* Fix navigation issues in nightly 2024-11-09 +* Remove stylelint recommended, fix unknown rule + ### 2.0.5: 2024-11-10 * Add unit test to test for CSS syntax errors #141 diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index 0b7e193..a55449c 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 2.0.5 */ + 2.0.6rc */ /* CSS variables */ :root { diff --git a/layout-single-column.css b/layout-single-column.css index 8f5e269..1dea452 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 2.0.5 */ + 2.0.6rc */ /* CSS variables */ :root { diff --git a/package.json b/package.json index d54e3a7..022aed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-bird-ui", - "version": "2.0.5", + "version": "2.0.6rc", "description": "", "main": "index.js", "scripts": { @@ -20,4 +20,4 @@ "stylelint-order": "^6.0.3" }, "dependencies": {} -} +} \ No newline at end of file