Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Mar 24, 2023
1 parent db8d3f8 commit 034c767
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 6 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
# Changelog



## 5.0.0 (2023-03-24)

#### :boom: Breaking Change
* `ember-simple-auth`
* [#2525](https://github.com/mainmatter/ember-simple-auth/pull/2525) chore: Drop node - set minimal node version to >=16 ([@BobrImperator](https://github.com/BobrImperator))
* [#2526](https://github.com/mainmatter/ember-simple-auth/pull/2526) feat: remove deprecated Evented API usage from the public session service ([@BobrImperator](https://github.com/BobrImperator))
* [#2420](https://github.com/mainmatter/ember-simple-auth/pull/2420) Drop support for Ember <= 3.12 ([@marcoow](https://github.com/marcoow))
* `classic-test-app`, `ember-simple-auth`, `test-app`
* [#2491](https://github.com/mainmatter/ember-simple-auth/pull/2491) Remove useSessionSetupMethod configuration ([@BobrImperator](https://github.com/BobrImperator))
* `classic-test-app`, `ember-simple-auth`
* [#2480](https://github.com/mainmatter/ember-simple-auth/pull/2480) Remove deprecated mixins in favor of session service ([@BobrImperator](https://github.com/BobrImperator))
* Other
* [#2419](https://github.com/mainmatter/ember-simple-auth/pull/2419) Run CI on Node 14 ([@marcoow](https://github.com/marcoow))

#### :memo: Documentation
* Other
* [#2520](https://github.com/mainmatter/ember-simple-auth/pull/2520) Update managing-current-user.md ([@Qadra42](https://github.com/Qadra42))
* [#2440](https://github.com/mainmatter/ember-simple-auth/pull/2440) docs: add information about v4 release for embroider and typescript users ([@BobrImperator](https://github.com/BobrImperator))
* `ember-simple-auth`
* [#2239](https://github.com/mainmatter/ember-simple-auth/pull/2239) add docs and test for `sameSite` attribute in AdaptiveStorage ([@makepanic](https://github.com/makepanic))

#### :house: Internal
* `ember-simple-auth`
* [#2527](https://github.com/mainmatter/ember-simple-auth/pull/2527) chore: prolong Torri authenticator deprecation period until v6 ([@BobrImperator](https://github.com/BobrImperator))
* [#2513](https://github.com/mainmatter/ember-simple-auth/pull/2513) refactor(cleanup): remove ember-data from ESA addon ([@BobrImperator](https://github.com/BobrImperator))
* [#2492](https://github.com/mainmatter/ember-simple-auth/pull/2492) Remove unused base64 dependency ([@BobrImperator](https://github.com/BobrImperator))
* [#2484](https://github.com/mainmatter/ember-simple-auth/pull/2484) Add embroider tests ([@BobrImperator](https://github.com/BobrImperator))
* `ember-simple-auth`, `test-app`
* [#2517](https://github.com/mainmatter/ember-simple-auth/pull/2517) Update test-app js files to use modern syntax ([@Gaurav0](https://github.com/Gaurav0))
* [#2488](https://github.com/mainmatter/ember-simple-auth/pull/2488) chore: remove dangling bower config ([@BobrImperator](https://github.com/BobrImperator))
* Other
* [#2507](https://github.com/mainmatter/ember-simple-auth/pull/2507) chore: remove ember-canary from CI ([@BobrImperator](https://github.com/BobrImperator))
* [#2489](https://github.com/mainmatter/ember-simple-auth/pull/2489) chore: disallow failure for ember-simple-auth embroider tests ([@BobrImperator](https://github.com/BobrImperator))
* `classic-test-app`, `ember-simple-auth`, `test-app`
* [#2353](https://github.com/mainmatter/ember-simple-auth/pull/2353) Fix ember-release + ember-beta build ([@marcoow](https://github.com/marcoow))
* [#2368](https://github.com/mainmatter/ember-simple-auth/pull/2368) Upgrade ESLint configuration ([@pichfl](https://github.com/pichfl))

#### Committers: 9
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Christian ([@makepanic](https://github.com/makepanic))
- Daniel Cortés ([@dacoho](https://github.com/dacoho))
- Florian Pichler ([@pichfl](https://github.com/pichfl))
- Francisco Cuadra ([@Qadra42](https://github.com/Qadra42))
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))
- Stanislav Dunajcan ([@candunaj](https://github.com/candunaj))

## 4.2.2 (2022-04-12)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"release-it-lerna-changelog": "^5.0.0",
"release-it-yarn-workspaces": "^3.0.0"
},
"version": "4.2.2",
"version": "5.0.0",
"volta": {
"node": "16.19.1",
"yarn": "1.22.19"
Expand Down
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": "4.2.2",
"version": "5.0.0",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -47,7 +47,7 @@
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "6.0.0",
"ember-resolver": "^10.0.0",
"ember-simple-auth": "4.2.2",
"ember-simple-auth": "5.0.0",
"ember-source": "~4.4.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "4.2.2",
"version": "5.0.0",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"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": "4.2.2",
"version": "5.0.0",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -47,7 +47,7 @@
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "6.0.0",
"ember-resolver": "^10.0.0",
"ember-simple-auth": "4.2.2",
"ember-simple-auth": "5.0.0",
"ember-source": "~4.4.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit 034c767

Please sign in to comment.