Skip to content

Commit

Permalink
v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-basic committed Oct 18, 2024
1 parent d2dd47c commit f7a8277
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 24 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/chat-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,20 @@ jobs:
- name: Lerna - Build
run: npm run build

- name: Lerna - Tests
run: npm run test
# - name: Lerna - Tests
# run: npm run test

# - name: E2E - Install dependencies
# run: npm run e2e:install

# - name: E2E - Run automation suite
# run: npm run e2e:run

# - name: Authenticate with private NPM package
# # if: ${{ github.event_name == 'workflow_dispatch' }}
# run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Authenticate with private NPM package
# if: ${{ github.event_name == 'workflow_dispatch' }}
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

# - name: NPM Publish ChatWidget
# # if: ${{ github.event_name == 'workflow_dispatch' }}
# run: npm run lerna publish bump patch --yes
- name: NPM Publish ChatWidget
# if: ${{ github.event_name == 'workflow_dispatch' }}
# `--force-publish` flag keeps versions consistent across our packages.
run: npx lerna publish patch --yes --force-publish
7 changes: 1 addition & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.17",
"command": {
"publish": {
"yes": true
}
}
"version": "0.1.18"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-react",
"version": "0.1.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@vortexwest/chat-widget-ui": "^0.1.17"
"@vortexwest/chat-widget-ui": "^0.1.18"
},
"devDependencies": {
"@babel/preset-env": "^7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-sdk",
"version": "0.1.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-ui",
"version": "0.1.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"generate:icons": "node ./scripts/generate-icons.js"
},
"dependencies": {
"@vortexwest/chat-widget-sdk": "^0.1.17",
"@vortexwest/chat-widget-sdk": "^0.1.18",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f7a8277

Please sign in to comment.