Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 13, 2023
1 parent 3f85499 commit 63edc7e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v7.0.0 (2023-02-13)

#### :boom: Breaking Change
* [#388](https://github.com/ember-cli/ember-welcome-page/pull/388) Updated CI and dependencies. Dropped support for Node 12 and Ember 3.24 LTS. ([@ijlee2](https://github.com/ijlee2))

#### :rocket: Enhancement
* [#395](https://github.com/ember-cli/ember-welcome-page/pull/395) Introduced Glint to ember-welcome-page ([@ijlee2](https://github.com/ijlee2))
* [#393](https://github.com/ember-cli/ember-welcome-page/pull/393) Introduced TypeScript to ember-welcome-page ([@ijlee2](https://github.com/ijlee2))

#### :house: Internal
* [#399](https://github.com/ember-cli/ember-welcome-page/pull/399) Updated release-it configuration ([@ijlee2](https://github.com/ijlee2))
* [#398](https://github.com/ember-cli/ember-welcome-page/pull/398) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
* [#397](https://github.com/ember-cli/ember-welcome-page/pull/397) Allowed release-it to push a tag only (and let CI publish the tag) ([@ijlee2](https://github.com/ijlee2))
* [#396](https://github.com/ember-cli/ember-welcome-page/pull/396) Updated development dependencies to their latest version ([@ijlee2](https://github.com/ijlee2))
* [#394](https://github.com/ember-cli/ember-welcome-page/pull/394) Introduced ember-a11y-testing to test-app ([@ijlee2](https://github.com/ijlee2))
* [#393](https://github.com/ember-cli/ember-welcome-page/pull/393) Introduced TypeScript to ember-welcome-page ([@ijlee2](https://github.com/ijlee2))
* [#392](https://github.com/ember-cli/ember-welcome-page/pull/392) Introduced yarn workspaces ([@ijlee2](https://github.com/ijlee2))
* [#391](https://github.com/ember-cli/ember-welcome-page/pull/391) Updated dependencies to their latest version ([@ijlee2](https://github.com/ijlee2))
* [#390](https://github.com/ember-cli/ember-welcome-page/pull/390) Updated eslint to v8.30.0 ([@ijlee2](https://github.com/ijlee2))
* [#389](https://github.com/ember-cli/ember-welcome-page/pull/389) Addressed failing CI. Added Ember 4.8 LTS to test matrix. ([@ijlee2](https://github.com/ijlee2))
* [#388](https://github.com/ember-cli/ember-welcome-page/pull/388) Updated CI and dependencies. Dropped support for Node 12 and Ember 3.24 LTS. ([@ijlee2](https://github.com/ijlee2))

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


## v6.2.0 (2022-03-24)
Expand All @@ -20,6 +44,7 @@
#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))


## v6.0.0 (2021-10-20)

#### :boom: Breaking Change / :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-welcome-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-welcome-page",
"version": "6.2.0",
"version": "7.0.0",
"description": "Welcome page for Ember CLI applications",
"keywords": [
"ember-addon"
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-welcome-page",
"version": "6.2.0",
"version": "7.0.0",
"private": true,
"repository": "https://github.com/ember-cli/ember-welcome-page",
"license": "MIT",
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": "6.2.0",
"version": "7.0.0",
"private": true,
"description": "Test app for ember-welcome-page",
"repository": "https://github.com/ember-cli/ember-welcome-page",
Expand Down Expand Up @@ -51,7 +51,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.5.1",
"ember-try": "^2.0.0",
"ember-welcome-page": "^6.2.0",
"ember-welcome-page": "7.0.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-ember": "^11.4.6",
Expand Down

0 comments on commit 63edc7e

Please sign in to comment.