Skip to content

Commit

Permalink
Merge pull request #42 from jakobhoeg/develop
Browse files Browse the repository at this point in the history
feat: add ChatBubbleAction and ChatBubbleActionWrapper with examples
  • Loading branch information
jakobhoeg authored Sep 13, 2024
2 parents abba064 + fa72965 commit 48da0d5
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
131 changes: 131 additions & 0 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/cli/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
"labels": false,
"releasedLabels": false
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"reusable components"
],
"dependencies": {
"@semantic-release/git": "^10.0.1",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
Expand Down

0 comments on commit 48da0d5

Please sign in to comment.