@rebasepro/forms 0.16.1-canary.ge71347e → 0.17.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 +1 -1
package/README.md CHANGED
@@ -101,5 +101,5 @@ function SubmitButton() {
101
101
 
102
102
  ## Related Packages
103
103
 
104
- - `@rebasepro/admin` — Uses Formex for all snapshot editing forms
104
+ - `@rebasepro/cms` — Uses Formex for all snapshot editing forms
105
105
  - `@rebasepro/app` — Core Rebase framework
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebasepro/forms",
3
3
  "type": "module",
4
- "version": "0.16.1-canary.ge71347e",
4
+ "version": "0.17.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"