Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2023
1 parent e9c22e4 commit c247ce6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
},
"changesets": [
"breezy-geese-remain",
"early-colts-attend",
"fair-games-tan",
"four-squids-change",
"gold-tools-jump",
"gold-weeks-pay",
Expand All @@ -19,6 +21,7 @@
"orange-walls-run",
"red-lizards-dress",
"silly-cougars-decide",
"six-onions-hammer",
"ten-mirrors-repair"
]
}
7 changes: 7 additions & 0 deletions docs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs-app

## 0.0.1-beta.3

### Patch Changes

- Updated dependencies [[`da9f16c`](https://github.com/CrowdStrike/ember-headless-form/commit/da9f16c5165c98c70f3f5caf0042aa162fb435bc), [`a3908fc`](https://github.com/CrowdStrike/ember-headless-form/commit/a3908fcf51dc1caa955a355c3e8e2a23d2cc341c), [`757353d`](https://github.com/CrowdStrike/ember-headless-form/commit/757353de0015e3d10db771dfe41bd366f3a284c7)]:
- [email protected]

## 0.0.1-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-app",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"private": true,
"description": "Small description for docs-app goes here",
"repository": "",
Expand Down
16 changes: 16 additions & 0 deletions packages/ember-headless-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ember-headless-form

## 1.0.0-beta.3

### Patch Changes

- [#136](https://github.com/CrowdStrike/ember-headless-form/pull/136) [`da9f16c`](https://github.com/CrowdStrike/ember-headless-form/commit/da9f16c5165c98c70f3f5caf0042aa162fb435bc) Thanks [@simonihmig](https://github.com/simonihmig)! - Yield `submit` and `reset` actions

`<HeadlessForm>` yields `submit` and `reset` actions, that can be used in place of the native buttons.

- [#134](https://github.com/CrowdStrike/ember-headless-form/pull/134) [`a3908fc`](https://github.com/CrowdStrike/ember-headless-form/commit/a3908fcf51dc1caa955a355c3e8e2a23d2cc341c) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for reset button

Click a native `reset` button will reset the state of the form.

- [#132](https://github.com/CrowdStrike/ember-headless-form/pull/132) [`757353d`](https://github.com/CrowdStrike/ember-headless-form/commit/757353de0015e3d10db771dfe41bd366f3a284c7) Thanks [@simonihmig](https://github.com/simonihmig)! - Support reactivity when `@data` is updated

This supports updates of `@data` (or any of its tracked properties) getting rendered into the form, while previously filled in ("dirty") data is being preserved. This is the implementation for case `#2` of #130.

## 1.0.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-headless-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-headless-form",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c247ce6

Please sign in to comment.