Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent 2f71380 commit 66da3fe
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-zoos-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-worms-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-beds-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-ties-argue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-apples-obey.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/package.json
Expand Up @@ -34,7 +34,7 @@
"@embroider/test-setup": "^3.0.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@hashicorp/consul-ui-toolkit": "^3.0.0",
"@hashicorp/consul-ui-toolkit": "^4.0.0",
"@hashicorp/design-system-components": "^4.0.0",
"@hashicorp/ember-flight-icons": "^5.0.0",
"@types/qunit": "^2.19.9",
Expand Down
19 changes: 19 additions & 0 deletions toolkit/CHANGELOG.md
@@ -1,5 +1,24 @@
# @hashicorp/consul-ui-toolkit

## 4.0.0

### Major Changes

- 4ba5615: Major upgrade to peer-dependency @hashicorp/design-system-components
- 5f1d9b0: Upgrade dependencies and add ember-source as a peer dependency

_Breaking:_ Adds `ember-source "^3.28.0 || ^4.0.0 || >=5.0.0"` as a peer dependency. This was required by ember-concurrency, and shouldn't be a problem for most apps consuming this as they all will have ember-source. Labelling it as a major changeg though as it does add a requirement. The toolkit does not itself have ember-source as it's an embroider addon.
_Breaking:_ Updates `@hashicorp/design-system-components` peerDependency to be `^3.4.0`

### Minor Changes

- 5f1d9b0: Upgrade all the packages

### Patch Changes

- 665b753: FilterBar::Filter - only render active filter count if isMultiSelect is true
- 3b9d391: Update type imports and exports to be type imports and exports

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion toolkit/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/consul-ui-toolkit",
"version": "3.0.0",
"version": "4.0.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 66da3fe

Please sign in to comment.