Skip to content

Commit

Permalink
Tagged 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jun 7, 2024
1 parent 1d62eab commit d9cbeb5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ 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.10 (2024-06-07)

### Internal
* [#233](https://github.com/ijlee2/ember-container-query/pull/233) Updated dependencies (Part 2) ([@ijlee2](https://github.com/ijlee2))
* [#232](https://github.com/ijlee2/ember-container-query/pull/232) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
* [#230](https://github.com/ijlee2/ember-container-query/pull/230) Replaced ember-source-channel-url with latest-version. Added ember-lts-5.8 scenario. ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#231](https://github.com/ijlee2/ember-container-query/pull/231) Create packages folder ([@ijlee2](https://github.com/ijlee2))
* [#230](https://github.com/ijlee2/ember-container-query/pull/230) Replaced ember-source-channel-url with latest-version. Added ember-lts-5.8 scenario. ([@ijlee2](https://github.com/ijlee2))

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


## 5.0.9 (2024-05-17)

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

0 comments on commit d9cbeb5

Please sign in to comment.