Skip to content

Commit

Permalink
Tagged 4.0.5 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 1, 2023
1 parent 3b59f89 commit 00e7767
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ 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)


## 4.0.5 (2023-08-01)

### Bug Fix
* [#204](https://github.com/ijlee2/ember-container-query/pull/204) Downstreamed bug fix from @embroider/addon-blueprint#155 ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#206](https://github.com/ijlee2/ember-container-query/pull/206) Updated ember-element-helper to v0.7.1 ([@ijlee2](https://github.com/ijlee2))
* [#205](https://github.com/ijlee2/ember-container-query/pull/205) Updated lint-related packages ([@ijlee2](https://github.com/ijlee2))
* [#203](https://github.com/ijlee2/ember-container-query/pull/203) Remove rollup-plugin-ts ([@ijlee2](https://github.com/ijlee2))
* [#201](https://github.com/ijlee2/ember-container-query/pull/201) Added Ember 4.12 LTS to ember-try scenarios ([@ijlee2](https://github.com/ijlee2))
* [#200](https://github.com/ijlee2/ember-container-query/pull/200) Updated @ember/test-helpers to v3 ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#201](https://github.com/ijlee2/ember-container-query/pull/201) Added Ember 4.12 LTS to ember-try scenarios ([@ijlee2](https://github.com/ijlee2))

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


## 4.0.4 (2023-06-13)

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

0 comments on commit 00e7767

Please sign in to comment.