Skip to content

Commit 30f00b6

Browse files
committed
Publish
- @anvilco/[email protected] - @anvilco/[email protected] - @anvilco/[email protected]
1 parent ad837e6 commit 30f00b6

File tree

6 files changed

+56
-11
lines changed

6 files changed

+56
-11
lines changed

packages/anvil-embed-frame/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ All notable changes to this project will be documented in this file.
2222

2323
- Update deps [`52a73bd`](https://github.com/anvilco/react-ui/commit/52a73bd5f16d5435f80cd8ae76f20b2834807c40)
2424

25-
## @anvilco/anvil-embed-frame@1.1.0 - 2022-10-05
25+
## [@anvilco/anvil-embed-frame@1.1.0](https://github.com/anvilco/react-ui/compare/v0.0.0...@anvilco/[email protected]) - 2022-10-05
26+
27+
## v0.0.0 - 2024-05-02
2628

2729
### Merged
2830

31+
- Add className prop and type [`#22`](https://github.com/anvilco/react-ui/pull/22)
32+
- publish better [`#20`](https://github.com/anvilco/react-ui/pull/20)
33+
- Add style prop and add postMessage helper [`#19`](https://github.com/anvilco/react-ui/pull/19)
34+
- [Breaking] Update dependencies [`#16`](https://github.com/anvilco/react-ui/pull/16)
35+
- Update readme to fix import error [`#15`](https://github.com/anvilco/react-ui/pull/15)
2936
- Add Typescript support to `AnvilEmbedFrame` [`#13`](https://github.com/anvilco/react-ui/pull/13)
3037
- New `@anvilco/anvil-embed-frame` package [`#12`](https://github.com/anvilco/react-ui/pull/12)
3138
- Update Readme [`#11`](https://github.com/anvilco/react-ui/pull/11)

packages/anvil-embed-frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/anvil-embed-frame",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "The AnvilEmbedFrame React component for embedded Etch signatures and Workflows.",
55
"author": "Anvil Foundry Inc.",
66
"license": "MIT",

packages/react-signature-frame/CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,29 @@ All notable changes to this project will be documented in this file.
165165

166166
## [@anvilco/react-signature-frame@1.0.2-alpha.0](https://github.com/anvilco/react-ui/compare/@anvilco/[email protected]...@anvilco/[email protected]) - 2020-11-11
167167

168-
## @anvilco/react-signature-frame@1.0.0 - 2020-11-12
168+
## [@anvilco/react-signature-frame@1.0.0](https://github.com/anvilco/react-ui/compare/v0.0.0...@anvilco/[email protected]) - 2020-11-12
169+
170+
## v0.0.0 - 2024-05-02
171+
172+
### Merged
173+
174+
- Add className prop and type [`#22`](https://github.com/anvilco/react-ui/pull/22)
175+
- publish better [`#20`](https://github.com/anvilco/react-ui/pull/20)
176+
- Add style prop and add postMessage helper [`#19`](https://github.com/anvilco/react-ui/pull/19)
177+
- [Breaking] Update dependencies [`#16`](https://github.com/anvilco/react-ui/pull/16)
178+
- Update readme to fix import error [`#15`](https://github.com/anvilco/react-ui/pull/15)
179+
- Add Typescript support to `AnvilEmbedFrame` [`#13`](https://github.com/anvilco/react-ui/pull/13)
180+
- New `@anvilco/anvil-embed-frame` package [`#12`](https://github.com/anvilco/react-ui/pull/12)
181+
- Update Readme [`#11`](https://github.com/anvilco/react-ui/pull/11)
182+
- [1-min] Fix output path for type defs [`#10`](https://github.com/anvilco/react-ui/pull/10)
183+
- Add Typescript typings [`#9`](https://github.com/anvilco/react-ui/pull/9)
184+
- Update dependencies and peer dependencies [`#7`](https://github.com/anvilco/react-ui/pull/7)
185+
- Add onError handler [`#6`](https://github.com/anvilco/react-ui/pull/6)
186+
- Add onFinishSigning prop & upgrade all minor version deps [`#5`](https://github.com/anvilco/react-ui/pull/5)
187+
- Refactor the Docs [`#3`](https://github.com/anvilco/react-ui/pull/3)
188+
- Review Follow Ups and Refactoring [`#2`](https://github.com/anvilco/react-ui/pull/2)
189+
- Setup Linting [`#1`](https://github.com/anvilco/react-ui/pull/1)
169190

170191
### Commits
171192

172193
- AnvilSignatureFrame and AnvilSignatureModal [`7ab8fc2`](https://github.com/anvilco/react-ui/commit/7ab8fc2026411cbcc0186d9650290ba3d1afcfa5)
173-
- publish config [`c3683cc`](https://github.com/anvilco/react-ui/commit/c3683ccb2dd12523ae85118d26307fc5ab2cd495)
174-
- add babel devDependencies [`51ce830`](https://github.com/anvilco/react-ui/commit/51ce830e44defc0615261f94a42e9b7bc156c4f4)

packages/react-signature-frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/react-signature-frame",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"description": "The AnvilSignatureFrame React component for embedded Etch signatures",
55
"author": "Anvil Foundry Inc.",
66
"license": "MIT",

packages/react-signature-modal/CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Merged
88

9-
- [Breaking] Version 2.0 [`#16`](https://github.com/anvilco/react-ui/pull/16)
9+
- [Breaking] Update dependencies [`#16`](https://github.com/anvilco/react-ui/pull/16)
1010

1111
### Commits
1212

@@ -200,10 +200,29 @@ All notable changes to this project will be documented in this file.
200200

201201
## [@anvilco/react-signature-modal@1.0.2-alpha.0](https://github.com/anvilco/react-ui/compare/@anvilco/[email protected]...@anvilco/[email protected]) - 2020-11-11
202202

203-
## @anvilco/react-signature-modal@1.0.0 - 2020-11-12
203+
## [@anvilco/react-signature-modal@1.0.0](https://github.com/anvilco/react-ui/compare/v0.0.0...@anvilco/[email protected]) - 2020-11-12
204+
205+
## v0.0.0 - 2024-05-02
206+
207+
### Merged
208+
209+
- Add className prop and type [`#22`](https://github.com/anvilco/react-ui/pull/22)
210+
- publish better [`#20`](https://github.com/anvilco/react-ui/pull/20)
211+
- Add style prop and add postMessage helper [`#19`](https://github.com/anvilco/react-ui/pull/19)
212+
- [Breaking] Update dependencies [`#16`](https://github.com/anvilco/react-ui/pull/16)
213+
- Update readme to fix import error [`#15`](https://github.com/anvilco/react-ui/pull/15)
214+
- Add Typescript support to `AnvilEmbedFrame` [`#13`](https://github.com/anvilco/react-ui/pull/13)
215+
- New `@anvilco/anvil-embed-frame` package [`#12`](https://github.com/anvilco/react-ui/pull/12)
216+
- Update Readme [`#11`](https://github.com/anvilco/react-ui/pull/11)
217+
- [1-min] Fix output path for type defs [`#10`](https://github.com/anvilco/react-ui/pull/10)
218+
- Add Typescript typings [`#9`](https://github.com/anvilco/react-ui/pull/9)
219+
- Update dependencies and peer dependencies [`#7`](https://github.com/anvilco/react-ui/pull/7)
220+
- Add onError handler [`#6`](https://github.com/anvilco/react-ui/pull/6)
221+
- Add onFinishSigning prop & upgrade all minor version deps [`#5`](https://github.com/anvilco/react-ui/pull/5)
222+
- Refactor the Docs [`#3`](https://github.com/anvilco/react-ui/pull/3)
223+
- Review Follow Ups and Refactoring [`#2`](https://github.com/anvilco/react-ui/pull/2)
224+
- Setup Linting [`#1`](https://github.com/anvilco/react-ui/pull/1)
204225

205226
### Commits
206227

207228
- AnvilSignatureFrame and AnvilSignatureModal [`7ab8fc2`](https://github.com/anvilco/react-ui/commit/7ab8fc2026411cbcc0186d9650290ba3d1afcfa5)
208-
- publish config [`c3683cc`](https://github.com/anvilco/react-ui/commit/c3683ccb2dd12523ae85118d26307fc5ab2cd495)
209-
- add babel devDependencies [`51ce830`](https://github.com/anvilco/react-ui/commit/51ce830e44defc0615261f94a42e9b7bc156c4f4)

packages/react-signature-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/react-signature-modal",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "The AnvilSignatureModal React component for embedded Etch signatures",
55
"author": "Anvil Foundry Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)