Skip to content

Commit

Permalink
Tagged 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 20, 2023
1 parent ee99d13 commit 600d9ff
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Version overview
- `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.4 (2023-12-20)

### Internal
* [#218](https://github.com/ijlee2/ember-container-query/pull/218) Updated lint-related packages ([@ijlee2](https://github.com/ijlee2))
* [#217](https://github.com/ijlee2/ember-container-query/pull/217) Downstreamed changes from @embroider/addon-blueprint@2.11.0 ([@ijlee2](https://github.com/ijlee2))

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


## 5.0.3 (2023-12-18)

### 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.3",
"version": "5.0.4",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "5.0.4",
"description": "Make container queries that harness the power of Ember",
"keywords": [
"container-queries",
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.3",
"version": "5.0.4",
"private": true,
"description": "Workspace root for ember-container-query",
"repository": {
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.3",
"version": "5.0.4",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down

0 comments on commit 600d9ff

Please sign in to comment.