Skip to content

Commit

Permalink
v0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Jul 22, 2024
1 parent 5f44e88 commit 55fc4eb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"packages/journey-manager",
"packages/website"
],
"version": "0.1.39",
"version": "0.1.40",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-core",
"version": "0.1.36",
"version": "0.1.40",
"description": "NLX Chat SDK core",
"type": "module",
"main": "lib/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/chat-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-preact",
"version": "0.1.36",
"version": "0.1.40",
"description": "Preact hook wrapper for the NLX Chat SDK",
"type": "module",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.1.36",
"@nlxai/chat-core": "^0.1.40",
"ramda": "^0.29.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/chat-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-react",
"version": "0.1.36",
"version": "0.1.40",
"description": "React hook wrapper for the NLX Chat SDK",
"type": "module",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.1.36",
"@nlxai/chat-core": "^0.1.40",
"ramda": "^0.29.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/chat-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-widget",
"version": "0.1.37",
"version": "0.1.40",
"description": "Standalone chat widget based on the NLX Chat SDK",
"type": "module",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@nlxai/chat-core": "^0.1.36",
"@nlxai/chat-react": "^0.1.36",
"@nlxai/chat-core": "^0.1.40",
"@nlxai/chat-react": "^0.1.40",
"marked": "^9.1.6",
"promise-polyfill": "^8.1.3",
"ramda": "^0.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/journey-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/journey-manager",
"version": "0.1.39",
"version": "0.1.40",
"description": "Journey Manager",
"type": "module",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.6.7",
"@nlxai/multimodal": "^0.1.35",
"@nlxai/multimodal": "^0.1.40",
"@testing-library/dom": "^10.1.0",
"preact": "^10.22.0",
"ramda": "^0.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/multimodal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/multimodal",
"version": "0.1.35",
"version": "0.1.40",
"description": "NLX SDK for multimodal experiences with",
"type": "module",
"main": "lib/index.cjs",
Expand Down

0 comments on commit 55fc4eb

Please sign in to comment.