Skip to content

Commit

Permalink
Merge pull request #242 from CrowdStrike/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
joelamb authored Aug 3, 2023
2 parents e6d5c51 + d114408 commit cd79d24
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-actors-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-eggs-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-pets-travel.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [#230](https://github.com/CrowdStrike/ember-toucan-core/pull/230) [`d3b7d42`](https://github.com/CrowdStrike/ember-toucan-core/commit/d3b7d42d150cae765354cc8e3548e4255d3967db) Thanks [@joelamb](https://github.com/joelamb)! - horizontally centre disabled button label

- [#241](https://github.com/CrowdStrike/ember-toucan-core/pull/241) [`1eda28b`](https://github.com/CrowdStrike/ember-toucan-core/commit/1eda28b99b5eedf7611225f5c726c59cc29191e7) Thanks [@clintcs](https://github.com/clintcs)! - Improve documentation consistency.

- [#244](https://github.com/CrowdStrike/ember-toucan-core/pull/244) [`3312a38`](https://github.com/CrowdStrike/ember-toucan-core/commit/3312a3868d50adc826bd0f7b9799fba863bb8121) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Adds "Select all" functionality to the `Multiselect` via a new component argument. Provide `@selectAllText` to opt-in to the functionality.

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"description": "CrowdStrike's Toucan Design System",
"keywords": [
"ember-addon"
Expand Down
11 changes: 11 additions & 0 deletions packages/ember-toucan-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @crowdstrike/ember-toucan-form

## 0.3.1

### Patch Changes

- [#241](https://github.com/CrowdStrike/ember-toucan-core/pull/241) [`1eda28b`](https://github.com/CrowdStrike/ember-toucan-core/commit/1eda28b99b5eedf7611225f5c726c59cc29191e7) Thanks [@clintcs](https://github.com/clintcs)! - Improve documentation consistency.

- [#244](https://github.com/CrowdStrike/ember-toucan-core/pull/244) [`3312a38`](https://github.com/CrowdStrike/ember-toucan-core/commit/3312a3868d50adc826bd0f7b9799fba863bb8121) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Adds "Select all" functionality to the `Multiselect` via a new component argument. Provide `@selectAllText` to opt-in to the functionality.

- Updated dependencies [[`d3b7d42`](https://github.com/CrowdStrike/ember-toucan-core/commit/d3b7d42d150cae765354cc8e3548e4255d3967db), [`1eda28b`](https://github.com/CrowdStrike/ember-toucan-core/commit/1eda28b99b5eedf7611225f5c726c59cc29191e7), [`3312a38`](https://github.com/CrowdStrike/ember-toucan-core/commit/3312a3868d50adc826bd0f7b9799fba863bb8121)]:
- @crowdstrike/ember-toucan-core@0.3.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"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.0",
"@crowdstrike/ember-toucan-core": "^0.3.1",
"@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 cd79d24

Please sign in to comment.