Skip to content

Commit

Permalink
Tagged 5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Aug 13, 2024
1 parent ecf695c commit 3004eb3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ Version overview
- `v2.x`: [2.0.0](https://github.com/ijlee2/ember-container-query/blob/main/CHANGELOG.md#200-2022-04-09) - [2.1.1](https://github.com/ijlee2/ember-container-query/blob/main/CHANGELOG.md#211-2022-12-02)
- `v1.x`: [1.0.0](https://github.com/ijlee2/ember-container-query/blob/main/CHANGELOG.md#100-2020-05-29) - [1.1.9](https://github.com/ijlee2/ember-container-query/blob/main/CHANGELOG.md#119-2021-08-25)


## 5.0.11 (2024-08-13)

### Internal
* `ember-container-query`
* [#240](https://github.com/ijlee2/ember-container-query/pull/240) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
* [#239](https://github.com/ijlee2/ember-container-query/pull/239) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
* [#234](https://github.com/ijlee2/ember-container-query/pull/234) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
* Other
* [#238](https://github.com/ijlee2/ember-container-query/pull/238) Use pnpm@9 ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#236](https://github.com/ijlee2/ember-container-query/pull/236) Update CSS selector name in test helper ([@ijlee2](https://github.com/ijlee2))

### Committers: 1
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 5.0.10 (2024-06-07)

### Internal
Expand Down
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-app",
"version": "5.0.10",
"version": "5.0.11",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "5.0.10",
"version": "5.0.11",
"private": true,
"description": "Workspace root for ember-container-query",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-container-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-container-query",
"version": "5.0.10",
"version": "5.0.11",
"description": "Make container queries that harness the power of Ember",
"keywords": [
"container-queries",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "5.0.10",
"version": "5.0.11",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down

0 comments on commit 3004eb3

Please sign in to comment.