Skip to content

Commit

Permalink
Tagged 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 19, 2024
1 parent ed7ac80 commit 8471e4a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,41 @@ 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.7 (2024-02-19)

### Documentation
* [#226](https://github.com/ijlee2/ember-container-query/pull/226) Removed flaky assertions ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#224](https://github.com/ijlee2/ember-container-query/pull/224) Updated project dependencies ([@ijlee2](https://github.com/ijlee2))

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


## 5.0.6 (2024-01-05)

### Bug Fix
* [#223](https://github.com/ijlee2/ember-container-query/pull/223) Updated decorator-transforms to address an issue with version skew ([@ijlee2](https://github.com/ijlee2))

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


## 5.0.5 (2024-01-04)

### Bug Fix
* [#220](https://github.com/ijlee2/ember-container-query/pull/220) Reverted the unintended change to ember-modifier support ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#222](https://github.com/ijlee2/ember-container-query/pull/222) Updated copyright information ([@ijlee2](https://github.com/ijlee2))
* [#221](https://github.com/ijlee2/ember-container-query/pull/221) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
* [#219](https://github.com/ijlee2/ember-container-query/pull/219) Added ember-lts-5.4 to ember-try scenarios ([@ijlee2](https://github.com/ijlee2))

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


## 5.0.4 (2023-12-20)

### Internal
Expand Down Expand Up @@ -102,10 +137,10 @@ Version overview

## 4.0.4 (2023-06-13)

#### Internal
### Internal
* [#199](https://github.com/ijlee2/ember-container-query/pull/199) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))

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


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.6",
"version": "5.0.7",
"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.6",
"version": "5.0.7",
"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.6",
"version": "5.0.7",
"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.6",
"version": "5.0.7",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down

0 comments on commit 8471e4a

Please sign in to comment.