Skip to content

Commit ad61024

Browse files
committed
Tagged 5.1.0
1 parent f2ebd05 commit ad61024

File tree

8 files changed

+28
-11
lines changed

8 files changed

+28
-11
lines changed

.changeset/empty-grapes-hunt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs-app
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#254](https://github.com/ijlee2/ember-container-query/pull/254) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
8+
- [#253](https://github.com/ijlee2/ember-container-query/pull/253) Converted <ContainerQuery> to <template> tag component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
310
## 1.0.3
411

512
### Patch Changes

docs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-app",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "docs-app for ember-container-query",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "5.0.15",
3+
"version": "5.1.0",
44
"private": true,
55
"description": "Workspace root for ember-container-query",
66
"repository": {

packages/ember-container-query/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ember-container-query
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#253](https://github.com/ijlee2/ember-container-query/pull/253) Converted <ContainerQuery> to <template> tag component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
8+
9+
### Patch Changes
10+
11+
- [#254](https://github.com/ijlee2/ember-container-query/pull/254) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
12+
313
## 5.0.15
414

515
### Patch Changes

packages/ember-container-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-container-query",
3-
"version": "5.0.15",
3+
"version": "5.1.0",
44
"description": "Make container queries that harness the power of Ember",
55
"keywords": [
66
"container-queries",

test-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-app
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#254](https://github.com/ijlee2/ember-container-query/pull/254) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
8+
- [#253](https://github.com/ijlee2/ember-container-query/pull/253) Converted <ContainerQuery> to <template> tag component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
310
## 1.0.3
411

512
### Patch Changes

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "test-app for ember-container-query",
66
"keywords": [

0 commit comments

Comments
 (0)