@praxisui/editorial-forms 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,7 +27,7 @@
27
27
  ## Install
28
28
 
29
29
  ```bash
30
- npm i @praxisui/editorial-forms@beta
30
+ npm i @praxisui/editorial-forms@latest
31
31
  ```
32
32
 
33
33
  Peer dependencies:
@@ -35,7 +35,7 @@ Peer dependencies:
35
35
  - `@angular/common` `^21.0.0`
36
36
  - `@angular/core` `^21.0.0`
37
37
  - `@angular/material` `^21.0.0`
38
- - `@praxisui/core` `^9.0.0-beta.0`
38
+ - `@praxisui/core` `^9.0.0-beta.1`
39
39
 
40
40
  Optional integration:
41
41
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/editorial-forms",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "Editorial form runtime for Praxis UI: journeys, presets, semantic blocks, and specialist hosting for editorial experiences.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.0-beta.0",
8
+ "@praxisui/core": "^9.0.0-beta.1",
9
9
  "@angular/material": "^21.0.0"
10
10
  },
11
11
  "dependencies": {