Skip to content

Commit

Permalink
v1.0.0
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 c12a663 commit 0dd4950
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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





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

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

# [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





# [1.0.0-alpha.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (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-alpha.2",
"version": "1.0.0",
"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.2",
"version": "1.0.0",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @capacitor/barcode-scanner





# [1.0.0-alpha.2](/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (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-alpha.2",
"version": "1.0.0",
"description": "Capacitor plugin using Outsystems Barcode libs",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0dd4950

Please sign in to comment.