@fairylights-studio/ngx-m3-navigation-common 0.0.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ ## 0.3.0 (2026-06-11)
2
+
3
+ ### 🚀 Features
4
+
5
+ - upgrade Angular dependencies from v21 to v22 and suppress new diagnostics ([cb23cf8](https://github.com/FairyLightsStudio/AngularM3EComponents/commit/cb23cf8))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - storybook显示了太多内部api ([f17dd82](https://github.com/FairyLightsStudio/AngularM3EComponents/commit/f17dd82))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - voyage200 @jexjws
package/dist/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Navigation Common
2
+
3
+ Shared base classes and directives for Material 3 Expressive navigation components in Angular Material.
4
+
5
+ > This is a **third-party** implementation by FairyLights Studio, not an official Angular / Google component.
6
+
7
+ [查看源代码 / Source](https://github.com/FairyLightsStudio/AngularM3EComponents) · [查看文档 / Docs](https://some-angular-m3e-components.pages.dev/?path=/docs/navigation-navigation-bar--docs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairylights-studio/ngx-m3-navigation-common",
3
- "version": "0.0.1",
3
+ "version": "0.3.0",
4
4
  "description": "Shared base classes and directives for Angular Material 3 Expressive navigation components",
5
5
  "license": "MIT",
6
6
  "author": "FairyLights Studio",
package/project.json CHANGED
@@ -16,6 +16,13 @@
16
16
  }
17
17
  },
18
18
  "defaultConfiguration": "production"
19
+ },
20
+ "nx-release-publish": {
21
+ "executor": "@nx/js:release-publish",
22
+ "options": {
23
+ "packageRoot": "{projectRoot}/dist"
24
+ },
25
+ "dependsOn": ["^nx-release-publish"]
19
26
  }
20
27
  }
21
28
  }