Skip to content

Commit 4b386e3

Browse files
committed
chore(release): Publish 1.0.0
1 parent e092a90 commit 4b386e3

6 files changed

Lines changed: 64 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
# 1.0.0 (2026-04-17)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **monorepo:** migrate CDGPlayer to an Nx package-first workspace ([63351bd](https://github.com/cutterbl/CDGPlayer/commit/63351bd))
6+
- ⚠️ **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#31](https://github.com/cutterbl/CDGPlayer/pull/31))
7+
- ⚠️ **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#33](https://github.com/cutterbl/CDGPlayer/pull/33))
8+
9+
### ⚠️ Breaking Changes
10+
11+
- **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#33](https://github.com/cutterbl/CDGPlayer/pull/33))
12+
CDGPlayer now publishes from a package-first Nx workspace.
13+
The legacy top-level source and docs layout is no longer the published integration
14+
surface; consumers should use the scoped package entrypoints (@cxing/logger,
15+
@cxing/cdg-core, @cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
16+
The release, documentation, CI, and demo/control integration flows have changed since
17+
v0.1.17 and should be reviewed before upgrading.
18+
- **monorepo:** Migrate CDGPlayer to an Nx package-first workspace ([#31](https://github.com/cutterbl/CDGPlayer/pull/31))
19+
CDGPlayer now publishes from a package-first Nx
20+
workspace.
21+
The legacy top-level source and docs layout is no longer the
22+
published integration surface; consumers should use the scoped
23+
package entrypoints (@cxing/logger, @cxing/cdg-core,
24+
@cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
25+
The release, documentation, CI, and demo/control integration
26+
flows have changed since v0.1.17 and should be reviewed before
27+
upgrading.
28+
- **monorepo:** migrate CDGPlayer to an Nx package-first workspace ([63351bd](https://github.com/cutterbl/CDGPlayer/commit/63351bd))
29+
Removes the legacy top-level src/, scripts demo assets, and /docs documentation tree in favor of package entrypoints and Storybook-composed documentation.
30+
* chore: Update monorepo tooling and CI workflows
31+
* fix: Resolve build blockers and rename contribution doc
32+
* feat: expand test coverage and enforce per-project CI thresholds
33+
* chore: Stabilize typecheck outputs and test typings
34+
* feat(controls): Refine key labels and settings panel sizing
35+
* chore: Add package readmes and refine coverage/docs reporting
36+
* chore: Tighten lint rules and clean demo/test warnings
37+
* feat(release)!: Prepare the next major package-first release
38+
- migrate CDGPlayer to an Nx package-first workspace
39+
- align package metadata and release automation around scoped
40+
package entrypoints
41+
- tighten CI validation, coverage thresholds, docs checks, and
42+
repository ownership
43+
- refine framework-agnostic controls and move framework demo
44+
settings into anchored popovers
45+
- update demo iconography and supporting Storybook/docs guidance
46+
BREAKING CHANGE: CDGPlayer now publishes from a package-first Nx
47+
workspace.
48+
The legacy top-level source and docs layout is no longer the
49+
published integration surface; consumers should use the scoped
50+
package entrypoints (@cxing/logger, @cxing/cdg-core,
51+
@cxing/cdg-loader, @cxing/cdg-player, and @cxing/cdg-controls).
52+
The release, documentation, CI, and demo/control integration
53+
flows have changed since v0.1.17 and should be reviewed before
54+
upgrading.
55+
56+
### ❤️ Thank You
57+
58+
- Steve 'Cutter' Blades
59+
160
Changelog
261
### 0.1.17 (2023-01-05)
362

packages/cdg-controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cxing/cdg-controls",
3-
"version": "0.1.17",
3+
"version": "1.0.0",
44
"description": "Framework-agnostic controls for CD+G player interaction.",
55
"keywords": [
66
"cdg",

packages/cdg-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cxing/cdg-core",
3-
"version": "0.1.17",
3+
"version": "1.0.0",
44
"description": "CD+G parsing, instruction execution, and frame rendering core.",
55
"keywords": [
66
"cdg",

packages/cdg-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cxing/cdg-loader",
3-
"version": "0.1.17",
3+
"version": "1.0.0",
44
"description": "CD+G track loading, archive extraction, and worker transport utilities.",
55
"keywords": [
66
"cdg",

packages/cdg-player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cxing/cdg-player",
3-
"version": "0.1.17",
3+
"version": "1.0.0",
44
"description": "CD+G playback orchestration, timeline sync, and renderer dispatch.",
55
"keywords": [
66
"cdg",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cxing/logger",
3-
"version": "0.1.17",
3+
"version": "1.0.0",
44
"description": "Scoped logging utility for CXing packages and apps.",
55
"keywords": [
66
"logger",

0 commit comments

Comments
 (0)