Skip to content

Commit e5ede4e

Browse files
author
pipeline
committedFeb 6, 2024
v24.2.4 is released
1 parent abcfe27 commit e5ede4e

Some content is hidden

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

60 files changed

+401
-75
lines changed
 

‎components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.2.3 (2024-01-31)
5+
## 24.2.4 (2024-02-06)
66

77
### Barcode
88

‎components/barcodegenerator/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"react-barcodes",
10-
"ej2-react-barcodes"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-barcode-generator"
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-barcode-generator.git"
1515
},
1616
"main": "./dist/ej2-react-barcode-generator.umd.min.js",
1717
"module": "./index.js",
1818
"es2015": "dist/es6/ej2-react-barcode-generator.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2123
"@syncfusion/ej2-base": "*",
2224
"@syncfusion/ej2-react-base": "*",
2325
"@syncfusion/ej2-barcode-generator": "*"
2426
},
2527
"devDependencies": {
26-
"awesome-typescript-loader": "^3.1.3",
27-
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
3030
"@types/jasmine": "2.8.22",

0 commit comments

Comments
 (0)
Please sign in to comment.