Skip to content

Commit e115168

Browse files
chore: bump version to 1.0.26
- Bump landingai and landingai-react to v1.0.26 - Rebuild TypeScript declarations to include customPalette prop in published types 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5bf93c9 commit e115168

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landingai-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Landing AI JS libraries",
55
"main": "index.js",
66
"repository": "git@github.com:landing-ai/landingai-js.git",

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.25",
3+
"version": "1.0.26",
44
"description": "> TODO: description",
55
"author": "Lan Tian <tian.lan@landing.ai>",
66
"homepage": "https://github.com/landing-ai/landingai-js#readme",

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

0 commit comments

Comments
 (0)