@praxisui/rich-content 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
@@ -13,14 +13,14 @@ integration.
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npm i @praxisui/rich-content@beta
16
+ npm i @praxisui/rich-content@latest
17
17
  ```
18
18
 
19
19
  Peer dependencies:
20
20
  - `@angular/core` `^21.0.0`
21
21
  - `@angular/common` `^21.0.0`
22
22
  - `@angular/forms` `^21.0.0`
23
- - `@praxisui/core` `^9.0.0-beta.0`
23
+ - `@praxisui/core` `^9.0.0-beta.1`
24
24
  - `rxjs` `~7.8.0`
25
25
 
26
26
  ## When to use
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/rich-content",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "Rich content rendering and authoring primitives for Praxis UI surfaces, including semantic blocks and page-builder integration.",
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/forms": "^21.0.0",
10
10
  "rxjs": "~7.8.0"
11
11
  },