Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/strong-lions-upgrade.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.0.0

### Major Changes

- [#590](https://github.com/alauda/ui/pull/590) [`b540ffd`](https://github.com/alauda/ui/commit/b540ffdcfbbdc4a5483eeeaca9735eba848aef13) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - feat: upgrade Angular toolchain and Sass theme exports

BREAKING CHANGE: The main branch now targets the Angular 20+ toolchain and updates Sass theme exports and build outputs. Applications that still depend on the v9 Sass import paths, theme structure, or Angular 19-compatible build setup should stay on the `release/v9` maintenance branch until they complete the migration.

## 9.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alauda/ui",
"version": "9.1.2",
"version": "10.0.0",
"description": "Angular UI components by Alauda Frontend Team.",
"repository": {
"type": "git",
Expand Down
Loading