Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samanta de Barros committed Jan 29, 2021
1 parent 52878ef commit 0ca2323
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 3.1.0 (2021-01-29)

#### :bug: Bug Fix
* `ember-simple-auth`
* [#2263](https://github.com/simplabs/ember-simple-auth/pull/2263) Fix empty object check in `_renew()` cookie session store ([@reidab](https://github.com/reidab))

#### :memo: Documentation
* [#2254](https://github.com/simplabs/ember-simple-auth/pull/2254) Update README.md ([@ErvinSabic](https://github.com/ErvinSabic))
* [#2252](https://github.com/simplabs/ember-simple-auth/pull/2252) Fix location of test app in example ([@sdebarros](https://github.com/sdebarros))

#### :house: Internal
* Other
* [#2264](https://github.com/simplabs/ember-simple-auth/pull/2264) Copy README to ember-simple-auth package before NPM release ([@sdebarros](https://github.com/sdebarros))
* [#2251](https://github.com/simplabs/ember-simple-auth/pull/2251) Add release-it to simplify the release process ([@sdebarros](https://github.com/sdebarros))
* `ember-simple-auth`, `test-app`
* [#2262](https://github.com/simplabs/ember-simple-auth/pull/2262) Fix tests failing in master ([@sdebarros](https://github.com/sdebarros))

#### Committers: 3
- Ervin Sabic ([@ErvinSabic](https://github.com/ErvinSabic))
- Reid Beels ([@reidab](https://github.com/reidab))
- Samanta de Barros ([@sdebarros](https://github.com/sdebarros))

## v3.1.0-beta.1 (2020-10-09)

#### :rocket: Enhancement
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"release-it": "^14.2.0",
"release-it-lerna-changelog": "^3.1.0",
"release-it-yarn-workspaces": "^2.0.0"
}
},
"version": "3.1.0"
}
4 changes: 2 additions & 2 deletions packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-test-app",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-load-initializers": "^2.0.0",
"ember-mocha": "^0.16.2",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "* || >= 3.1.0-beta",
"ember-simple-auth": "3.1.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.1.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "ember-simple-auth",
"version": "3.1.0-beta.1",
"version": "3.1.0",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": ["ember-addon"],
"keywords": [
"ember-addon"
],
"license": "MIT",
"author": "simplabs GmbH",
"directories": {
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": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -43,7 +43,7 @@
"ember-load-initializers": "^2.0.0",
"ember-mocha": "^0.16.2",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "* || >= 3.1.0-beta",
"ember-simple-auth": "3.1.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.1.0",
Expand Down

0 comments on commit 0ca2323

Please sign in to comment.