Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of IT-MikeS) committed May 16, 2024
1 parent 99ed6aa commit 7171d44
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)


### Bug Fixes

* use defaults where needed ([59d9fc5](https://github.com/ionic-team/capacitor-barcode-scanner/commit/59d9fc5b1eb8fe65a3a1fd6d8cf361666d27154f))





# [1.0.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16)

**Note:** Version bump only for package root
Expand Down
11 changes: 11 additions & 0 deletions example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)


### Bug Fixes

* use defaults where needed ([59d9fc5](https://github.com/ionic-team/capacitor-barcode-scanner/commit/59d9fc5b1eb8fe65a3a1fd6d8cf361666d27154f))





# [1.0.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16)

**Note:** Version bump only for package example-app
Expand Down
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": "1.0.0",
"version": "1.0.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",
"version": "1.0.1",
"npmClient": "pnpm"
}
11 changes: 11 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](/compare/v1.0.0...v1.0.1) (2024-05-16)


### Bug Fixes

* use defaults where needed 59d9fc5





# [1.0.0](/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16)

**Note:** Version bump only for package @capacitor/barcode-scanner
Expand Down
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",
"version": "1.0.1",
"description": "Capacitor plugin using Outsystems Barcode libs",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 7171d44

Please sign in to comment.