Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 10, 2022
1 parent dad6696 commit 8c02356
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog


## v1.0.0 (2022-11-10)

#### :boom: Breaking Change
* `ember-router-helpers`, `test-app`
* [#293](https://github.com/rwjblue/ember-router-helpers/pull/293) Convert to addon v2 and bump to ember 3.28 ([@ctjhoa](https://github.com/ctjhoa))

#### :rocket: Enhancement
* [#269](https://github.com/rwjblue/ember-router-helpers/pull/269) Implement `replace-with` ([@boris-petrov](https://github.com/boris-petrov))

#### :memo: Documentation
* [#273](https://github.com/rwjblue/ember-router-helpers/pull/273) Use {{on}} modifier instead of onclick in docs ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 3
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## v0.4.0 (2020-05-19)

#### :boom: Breaking Change
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/ember-router-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-router-helpers",
"version": "0.4.0",
"version": "1.0.0",
"description": "Template helpers utilizing the router service.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.4.0",
"version": "1.0.0",
"private": true,
"description": "Template helpers utilizing the router service.",
"homepage": "https://github.com/rwjblue/ember-router-helpers#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"ember-page-title": "^6.2.2",
"ember-qunit": "^5.1.5",
"ember-resolver": "^8.0.3",
"ember-router-helpers": "0.4.0",
"ember-router-helpers": "1.0.0",
"ember-source": "~3.28.8",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^3.15.0",
Expand Down

0 comments on commit 8c02356

Please sign in to comment.