Skip to content

Commit 8bb08f0

Browse files
authored
Merge pull request #211 from CrowdStrike/changeset-release/main
Release Preview
2 parents b7472c5 + 9d2a46f commit 8bb08f0

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/curly-pants-yawn.md

-5
This file was deleted.

.changeset/cyan-dots-speak.md

-5
This file was deleted.

packages/ember-toucan-core/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#212](https://github.com/CrowdStrike/ember-toucan-core/pull/212) [`eb5b130`](https://github.com/CrowdStrike/ember-toucan-core/commit/eb5b130eeb3fd6f020b840a144953733d6309603) Thanks [@joelamb](https://github.com/joelamb)! - fixes flex-grow for disabled button
8+
9+
- [#208](https://github.com/CrowdStrike/ember-toucan-core/pull/208) [`e907310`](https://github.com/CrowdStrike/ember-toucan-core/commit/e907310cbc43e0b24e3563e5d5d6a96e8c9c7c93) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Adds error styling when the current character length is greater than maximum character length for the input and textarea components using the character counter.
10+
311
## 0.2.1
412

513
### 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.2.1",
3+
"version": "0.2.2",
44
"description": "CrowdStrike's Toucan Design System",
55
"keywords": [
66
"ember-addon"

packages/ember-toucan-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"_syncPnpm": "pnpm sync-dependencies-meta-injected"
3434
},
3535
"peerDependencies": {
36-
"@crowdstrike/ember-toucan-core": "^0.2.1",
36+
"@crowdstrike/ember-toucan-core": "^0.2.2",
3737
"@crowdstrike/ember-toucan-styles": "^2.0.1",
3838
"@ember/test-helpers": "^2.8.1 || ^3.0.0",
3939
"@glimmer/tracking": "^1.1.2",

0 commit comments

Comments
 (0)