@praxisui/core 9.0.0-beta.0 → 9.0.0-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,7 @@ A biblioteca `@praxisui/core` é o núcleo do Praxis UI Workspace, fornecendo in
99
99
  ## 🚀 Instalação
100
100
 
101
101
  ```bash
102
- npm install @praxisui/core@beta
102
+ npm install @praxisui/core@latest
103
103
  ```
104
104
 
105
105
  Exemplo completo (app de referência)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",