Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
inputs:
debug:
description: "Enable debug mode"
description: 'Enable debug mode'
required: false
type: boolean
default: false
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
node-version: '24'

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -64,7 +64,7 @@ jobs:
pnpm exec playwright install chromium

- name: Build packages
run: pnpm build:publish
run: pnpm build

- name: Lint
run: pnpm lint
Expand All @@ -76,4 +76,4 @@ jobs:
run: pnpm publish-test

- name: Dry run publish
run: pnpm publish --filter "./packages/**" --dry-run --no-git-checks
run: pnpm publish --filter "./packages/**" --dry-run --no-git-checks
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 7.6.2

### Bugfixes

- Fixes `microblinkProxyUrl` handling
- Prevent an extra ping to the Microblink server when a proxy URL is configured (previously one redundant request was sent).
- Preserve the user-provided path when using a proxy URL (previously the path was removed).

## 7.6.1

### What's New
Expand Down
11 changes: 11 additions & 0 deletions packages/blinkid-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @microblink/blinkid-core

## 7.6.2

### Patch Changes

- Fixes `microblinkProxyUrl` handling
- Prevent an extra ping to the Microblink server when a proxy URL is configured (previously one redundant request was sent).
- Preserve the user-provided path when using a proxy URL (previously the path was removed).
- Updated dependencies
- @microblink/blinkid-wasm@7.6.2
- @microblink/blinkid-worker@7.6.2

## 7.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blinkid-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microblink/blinkid-core",
"description": "BlinkID Core SDK",
"version": "7.6.1",
"version": "7.6.2",
"author": "Microblink",
"scripts": {
"build": "concurrently pnpm:build:js pnpm:build:types",
Expand Down
7 changes: 7 additions & 0 deletions packages/blinkid-ux-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @microblink/blinkid-ux-manager

## 7.6.2

### Patch Changes

- Updated dependencies
- @microblink/blinkid-core@7.6.2

## 7.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blinkid-ux-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microblink/blinkid-ux-manager",
"description": "BlinkID UX Manager provides user feedback based on the blinkid process results.",
"version": "7.6.1",
"version": "7.6.2",
"author": "Microblink",
"scripts": {
"build": "concurrently pnpm:build:js pnpm:build:types",
Expand Down
6 changes: 6 additions & 0 deletions packages/blinkid-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @microblink/blinkid-wasm

## 7.6.2

### Patch Changes

- Bump version

## 7.6.1

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/blinkid-wasm/dist/full/advanced-threads/BlinkIdModule.js

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

Binary file not shown.
Loading