Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jun 17, 2022
1 parent 387042d commit eb94140
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@

## v3.0.0 (2022-06-17)

#### :boom: Breaking Change
* [#174](https://github.com/ember-mocks/ember-date-service/pull/174) Convert this addon to v2 format ([@nlfurniss](https://github.com/nlfurniss))

#### :rocket: Enhancement
* [#157](https://github.com/ember-mocks/ember-date-service/pull/157) Convert to native classes ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#177](https://github.com/ember-mocks/ember-date-service/pull/177) Fixing release-it configuration ([@scalvert](https://github.com/scalvert))
* [#176](https://github.com/ember-mocks/ember-date-service/pull/176) Run ember-cli-update ([@nlfurniss](https://github.com/nlfurniss))
* [#175](https://github.com/ember-mocks/ember-date-service/pull/175) Convert to typesript ([@nlfurniss](https://github.com/nlfurniss))
* [#158](https://github.com/ember-mocks/ember-date-service/pull/158) Move ember-cli-htmlbars from dep to devDep ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 3
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v2.1.0 (2021-01-14)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-date-service",
"version": "2.1.0",
"version": "3.0.0",
"description": "An Ember addon that provides a Date service with a minimal API.",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "3.0.0"
}
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": "2.1.0",
"version": "3.0.0",
"description": "An Ember addon that provides a Date service with a minimal API.",
"repository": "https://github.com/scalvert/ember-date-service",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.0",
"ember-date-service": "2.1.0",
"ember-date-service": "3.0.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.1.1",
Expand Down

0 comments on commit eb94140

Please sign in to comment.