Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of IT-MikeS) committed Apr 16, 2024
1 parent cce3a4a commit fa274b7
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.1 (2024-04-16)


### Bug Fixes

* align native interfaces with web ([2895ff8](https://github.com/ionic-team/capacitor-barcode-scanner/commit/2895ff894d0a4a976afc32b4d34749cdae49054a))


### Features

* **web:** Implement scanning on the web ([f1d1105](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f1d11053996969790e7f468c024606cb61479b63))
16 changes: 16 additions & 0 deletions example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.1 (2024-04-16)


### Bug Fixes

* align native interfaces with web ([2895ff8](https://github.com/ionic-team/capacitor-barcode-scanner/commit/2895ff894d0a4a976afc32b4d34749cdae49054a))


### Features

* **web:** Implement scanning on the web ([f1d1105](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f1d11053996969790e7f468c024606cb61479b63))
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-app",
"private": true,
"version": "0.0.1",
"version": "1.0.0-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.1 (2024-04-16)

**Note:** Version bump only for package @capacitor/barcode-scanner
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/barcode-scanner",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Capacitor plugin using Outsystems Barcode libs",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit fa274b7

Please sign in to comment.