Skip to content

Commit

Permalink
0.2.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 4, 2024
1 parent 62980ac commit 547d373
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.2.18 (2024-09-04)

### Chore

* chore: bump the dependencies group with 9 updates (#110)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kristoffer Andersen <[email protected]> ([`f5ad492`](https://github.com/Krande/adapy/commit/f5ad49279ef10152524d42401e343c9c8bb4b077))

### Fix

* fix: config rework (#111) ([`62980ac`](https://github.com/Krande/adapy/commit/62980ac06d66dd4ac0545981467dbc6ce022897a))


## v0.2.17 (2024-09-03)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ada-py"
version = "0.2.17"
version = "0.2.18"
authors = [
{ name = "Kristoffer H. Andersen", email = "[email protected]" },
]
Expand Down
16 changes: 8 additions & 8 deletions src/frontend/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 src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ada-py-viewer",
"version": "0.2.17",
"version": "0.2.18",
"scripts": {
"prebuild": "node clean.js",
"build": "vite build && node embed-script.js",
Expand Down

0 comments on commit 547d373

Please sign in to comment.