Skip to content

Commit

Permalink
chore(botonic): publish 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Jul 9, 2024
1 parent 2065d58 commit 8d96ea8
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 90 deletions.
100 changes: 55 additions & 45 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/botonic-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@oclif/config": "^1.18.10",
"@oclif/plugin-help": "^3.2.2",
"analytics-node": "^3.5.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"colors": "^1.4.0",
"concurrently": "^6.2.1",
"fetch-repo-dir": "^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
"axios": "^1.6.8",
"axios": "^1.7.2",
"decode": "^0.3.0",
"pako": "^2.1.0",
"process": "^0.11.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-dx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/dx",
"version": "0.27.1",
"version": "0.28.0",
"description": "Continuous integration for botonic packages",
"scripts": {
"build": "echo Skipping build..."
Expand All @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@botonic/eslint-config": "^0.27.1",
"@botonic/eslint-config": "^0.28.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"babel-loader": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/eslint-config",
"version": "0.27.1",
"version": "0.28.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-contentful",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-dashbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dashbot",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "npm i && npm run build"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"dashbot": "^11.2.5"
},
"devDependencies": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-plugin-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dialogflow",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/core": "^0.27.0",
"axios": "^1.6.8",
"@botonic/core": "^0.28.0",
"axios": "^1.7.2",
"jsrsasign": "^10.9.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dynamodb",
"version": "0.27.0",
"version": "0.28.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@babel/runtime": "^7.23.9",
"@botonic/core": "^0.27.0",
"@botonic/core": "^0.28.0",
"aws-sdk": "^2.1554.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8d96ea8

Please sign in to comment.