diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f13..5fdd8830 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da239a3..f974c473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ 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/). +## [1.1.0](https://github.com/AzureLocal/azurelocal.github.io/compare/v1.0.1...v1.1.0) (2026-03-25) + + +### Features + +* add Migration section to Solutions dropdown (VMware Migration, VM Conversion) ([ad6d920](https://github.com/AzureLocal/azurelocal.github.io/commit/ad6d9200b33cf40b8c6ecf338de06ef57ad4e1aa)) +* add unique project ID field automation (DOCS-N prefix) ([7ba6416](https://github.com/AzureLocal/azurelocal.github.io/commit/7ba641624ecaf006c45e5e28edc5638a204cf0e1)) +* enrich Azure Services pages with service details, repo info, and links ([c5bc520](https://github.com/AzureLocal/azurelocal.github.io/commit/c5bc520f780b0c412e31d1b4a2c5878171959e07)) +* **nav:** restructure Solutions dropdown and footer into grouped categories with 10 new repos ([8ac4c8c](https://github.com/AzureLocal/azurelocal.github.io/commit/8ac4c8cdd197ec8f3cb0b7346e0aa6957458b37f)) + + +### Bug Fixes + +* correct Azure Virtual Desktop link in docusaurus.config.js ([5a9bf9f](https://github.com/AzureLocal/azurelocal.github.io/commit/5a9bf9fef9d6a117c421360b9f8a3a5147c06173)) +* format custom.css with Prettier ([f1362f6](https://github.com/AzureLocal/azurelocal.github.io/commit/f1362f6613ea28963773c6adb08f8c2de96ee771)) +* hide index.mdx from sidebar to remove duplicate entry ([0c8a052](https://github.com/AzureLocal/azurelocal.github.io/commit/0c8a0525c991727bb7b3df5af4bbf9ed8e0dccf2)) +* make set-fields resilient to add-to-project failures ([e7ebe7b](https://github.com/AzureLocal/azurelocal.github.io/commit/e7ebe7b7380da4719e0951aa5118fc8faf8a3e1c)) +* merge intro.md into index.mdx and remove stale versioned docs ([#23](https://github.com/AzureLocal/azurelocal.github.io/issues/23)) ([bd3f322](https://github.com/AzureLocal/azurelocal.github.io/commit/bd3f322a9e8a13124ec9e731b736f99331bcbe45)), closes [#19](https://github.com/AzureLocal/azurelocal.github.io/issues/19) +* merge landing page content, fix broken anchors, remove vendor-specific refs ([baa66d4](https://github.com/AzureLocal/azurelocal.github.io/commit/baa66d4f9c7d922c33f56390b1164a5f1eafc441)), closes [#19](https://github.com/AzureLocal/azurelocal.github.io/issues/19) +* prettier formatting on index.js ([3ac06c2](https://github.com/AzureLocal/azurelocal.github.io/commit/3ac06c2442f78b58fff58be880daabfe0e22bdad)) +* remove Azure Local Anywhere legacy branding and fix cross-references ([#21](https://github.com/AzureLocal/azurelocal.github.io/issues/21)) ([25423bc](https://github.com/AzureLocal/azurelocal.github.io/commit/25423bcc6ad17a002975fb286ca7edef0b9890d5)), closes [#19](https://github.com/AzureLocal/azurelocal.github.io/issues/19) +* remove broken footer links not present in versioned docs ([87b2c9c](https://github.com/AzureLocal/azurelocal.github.io/commit/87b2c9c3c49ff5372915f51dc4232edb380ea0ff)) +* remove duplicate H1 heading on docs landing page ([65c38ae](https://github.com/AzureLocal/azurelocal.github.io/commit/65c38ae3ad78cee4260bd67902d2131b1185682a)) +* remove Toolkit from Solutions dropdown and Operations page; add missing Azure Services to dropdown ([807b3bb](https://github.com/AzureLocal/azurelocal.github.io/commit/807b3bb6dc8daa57177f34772613ecd063113baa)) +* remove toolkit-on-azure-local.md from operations docs ([43f4b89](https://github.com/AzureLocal/azurelocal.github.io/commit/43f4b896b6a4ccd9d3b92e6e9b6a97eef89cb139)) +* replace invalid MDX arrow syntax with Unicode arrows ([01557b1](https://github.com/AzureLocal/azurelocal.github.io/commit/01557b1bd023a8a5780549c2205610a23238f35d)) +* restore docs version dropdown and versioned docs removed in [#23](https://github.com/AzureLocal/azurelocal.github.io/issues/23) ([f270839](https://github.com/AzureLocal/azurelocal.github.io/commit/f2708394e7bb5d7e2fc071785e7cd5d8adbe5eb9)) +* restore version dropdown and fix docs links ([1adb78b](https://github.com/AzureLocal/azurelocal.github.io/commit/1adb78b26bdcdc44d39320a8d9add6a9a477a968)) +* sidebar position and restore standards ([0d0ab92](https://github.com/AzureLocal/azurelocal.github.io/commit/0d0ab92e9a7588eec5dce99541ac08c079880ee9)) +* use action output for item ID, remove find-item step ([f28975a](https://github.com/AzureLocal/azurelocal.github.io/commit/f28975aa3bd02972db0d802168b9e3413328937e)) + ## [1.0.1](https://github.com/AzureLocal/azurelocal.github.io/compare/v1.0.0...v1.0.1) (2026-03-18)