Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0d4bf82
chore: upgrade dependencies
github-actions[bot] Sep 15, 2025
0f95bac
Merge pull request #362 from jamenamcinteer/dependency-updates
jamenamcinteer Sep 15, 2025
4afca95
ci: Remove commenting on latest issue when dependency PR is opened; c…
jamenamcinteer Sep 15, 2025
94b7cb5
Merge pull request #363 from jamenamcinteer/fix-comment-latest-issue
jamenamcinteer Sep 15, 2025
c967ca2
ci: add action-semantic-pull-request (#364)
jamenamcinteer Sep 15, 2025
9fc647a
ci: fix action fail on push (#365)
jamenamcinteer Sep 15, 2025
c5357b9
chore(release): 2.1.10
github-actions[bot] Sep 15, 2025
b51c0fe
Build(deps-dev): Bump globals from 16.3.0 to 16.4.0 in /docs_src (#367)
dependabot[bot] Sep 22, 2025
d2eadb2
ci: remove dependabot.yml, add dependency check for docs_src (#373)
jamenamcinteer Sep 22, 2025
79c21f3
chore: upgrade dependencies (#374)
github-actions[bot] Sep 22, 2025
adb3e44
chore: remove package-lock.json, update ci commands to yarn (#375)
jamenamcinteer Sep 22, 2025
29c043e
chore(release): 2.1.11
github-actions[bot] Sep 22, 2025
c4be0ef
Merge branch 'main' into next-release
jamenamcinteer Sep 22, 2025
97331b6
ci: change from npm to yarn in npm-publish action
jamenamcinteer Sep 22, 2025
a388467
chore(release): 2.1.12
github-actions[bot] Sep 22, 2025
71fe84b
Merge branch 'main' into next-release
jamenamcinteer Sep 22, 2025
8c7450d
ci: replace npm ci command (#378)
jamenamcinteer Sep 22, 2025
2e18a29
chore(release): 2.1.13
github-actions[bot] Sep 22, 2025
d511dbc
chore: remove package-lock again, update npm-publish.yml (#380)
jamenamcinteer Sep 22, 2025
cb7273a
chore(release): 2.1.14
github-actions[bot] Sep 22, 2025
7d7eefc
Merge branch 'main' into next-release
jamenamcinteer Sep 22, 2025
f06b94c
Merge branch 'next-release' of github.com:jamenamcinteer/react-qr-bar…
jamenamcinteer Sep 22, 2025
ac4f7cc
Remove 2.1.14 changelog item
jamenamcinteer Sep 22, 2025
9167ebf
Add registry-url back in (#382)
jamenamcinteer Sep 22, 2025
2ea99c6
chore(release): 2.1.14
github-actions[bot] Sep 22, 2025
50c1e13
Merge branch 'main' into next-release
jamenamcinteer Sep 22, 2025
2829f75
chore: upgrade dependencies (#384)
github-actions[bot] Sep 29, 2025
245a7e2
ci: ignore bot PRs when validating PR title (#385)
jamenamcinteer Sep 29, 2025
f32cb5e
chore(release): 2.1.15
github-actions[bot] Sep 29, 2025
f6d62e8
Merge branch 'main' into next-release
jamenamcinteer Sep 29, 2025
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
- name: Validate PR title
if: github.event_name == 'pull_request'
uses: amannn/action-semantic-pull-request@v6
with:
ignoreLabels: |
bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.1.15](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.14...v2.1.15) (2025-09-29)

### [2.1.14](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.13...v2.1.14) (2025-09-22)

### [2.1.13](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.12...v2.1.13) (2025-09-22)
Expand Down
8 changes: 4 additions & 4 deletions docs_src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7",
"vite-plugin-mkcert": "^1.17.8"
}
Expand Down
Loading