Skip to content

Commit

Permalink
chore(release): 7.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [7.6.3](v7.6.2...v7.6.3) (2024-02-06)

### Bug Fixes

* Fix duplicate import ([7ac17bd](7ac17bd))
* Minor config fixes ([d869537](d869537))
* Update the build process to allow for local installs ([c78baa9](c78baa9))
  • Loading branch information
semantic-release-bot committed Feb 6, 2024
1 parent fa12407 commit 52a19d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.6.3](https://github.com/act-org/dls/compare/v7.6.2...v7.6.3) (2024-02-06)


### Bug Fixes

* Fix duplicate import ([7ac17bd](https://github.com/act-org/dls/commit/7ac17bd153e38b141cda898851a82aef388a8220))
* Minor config fixes ([d869537](https://github.com/act-org/dls/commit/d869537b398c98705366876eb9b05403f9ab130a))
* Update the build process to allow for local installs ([c78baa9](https://github.com/act-org/dls/commit/c78baa9053d36d0e69f8d72ddbe86fe91e1815af))

## [7.6.2](https://github.com/act-org/dls/compare/v7.6.1...v7.6.2) (2024-02-06)


Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@
"watch": "npm run build && npm run copy && npm run build:components -- --watch"
},
"types": "index.d.ts",
"version": "7.6.2"
"version": "7.6.3"
}

0 comments on commit 52a19d4

Please sign in to comment.