Skip to content

Commit

Permalink
Manually adjust versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ynotdraw committed Jul 28, 2023
1 parent b15f36d commit 170547b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions packages/ember-toucan-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@

```hbs
<Form::Controls::Multiselect
@contentClass='z-10'
@noResultsText='No results'
@onChange={{this.onChange}}
@optionKey='label'
@options={{this.options}}
@contentClass='z-10'
@selected={{this.selected}}
@optionKey='label'
placeholder='Colors'
>
<:noResults>No results</:noResults>
<!-- NOTE: The chip block is required and a Remove component's label is also required! -->
<:chip as |chip|>
<chip.Chip>
Expand Down Expand Up @@ -109,12 +108,11 @@
@contentClass='z-10'
@hint='Select a color'
@label='Label'
@noResultsText='No results'
@onChange={{this.onChange}}
@options={{this.options}}
@selected={{this.selected}}
>
<:noResults>No results</:noResults>
<!-- NOTE: The chip block is required and a Remove component's `@label`` is also required! -->
<:chip as |chip|>
<chip.Chip>
Expand Down
7 changes: 3 additions & 4 deletions packages/ember-toucan-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @crowdstrike/ember-toucan-form

## 1.0.0
## 0.3.0

### Minor Changes

Expand Down Expand Up @@ -41,13 +41,12 @@
```hbs
<ToucanForm @data={{data}} as |form|>
<form.Multiselect
@label='Label'
@hint='Hint'
@label='Label'
@name='selection'
@noResultsText='No results'
@options={{this.options}}
>
<:noResults>No results</:noResults>
<:chip as |chip|>
<chip.Chip>
{{chip.option}}
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-toucan-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crowdstrike/ember-toucan-form",
"version": "1.0.0",
"version": "0.3.0",
"description": "Build forms with ember-headless-form and ember-toucan-core",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 170547b

Please sign in to comment.