@hua-labs/i18n-beginner 2.1.0-alpha.0.2 → 2.1.0-alpha.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @hua-labs/i18n-beginner@2.1.0-alpha.0.2 build /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-i18n-beginner
2
+ > @hua-labs/i18n-beginner@2.1.0-alpha.1 build /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-i18n-beginner
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hua-labs/i18n-beginner
2
2
 
3
+ ## 2.1.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - Public alpha release with complete documentation
8
+
9
+ - Complete README standardization across all packages
10
+ - Comprehensive DETAILED_GUIDE documentation for each package
11
+ - Optimized npm keywords for better discoverability
12
+ - Professional documentation tone and structure
13
+ - All packages updated to alpha.0.2
14
+
3
15
  ## 2.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hua-labs/i18n-beginner",
3
- "version": "2.1.0-alpha.0.2",
3
+ "version": "2.1.0-alpha.1",
4
4
  "description": "HUA Labs - Internationalization SDK for Beginners (Simple Setup) - Korean/English support out of the box, easy to add other languages",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",