Skip to content

Commit

Permalink
Marked v4.0.0-alpha.4 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Mar 2, 2023
1 parent 67d5191 commit 964191a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.0.0-alpha.4 (2023-03-02)

### Breaking Change
* [#163](https://github.com/ijlee2/ember-container-query/pull/163) Remove ember-test-selectors from dependencies ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#163](https://github.com/ijlee2/ember-container-query/pull/163) Remove ember-test-selectors from dependencies ([@ijlee2](https://github.com/ijlee2))

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


## 4.0.0-alpha.3 (2023-03-02)

### Internal
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.0-alpha.3",
"version": "4.0.0-alpha.4",
"description": "Container queries using Ember modifiers",
"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": "ember-container-query",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"private": true,
"description": "Container queries using Ember modifiers",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"private": true,
"description": "Container queries using Ember modifiers",
"keywords": [
Expand Down Expand Up @@ -99,7 +99,7 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-cli-typescript": "^5.2.1",
"ember-container-query": "4.0.0-alpha.3",
"ember-container-query": "4.0.0-alpha.4",
"ember-css-modules": "^2.0.1",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
Expand Down

0 comments on commit 964191a

Please sign in to comment.