Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0-next.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.8](v1.0.0-next.7...v1.0.0-next.8) (2024-08-16)

### Bug Fixes

* fixes undefined this in logger methods ([d5a8fac](d5a8fac))
* parse renown base url ([160b4df](160b4df))

### Features

* added browser refresh when a new version of connect is deployed ([0208c62](0208c62))
* added drive operations context ([0c9d5fe](0c9d5fe))
* fix fix-urlBranchMap ([aeadba1](aeadba1))
* update design-system and document-model-libs ver ([78c2745](78c2745))
* upload sourcemaps to sentry ([47190fa](47190fa))
* use pkg version instead of random ver ([c2255c9](c2255c9))
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent 08f64e8 commit 6c2ee82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.0.0-next.8](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-next.7...v1.0.0-next.8) (2024-08-16)


### Bug Fixes

* fixes undefined this in logger methods ([d5a8fac](https://github.com/powerhouse-inc/document-model-electron/commit/d5a8face9f25e54cf1bd51c9118db1fff80394b0))
* parse renown base url ([160b4df](https://github.com/powerhouse-inc/document-model-electron/commit/160b4df770bd2c0e181b69aa68c01feba101b173))


### Features

* added browser refresh when a new version of connect is deployed ([0208c62](https://github.com/powerhouse-inc/document-model-electron/commit/0208c62b20dc3b9c0a9aa9845426c803b3e9d57e))
* added drive operations context ([0c9d5fe](https://github.com/powerhouse-inc/document-model-electron/commit/0c9d5fee4b79d387c985ecd3ee755f0ae83fe399))
* fix fix-urlBranchMap ([aeadba1](https://github.com/powerhouse-inc/document-model-electron/commit/aeadba1524bf31ed04b9a44b6de57a32cfdec0c3))
* update design-system and document-model-libs ver ([78c2745](https://github.com/powerhouse-inc/document-model-electron/commit/78c2745394a6d0ae1508e71ef8284e7d4c7711e7))
* upload sourcemaps to sentry ([47190fa](https://github.com/powerhouse-inc/document-model-electron/commit/47190faeda45bdad8250420bee4cbe1b546c0dd5))
* use pkg version instead of random ver ([c2255c9](https://github.com/powerhouse-inc/document-model-electron/commit/c2255c9c9830d285d23e798aa0d799a396e2bb7b))

# [1.0.0-next.7](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-next.6...v1.0.0-next.7) (2024-08-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powerhousedao/connect",
"productName": "Powerhouse-Connect",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "Powerhouse Connect",
"main": ".vite/build/main.js",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 6c2ee82

Please sign in to comment.