Skip to content

Commit

Permalink
Update changelog for release (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya authored Jul 12, 2024
1 parent 6df92f0 commit bf97f64
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.5] - 2024-07-12

### Changed

- Updated Storybook from 7.6.15 to 8.1.11
- Updated readme with instructions on how to run the example app in development
- Fixed the example app environment/endpoints
- Fixed biometric verification requiring id images
- Fixed error capture

## [1.3.4] - 2024-07-01

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.3.4",
"version": "1.3.5",
"type": "module",
"main": "server.js",
"scripts": {
Expand Down
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.3.4",
"version": "1.3.5",
"description": "A collection of SmileID browser clients and components",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smileid/embed",
"version": "1.3.4",
"version": "1.3.5",
"description": "Self Hosted Integration for Smile Identity on the Web",
"private": true,
"main": "inline.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-camera-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile_identity/smart-camera-web",
"version": "1.3.4",
"version": "1.3.5",
"description": "WebComponent for smartly capturing images on the web, for use with SmileIdentity",
"main": "smart-camera-web.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smileid/signature-pad",
"version": "1.3.4",
"version": "1.3.5",
"private": "true",
"exports": {
".": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smileid/web-components",
"version": "1.3.4",
"version": "1.3.5",
"private": "true",
"exports": {
".": "./index.js",
Expand Down

0 comments on commit bf97f64

Please sign in to comment.