Skip to content

Commit a16c770

Browse files
authored
Merge pull request #182 from CrowdStrike/changeset-release/main
Release Preview
2 parents a8b1ea3 + 22e01ca commit a16c770

File tree

7 files changed

+26
-19
lines changed

7 files changed

+26
-19
lines changed

.changeset/nine-taxis-drop.md

-6
This file was deleted.

.changeset/polite-bobcats-do.md

-5
This file was deleted.

.changeset/wise-maps-talk.md

-5
This file was deleted.

packages/ember-toucan-core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @crowdstrike/ember-toucan-core
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#178](https://github.com/CrowdStrike/ember-toucan-core/pull/178) [`c552a59`](https://github.com/CrowdStrike/ember-toucan-core/commit/c552a59ed54d902d394926f7f6951ca41552db4f) Thanks [@clintcs](https://github.com/clintcs)! - add @value support to Form::Controls::Checkbox
8+
9+
### Patch Changes
10+
11+
- [#177](https://github.com/CrowdStrike/ember-toucan-core/pull/177) [`17dcffa`](https://github.com/CrowdStrike/ember-toucan-core/commit/17dcffaad2eed80663c1e134a8454366d4fd2b8c) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Added `<form.FileInput>` support to `toucan-form`. Resolved a bug where the `accept` attribute was not being applied to the `toucan-core` file-input control. Resolved a bug where `ToucanFormFileInputFieldComponentSignature` was not being exported from the file-input field.
12+
13+
- [#183](https://github.com/CrowdStrike/ember-toucan-core/pull/183) [`cc495bd`](https://github.com/CrowdStrike/ember-toucan-core/commit/cc495bd012fc5da35b6a46ba09707a6673e0ed74) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Fixed a re-selection bug with Form::Controls::FileInput.
14+
315
## 0.1.2
416

517
### Patch Changes

packages/ember-toucan-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdstrike/ember-toucan-core",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "CrowdStrike's Toucan Design System",
55
"keywords": [
66
"ember-addon"

packages/ember-toucan-form/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @crowdstrike/ember-toucan-form
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Updated dependencies [[`17dcffa`](https://github.com/CrowdStrike/ember-toucan-core/commit/17dcffaad2eed80663c1e134a8454366d4fd2b8c), [`c552a59`](https://github.com/CrowdStrike/ember-toucan-core/commit/c552a59ed54d902d394926f7f6951ca41552db4f), [`cc495bd`](https://github.com/CrowdStrike/ember-toucan-core/commit/cc495bd012fc5da35b6a46ba09707a6673e0ed74)]:
8+
- @crowdstrike/ember-toucan-core@0.2.0
9+
10+
### Patch Changes
11+
12+
- [#177](https://github.com/CrowdStrike/ember-toucan-core/pull/177) [`17dcffa`](https://github.com/CrowdStrike/ember-toucan-core/commit/17dcffaad2eed80663c1e134a8454366d4fd2b8c) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Added `<form.FileInput>` support to `toucan-form`. Resolved a bug where the `accept` attribute was not being applied to the `toucan-core` file-input control. Resolved a bug where `ToucanFormFileInputFieldComponentSignature` was not being exported from the file-input field.
13+
314
## 0.1.2
415

516
### Patch Changes

packages/ember-toucan-form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdstrike/ember-toucan-form",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Build forms with ember-headless-form and ember-toucan-core",
55
"keywords": [
66
"ember-addon"
@@ -33,7 +33,7 @@
3333
"_syncPnpm": "pnpm sync-pnpm"
3434
},
3535
"peerDependencies": {
36-
"@crowdstrike/ember-toucan-core": "^0.1.2",
36+
"@crowdstrike/ember-toucan-core": "^0.2.0",
3737
"@crowdstrike/ember-toucan-styles": "^2.0.1",
3838
"@ember/test-helpers": "^2.8.1",
3939
"@glimmer/tracking": "^1.1.2",

0 commit comments

Comments
 (0)