@orangecheck/ui 0.9.0 → 0.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangecheck/ui",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "OrangeCheck family-internal UI for the .ochk.io sub-sites. Tailwind 4 + Next.js Pages Router. Not for third-party integration.",
5
5
  "keywords": [
6
6
  "orangecheck",
package/CHANGELOG.md DELETED
@@ -1,23 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to **`@orangecheck/ui`** will be documented in this file.
4
-
5
- This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
- and [Semantic Versioning](https://semver.org/). This package is family-internal
7
- (consumed only by the `*.ochk.io` sub-sites); the surface is intentionally
8
- small and the API may evolve quickly.
9
-
10
- ## [Unreleased]
11
-
12
- - _(no pending changes)_
13
-
14
- ## [0.1.0] — Initial published state
15
-
16
- Initial public release. Family-internal UI for the `.ochk.io` sub-sites:
17
-
18
- - `<EcosystemSwitcher>` — cross-product dropdown for jumping between every
19
- site in the OrangeCheck family. Lifted out of seven near-identical copies
20
- living in each web repo.
21
-
22
- [Unreleased]: https://github.com/orangecheck/oc-packages/compare/ui-v0.1.0...HEAD
23
- [0.1.0]: https://github.com/orangecheck/oc-packages/releases/tag/ui-v0.1.0