@abdokouta/react-support 1.2.0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.0.0] - 2026-04-05
6
+
7
+ ### Stable Release
8
+
9
+ - First production-grade stable release
10
+ - All features from previous versions are now considered stable and production-ready
11
+ - API is now stabilized — breaking changes will follow semver from this point forward
12
+
5
13
  ## [1.2.0] - 2026-04-05
6
14
 
7
15
  ### Refactored
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abdokouta/react-support",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Laravel-style Str, Collection, and Registry utilities for JavaScript/TypeScript",
5
5
  "keywords": [
6
6
  "laravel",