pixelplay 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
 
7
7
  ---
8
8
 
9
+ ## [1.2.3] — 2026-04-22
10
+
11
+ ### Fixed
12
+
13
+ - **Release publish retry for npm**: Bumped package version to `1.2.3` to avoid attempting to republish `1.2.2`, which npm rejects once already published.
14
+ - **Type-safe strict build fixes**: Resolved strict TypeScript build blockers in `AlertDialog`, `Carousel`, and `ToggleGroup` to ensure production `next build` and package validation complete successfully.
15
+
16
+ ### Changed
17
+
18
+ - **Publish workflow guardrail**: Added a pre-publish npm registry check that fails fast with a clear message when the current package version is already published.
19
+
20
+ ---
21
+
9
22
  ## [1.2.2] — 2026-04-21
10
23
 
11
24
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelplay",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "PixelPlay UI — A scalable React component library with production-ready components, layouts, and themes for SaaS products.",
5
5
  "keywords": [
6
6
  "react",