Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 31, 2024
1 parent 7869156 commit 447e6fd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.2.4 (2024-01-31)

### Chore

* chore: fix ci pr review trigger event ([`6e3c7d9`](https://github.com/Krande/adapy/commit/6e3c7d93c4bd67a078a7fc84ffb6d3390e31f73a))

### Fix

* fix: added selection coloring and an info box for the selected object (#88) ([`7869156`](https://github.com/Krande/adapy/commit/7869156f3cd4f748d73b7c469314f71a30e030f7))


## v0.2.3 (2024-01-31)

### Fix
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.3"
version = "0.2.4"
authors = [
{ name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" },
]
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": "three-fiber-demo",
"version": "0.2.3",
"version": "0.2.4",
"scripts": {
"prebuild": "node clean.js",
"build": "vite build && node embed-script.js",
Expand Down

0 comments on commit 447e6fd

Please sign in to comment.