Skip to content

Commit c5cc4db

Browse files
[Bump Version] v1.1.1
1 parent 4604ec1 commit c5cc4db

6 files changed

Lines changed: 34 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/landing-ai/landingai-js/compare/v1.1.0...v1.1.1) (2026-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add null to backbonetype and add missing fields on InferenceResult ([#32](https://github.com/landing-ai/landingai-js/issues/32)) ([4604ec1](https://github.com/landing-ai/landingai-js/commit/4604ec16749ff68c02cf464b7f74c17833c3de25))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "1.1.0"
5+
"version": "1.1.1"
66
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/landing-ai/landingai-js/compare/v1.1.0...v1.1.1) (2026-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add null to backbonetype and add missing fields on InferenceResult ([#32](https://github.com/landing-ai/landingai-js/issues/32)) ([4604ec1](https://github.com/landing-ai/landingai-js/commit/4604ec16749ff68c02cf464b7f74c17833c3de25))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landingai",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "> TODO: description",
55
"author": "Lan Tian <tian.lan@landing.ai>",
66
"homepage": "https://github.com/landing-ai/landingai-js#readme",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/landing-ai/landingai-js/compare/v1.1.0...v1.1.1) (2026-03-08)
7+
8+
**Note:** Version bump only for package landingai-react
9+
10+
11+
12+
13+
614
# [1.1.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
715

816

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landingai-react",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "> TODO: description",
55
"author": "Lan Tian <tian.lan@landing.ai>",
66
"homepage": "https://github.com/landing-ai/landingai-js#readme",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"image-conversion": "^2.1.1",
37-
"landingai": "^1.1.0"
37+
"landingai": "^1.1.1"
3838
},
3939
"devDependencies": {
4040
"@testing-library/react": "^12.1.5",

0 commit comments

Comments
 (0)