Skip to content

Commit

Permalink
Merge pull request #311 from CrowdStrike/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
simonihmig authored Nov 27, 2024
2 parents 393b269 + 9c9f83d commit 7e5ca55
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-insects-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-dodos-scream.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- [#308](https://github.com/CrowdStrike/ember-toucan-core/pull/308) [`e274211`](https://github.com/CrowdStrike/ember-toucan-core/commit/e27421184d4a4f0c238b6917e5656d701eb02c68) Thanks [@bartocc](https://github.com/bartocc)! - Updated incorrect assertion message with CheckboxField

## 0.4.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.4.1",
"version": "0.4.2",
"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.5.0

### Minor Changes

- [#466](https://github.com/CrowdStrike/ember-toucan-core/pull/466) [`c862e5d`](https://github.com/CrowdStrike/ember-toucan-core/commit/c862e5db65a3a4233e7032a143369cbf6bb95a86) Thanks [@bradaune-cs](https://github.com/bradaune-cs)! - Exposes validationState, submissionState, isInvalid and rawErrors from the HeadlessForm component

### Patch Changes

- Updated dependencies [[`e274211`](https://github.com/CrowdStrike/ember-toucan-core/commit/e27421184d4a4f0c238b6917e5656d701eb02c68)]:
- @crowdstrike/ember-toucan-core@0.4.2

## 0.4.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.4.0",
"version": "0.5.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.4.1",
"@crowdstrike/ember-toucan-core": "^0.4.2",
"@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 7e5ca55

Please sign in to comment.