Skip to content

Commit dddf506

Browse files
committed
update version number
1 parent 64fc305 commit dddf506

File tree

50 files changed

+146
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+146
-141
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>List-Builder - Scan to Cart Simulation</title>
88

99
<!-- Dynamsoft Barcode Reader Bundle -->
10-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/dbr.bundle.js"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.js"></script>
1111
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1212
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
1313

barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Dynamsoft Barcode Scanner Sample - Hello World (Decode via Camera)
99
</title>
1010
<!-- Include Dynamsoft Barcode Reader Bundle from CDN -->
11-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/dbr.bundle.js"></script>
11+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.js"></script>
1212
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1313
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
1414

barcode-scanner-api-samples/scan-single-barcode/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^19.2.0",
1818
"@angular/platform-browser-dynamic": "^19.2.0",
1919
"@angular/router": "^19.2.0",
20-
"dynamsoft-barcode-reader-bundle": "10.5.3000-beta-202504231853",
20+
"dynamsoft-barcode-reader-bundle": "10.5.3000",
2121
"rxjs": "~7.8.0",
2222
"tslib": "^2.3.0",
2323
"zone.js": "~0.15.0"

barcode-scanner-api-samples/scan-single-barcode/angular/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export class AppComponent {
1717
container: ".barcode-scanner-view", // Specify where to render the scanner UI
1818

1919
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
20-
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
20+
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
2121

2222
// Specify custom paths for the engine resources
2323
engineResourcePaths: {
24-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
24+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
2525
},
2626
}
2727

barcode-scanner-api-samples/scan-single-barcode/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</title>
1010

1111
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
12-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/dbr.bundle.js"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.js"></script>
1313
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1414
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
1515

barcode-scanner-api-samples/scan-single-barcode/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"dynamsoft-barcode-reader-bundle": "10.5.3000-beta-202504231853",
13+
"dynamsoft-barcode-reader-bundle": "10.5.3000",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

barcode-scanner-api-samples/scan-single-barcode/react/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ function App() {
1111
container: ".barcode-scanner-view", // Specify where to render the scanner UI
1212

1313
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
14-
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
14+
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
1515

1616
// Specify custom paths for the engine resources
1717
engineResourcePaths: {
18-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
18+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
1919
},
2020
}
2121

barcode-scanner-api-samples/scan-single-barcode/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"dynamsoft-barcode-reader-bundle": "10.5.3000-beta-202504231853",
12+
"dynamsoft-barcode-reader-bundle": "10.5.3000",
1313
"vue": "^3.5.13"
1414
},
1515
"devDependencies": {

barcode-scanner-api-samples/scan-single-barcode/vue/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ onMounted(() => {
1010
container: ".barcode-scanner-view", // Specify where to render the scanner UI
1111
1212
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
13-
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
13+
uiPath: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
1414
1515
// Specify custom paths for the engine resources
1616
engineResourcePaths: {
17-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000-beta-202504231853/dist/",
17+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/",
1818
},
1919
}
2020

foundational-api-samples/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Hello World Sample Set
22

3-
As you have already gone through the [user guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=10.4.3100#hello-world---simplest-implementation), you may have come across some basic "Hello World" code that can help you create a simple web application using our SDK quickly.
3+
As you have already gone through the [user guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=10.5.3000#hello-world---simplest-implementation), you may have come across some basic "Hello World" code that can help you create a simple web application using our SDK quickly.
44

55
In this set of samples, we will revisit the "Hello World" code and show how to implement it using some popular frameworks, such as Angular, React, and Vue.
66

0 commit comments

Comments
 (0)