@brightlayer-ui/react-native-themes 8.0.0-alpha.1 → 8.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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## v2.0.0 (Unreleased)
3
+ ## v2.0.0 (July 25, 2025)
4
4
 
5
5
  ### Changed
6
6
 
7
7
  - Migrated package module format from CommonJS to ESM for modern compatibility and better tree-shaking support.
8
8
  - Upgraded the project to use the latest React Native package version.
9
+ - Support React Native 0.80.0 and Updated the peer dependencies.
9
10
 
10
11
  ## v7.0.1 (May 9, 2024)
11
12
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@brightlayer-ui/react-native-themes",
3
3
  "author": "Brightlayer UI <brightlayer-ui@eaton.com>",
4
4
  "license": "BSD-3-Clause",
5
- "version": "8.0.0-alpha.1",
5
+ "version": "8.0.0",
6
6
  "description": "React Native themes for Brightlayer UI applications",
7
7
  "main": "./index.js",
8
8
  "type": "module",