Skip to content

Commit cb18ceb

Browse files
committed
[Bump Version] v1.1.0
1 parent 0db6564 commit cb18ceb

6 files changed

Lines changed: 37 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.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
7+
8+
9+
### Features
10+
11+
* updated links to LandingLens documentation ([#31](https://github.com/landing-ai/landingai-js/issues/31)) ([0db6564](https://github.com/landing-ai/landingai-js/commit/0db65646ad24838ebd3679e3fafaff68f9b5f20f))
12+
13+
14+
15+
16+
617
## [1.0.24](https://github.com/landing-ai/landingai-js/compare/v1.0.23...v1.0.24) (2024-03-01)
718

819
**Note:** Version bump only for package landingai-js

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.0.24"
5+
"version": "1.1.0"
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.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
7+
8+
9+
### Features
10+
11+
* updated links to LandingLens documentation ([#31](https://github.com/landing-ai/landingai-js/issues/31)) ([0db6564](https://github.com/landing-ai/landingai-js/commit/0db65646ad24838ebd3679e3fafaff68f9b5f20f))
12+
13+
14+
15+
16+
617
## [1.0.24](https://github.com/landing-ai/landingai-js/compare/v1.0.23...v1.0.24) (2024-03-01)
718

819
**Note:** Version bump only for package landingai

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.0.26",
3+
"version": "1.1.0",
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: 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.0](https://github.com/landing-ai/landingai-js/compare/v1.0.25...v1.1.0) (2026-03-08)
7+
8+
9+
### Features
10+
11+
* updated links to LandingLens documentation ([#31](https://github.com/landing-ai/landingai-js/issues/31)) ([0db6564](https://github.com/landing-ai/landingai-js/commit/0db65646ad24838ebd3679e3fafaff68f9b5f20f))
12+
13+
14+
15+
16+
617
## [1.0.24](https://github.com/landing-ai/landingai-js/compare/v1.0.23...v1.0.24) (2024-03-01)
718

819
**Note:** Version bump only for package landingai-react

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.0.26",
3+
"version": "1.1.0",
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.0.26"
37+
"landingai": "^1.1.0"
3838
},
3939
"devDependencies": {
4040
"@testing-library/react": "^12.1.5",

0 commit comments

Comments
 (0)