@nubbin/react 0.1.0-rc.7 → 0.1.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ The React render path for Nubbin. It walks a compiled artifact, loads the blocks
4
4
  names, resolves the data holes it declares, and renders them.
5
5
 
6
6
  ```bash
7
- npm install @nubbin/react@rc
7
+ npm install @nubbin/react
8
8
  ```
9
9
 
10
10
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubbin/react",
3
- "version": "0.1.0-rc.7",
3
+ "version": "0.1.0",
4
4
  "description": "The React render path for Nubbin: render a compiled artifact against a block registry.",
5
5
  "keywords": [
6
6
  "nubbin",
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@nubbin/core": "0.1.0-rc.7"
35
+ "@nubbin/core": "0.1.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=19.0.0"