Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@appland/components-v3.8.0](https://github.com/getappmap/appmap-js/compare/@appland/components-v3.7.0...@appland/components-v3.8.0) (2023-10-06)

### Bug Fixes

* Ensure that max collapse depth is updated ([e778f2a](e778f2a))
* Get actors without building a complete seq diagram ([81dbcac](81dbcac))
* Prevent errors on initial load in vs code ([2273b82](2273b82))

### Features

* Simplify action/actor key computation ([2041f59](2041f59))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent 81dbcac commit 13ca5f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@appland/components-v3.8.0](https://github.com/getappmap/appmap-js/compare/@appland/components-v3.7.0...@appland/components-v3.8.0) (2023-10-06)


### Bug Fixes

* Ensure that max collapse depth is updated ([e778f2a](https://github.com/getappmap/appmap-js/commit/e778f2a53f49379eee26f37dbaa3df6ec2232557))
* Get actors without building a complete seq diagram ([81dbcac](https://github.com/getappmap/appmap-js/commit/81dbcac0166c0ba859c4e5427bc7aae960c45990))
* Prevent errors on initial load in vs code ([2273b82](https://github.com/getappmap/appmap-js/commit/2273b824fea5f67663dac457b60046623034fc8b))


### Features

* Simplify action/actor key computation ([2041f59](https://github.com/getappmap/appmap-js/commit/2041f5906640aacf8e74730daca9ccf22392ca2f))

# [@appland/components-v3.7.0](https://github.com/getappmap/appmap-js/compare/@appland/components-v3.6.0...@appland/components-v3.7.0) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appland/components",
"version": "3.7.0",
"version": "3.8.0",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 13ca5f1

Please sign in to comment.