Skip to content

Commit

Permalink
v0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Jul 9, 2024
1 parent c51fc3a commit 2af9eba
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.35",
"version": "0.1.36",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
16 changes: 8 additions & 8 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.35",
"version": "0.1.36",
"description": "NLX Chat SDK core",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
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.35",
"version": "0.1.36",
"description": "Preact hook wrapper for the NLX Chat SDK",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.1.35",
"@nlxai/chat-core": "^0.1.36",
"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.35",
"version": "0.1.36",
"description": "React hook wrapper for the NLX Chat SDK",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.1.35",
"@nlxai/chat-core": "^0.1.36",
"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.35",
"version": "0.1.36",
"description": "Standalone chat widget based on the NLX Chat SDK",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@nlxai/chat-core": "^0.1.35",
"@nlxai/chat-react": "^0.1.35",
"@nlxai/chat-core": "^0.1.36",
"@nlxai/chat-react": "^0.1.36",
"marked": "^9.1.6",
"promise-polyfill": "^8.1.3",
"ramda": "^0.29.1",
Expand Down

0 comments on commit 2af9eba

Please sign in to comment.