Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.8.4 #264

Merged
merged 2 commits into from
Nov 29, 2023
Merged

4.8.4 #264

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.7.7 (2023-11-29)
* docs: dts update by @michal-oleniacz-stp in https://github.com/schibsted/account-sdk-browser/pull/263

## 4.7.6 (2023-11-29)
* Add open & cancel events to SimplifiedLoginWidget by @michal-oleniacz-stp in https://github.com/schibsted/account-sdk-browser/pull/258
* [UUI-525] Feat: externalId by @michal-oleniacz-stp in https://github.com/schibsted/account-sdk-browser/pull/261
* 4.8.3 by @michal-oleniacz-stp in https://github.com/schibsted/account-sdk-browser/pull/262

## 4.7.5 (2023-10-09)
* release 4.7.4 by @bogdan-niculescu-sch in https://github.com/schibsted/account-sdk-browser/pull/252
* Added readme on release process by @joawan in https://github.com/schibsted/account-sdk-browser/pull/254
* Fix lint warning by @joawan in https://github.com/schibsted/account-sdk-browser/pull/255

## 4.7.4 (2023-09-08)
* Ignore malformed session storage objects
* Cleanup ReadMe
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schibsted/account-sdk-browser",
"version": "4.8.3",
"version": "4.8.4",
"description": "Schibsted account SDK for browsers",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Automatically generated in 'npm version' by scripts/genversion.js

'use strict'
const version = '4.8.3';
const version = '4.8.4';
export default version;