@pipe0/react 0.0.11 → 0.0.13
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.
- package/CHANGELOG.md +17 -0
- package/dist/styles/pipe0-form.css +4077 -1
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @pipe0/elements-react
|
|
2
2
|
|
|
3
|
+
## 0.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add high volumne billing
|
|
8
|
+
- Updated dependencies [7da28bf]
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @pipe0/base@0.1.0
|
|
11
|
+
|
|
12
|
+
## 0.0.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 6c621bd: Fix missing deps
|
|
17
|
+
- Updated dependencies [6c621bd]
|
|
18
|
+
- @pipe0/base@0.0.12
|
|
19
|
+
|
|
3
20
|
## 0.0.11
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|