@cedarjs/forms 2.5.0 → 2.5.1-rc.29

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 -31
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,33 +1,4 @@
1
1
  # Forms
2
2
 
3
- <!-- toc -->
4
-
5
- - [Purpose and Vision](#Purpose-and-Vision)
6
- - [Package Lead](#Package-Lead)
7
- - [Roadmap](#Roadmap)
8
- - [Contributing](#Contributing)
9
- - [FAQ](#FAQ)
10
-
11
- ## Purpose and Vision
12
-
13
- Summarize the project's values, purpose, and aspirational vision.
14
-
15
- ## Package Lead
16
-
17
- Identify the decision maker and/or go-to for questions.
18
-
19
- ## Roadmap
20
-
21
- Similar to Purpose and Vision, but more concrete, comprising near-term priorities and long-term goals.
22
-
23
- ## Contributing
24
-
25
- Explains how to contribute by addressing the following three points:
26
-
27
- 1. Core technologies a contributor should be a familiar with.
28
- 2. How this package fits into the Redwood Framework, if it depends on other Redwood packages, etc.
29
- 3. The structure of the package and/or an explanation of its contents.
30
-
31
- ## FAQ
32
-
33
- Answers to frequently asked questions.
3
+ The form package provides a set of components and utilities for building forms
4
+ in Cedar applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/forms",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc.29",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -38,7 +38,7 @@
38
38
  "react-hook-form": "7.71.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@cedarjs/framework-tools": "0.0.0",
41
+ "@cedarjs/framework-tools": "2.5.1-rc.29",
42
42
  "@testing-library/dom": "9.3.4",
43
43
  "@testing-library/jest-dom": "6.9.1",
44
44
  "@testing-library/react": "14.3.1",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
64
+ "gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
65
65
  }