Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-jest-2…
Browse files Browse the repository at this point in the history
…8.8.3
  • Loading branch information
ayinloya authored Oct 15, 2024
2 parents 82c4e0d + 977b7d7 commit a84d714
Show file tree
Hide file tree
Showing 14 changed files with 28,474 additions and 100 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.4] - 2024-10-15

### Changed

- Fixed an issue where some grandparents of the hosted web client do not receive error callbacks
- Update dependencies

## [1.4.3] - 2024-09-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "1.4.3",
"version": "1.4.4",
"type": "module",
"main": "server.js",
"scripts": {
Expand Down
173 changes: 81 additions & 92 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": "@smileid/web",
"version": "1.4.3",
"version": "1.4.4",
"description": "A collection of SmileID browser clients and components",
"main": "index.js",
"private": true,
Expand Down
Loading

0 comments on commit a84d714

Please sign in to comment.