Skip to content

Commit

Permalink
Merge pull request #251 from CrowdStrike/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
ynotdraw authored Aug 29, 2023
2 parents b82b6b5 + 3209613 commit 30c4efc
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/fluffy-meals-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-rivers-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-clocks-collect.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/olive-buttons-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-roses-cross.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/ember-toucan-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @crowdstrike/ember-toucan-core

## 0.4.0

### Minor Changes

- [#254](https://github.com/CrowdStrike/ember-toucan-core/pull/254) [`532ab89`](https://github.com/CrowdStrike/ember-toucan-core/commit/532ab8997917c9dc4beb3da93e19578ec73b3f09) Thanks [@clintcs](https://github.com/clintcs)! - Add Multiselect test helpers.

- [#253](https://github.com/CrowdStrike/ember-toucan-core/pull/253) [`c18922f`](https://github.com/CrowdStrike/ember-toucan-core/commit/c18922f97912b3189c45a572afcf89ce522d7365) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Both `Textarea` and `Input` Controls are now full width by default.

The `Textarea` Control markup was adjusted to account for collision with the resize handle and focus/error shadows.

The `Input` Control now has small padding along the x-axis.

- [#257](https://github.com/CrowdStrike/ember-toucan-core/pull/257) [`ce91639`](https://github.com/CrowdStrike/ember-toucan-core/commit/ce91639ffab71d3e5432ef22ca641d4eb4de4174) Thanks [@clintcs](https://github.com/clintcs)! - Remove Button's test helpers

### Patch Changes

- [#246](https://github.com/CrowdStrike/ember-toucan-core/pull/246) [`0e817b6`](https://github.com/CrowdStrike/ember-toucan-core/commit/0e817b6ca73c8225546e33fe7e02d44ed0afedfd) Thanks [@ynotdraw](https://github.com/ynotdraw)! - (internal) Updated both packages to use the `<template>` tag and `gts` file extension.

- [#248](https://github.com/CrowdStrike/ember-toucan-core/pull/248) [`52ded27`](https://github.com/CrowdStrike/ember-toucan-core/commit/52ded27bbefb35fee23ce937331f8b214b0d4c5f) Thanks [@clintcs](https://github.com/clintcs)! - add Autocomplete test helpers.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-toucan-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crowdstrike/ember-toucan-core",
"version": "0.3.1",
"version": "0.4.0",
"description": "CrowdStrike's Toucan Design System",
"keywords": [
"ember-addon"
Expand Down
23 changes: 23 additions & 0 deletions packages/ember-toucan-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @crowdstrike/ember-toucan-form

## 0.4.0

### Minor Changes

- [#254](https://github.com/CrowdStrike/ember-toucan-core/pull/254) [`532ab89`](https://github.com/CrowdStrike/ember-toucan-core/commit/532ab8997917c9dc4beb3da93e19578ec73b3f09) Thanks [@clintcs](https://github.com/clintcs)! - Add Multiselect test helpers.

- [#253](https://github.com/CrowdStrike/ember-toucan-core/pull/253) [`c18922f`](https://github.com/CrowdStrike/ember-toucan-core/commit/c18922f97912b3189c45a572afcf89ce522d7365) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Both `Textarea` and `Input` Controls are now full width by default.

The `Textarea` Control markup was adjusted to account for collision with the resize handle and focus/error shadows.

The `Input` Control now has small padding along the x-axis.

- [#257](https://github.com/CrowdStrike/ember-toucan-core/pull/257) [`ce91639`](https://github.com/CrowdStrike/ember-toucan-core/commit/ce91639ffab71d3e5432ef22ca641d4eb4de4174) Thanks [@clintcs](https://github.com/clintcs)! - Remove Button's test helpers

### Patch Changes

- [#246](https://github.com/CrowdStrike/ember-toucan-core/pull/246) [`0e817b6`](https://github.com/CrowdStrike/ember-toucan-core/commit/0e817b6ca73c8225546e33fe7e02d44ed0afedfd) Thanks [@ynotdraw](https://github.com/ynotdraw)! - (internal) Updated both packages to use the `<template>` tag and `gts` file extension.

- [#248](https://github.com/CrowdStrike/ember-toucan-core/pull/248) [`52ded27`](https://github.com/CrowdStrike/ember-toucan-core/commit/52ded27bbefb35fee23ce937331f8b214b0d4c5f) Thanks [@clintcs](https://github.com/clintcs)! - add Autocomplete test helpers.

- Updated dependencies [[`532ab89`](https://github.com/CrowdStrike/ember-toucan-core/commit/532ab8997917c9dc4beb3da93e19578ec73b3f09), [`0e817b6`](https://github.com/CrowdStrike/ember-toucan-core/commit/0e817b6ca73c8225546e33fe7e02d44ed0afedfd), [`52ded27`](https://github.com/CrowdStrike/ember-toucan-core/commit/52ded27bbefb35fee23ce937331f8b214b0d4c5f), [`c18922f`](https://github.com/CrowdStrike/ember-toucan-core/commit/c18922f97912b3189c45a572afcf89ce522d7365), [`ce91639`](https://github.com/CrowdStrike/ember-toucan-core/commit/ce91639ffab71d3e5432ef22ca641d4eb4de4174)]:
- @crowdstrike/ember-toucan-core@0.4.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.3.1",
"version": "0.4.0",
"description": "Build forms with ember-headless-form and ember-toucan-core",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -33,7 +33,7 @@
"_syncPnpm": "pnpm sync-dependencies-meta-injected"
},
"peerDependencies": {
"@crowdstrike/ember-toucan-core": "^0.3.1",
"@crowdstrike/ember-toucan-core": "^0.4.0",
"@crowdstrike/ember-toucan-styles": "^2.0.1",
"@ember/test-helpers": "^2.8.1 || ^3.0.0",
"@glimmer/tracking": "^1.1.2",
Expand Down

0 comments on commit 30c4efc

Please sign in to comment.