Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e29af9

Browse files
Merge pull request #183 from skyflowapi/release/25.5.1
SK-2038/Release/25.5.1
2 parents ce2e254 + 3f896d5 commit 6e29af9

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.3] - 2025-05-08
6+
### Added
7+
- Add overloading method signatures for container initialisation.
8+
9+
## [2.3.2] - 2025-04-22
10+
### Added
11+
- Add boolean value in options to add validation check for blocking empty files.
12+
513
## [2.3.1] - 2025-04-21
614
### Added
715
- Validation check for blocking 0 byte size files

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "skyflow-react-js",
33
"preferGlobal": true,
44
"analyze": false,
5-
"version": "2.3.2",
5+
"version": "2.3.2-dev.7a03a92",
66
"description": "Skyflow React SDK",
77
"homepage": "https://github.com/skyflowapi/skyflow-react",
88
"main": "lib/index.js",
@@ -82,7 +82,7 @@
8282
"webpack-merge": "^5.8.0"
8383
},
8484
"dependencies": {
85-
"skyflow-js": "^2.2.2",
85+
"skyflow-js": "^2.2.3",
8686
"uuid": "^9.0.0"
8787
},
8888
"peerDependencies": {

samples/SkyflowElements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<div id="root">App is loading...</div>
1212
</body>
1313

14-
</html>
14+
</html>

0 commit comments

Comments
 (0)