Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0-next.12 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.12](v1.0.0-next.11...v1.0.0-next.12) (2024-09-18)

### Bug Fixes

* broken e2e tests ([62e533a](62e533a))
* cookies text fix ([029c1f6](029c1f6))
* disable read mode for local drives ([dc1f0ac](dc1f0ac))

### Features

* added bottom pagination ([6e6d9da](6e6d9da))
* added disclaimer update to connect footer ([6726595](6726595))
* added env to enable sentry tracing ([b55945d](b55945d))
* fixed revisions history scroll ([cfa4e47](cfa4e47))
* Footer component integration ([76e5a16](76e5a16))
* implemented cookie banner ([6b9f220](6b9f220))
* implemented cookies policy as modal ([ebe2bc6](ebe2bc6))
* improved service worker handling ([b0aaf7e](b0aaf7e))
* made footer static instead of fixed ([a9157e8](a9157e8))
* merge branch 'develop' into staging ([56cd09d](56cd09d))
* removed functional cookie ([b806a6a](b806a6a))
* show cookie banner on cookie ([21a7b26](21a7b26))
* show error when document loading fails ([9c82f93](9c82f93))
* update cookie policy link ([f643c42](f643c42))
* update document-model-libs and design system ([3f84088](3f84088))
* updated package.lock ([b052b9a](b052b9a))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent b052b9a commit e001df4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [1.0.0-next.12](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-next.11...v1.0.0-next.12) (2024-09-18)


### Bug Fixes

* broken e2e tests ([62e533a](https://github.com/powerhouse-inc/document-model-electron/commit/62e533aa92122761724186ef590ca6ef0413584a))
* cookies text fix ([029c1f6](https://github.com/powerhouse-inc/document-model-electron/commit/029c1f6b76fbe16e7a24eccdc58879b1f4921bd5))
* disable read mode for local drives ([dc1f0ac](https://github.com/powerhouse-inc/document-model-electron/commit/dc1f0ac3a49176ddeeb12815eec1ef006dc46410))


### Features

* added bottom pagination ([6e6d9da](https://github.com/powerhouse-inc/document-model-electron/commit/6e6d9dab519e1345822e383f0d2dc67f706b898d))
* added disclaimer update to connect footer ([6726595](https://github.com/powerhouse-inc/document-model-electron/commit/6726595e6042d569e56dce044d7c795c3e71b979))
* added env to enable sentry tracing ([b55945d](https://github.com/powerhouse-inc/document-model-electron/commit/b55945d5c2e455b22311be83e94ca86e7787c641))
* fixed revisions history scroll ([cfa4e47](https://github.com/powerhouse-inc/document-model-electron/commit/cfa4e473d10333ac876d4c45650fc09eaf1e9127))
* Footer component integration ([76e5a16](https://github.com/powerhouse-inc/document-model-electron/commit/76e5a16de2e568413054fea55c4eae4ff5d5eb90))
* implemented cookie banner ([6b9f220](https://github.com/powerhouse-inc/document-model-electron/commit/6b9f2202365c85a8a75655c9fca773a22cf966fc))
* implemented cookies policy as modal ([ebe2bc6](https://github.com/powerhouse-inc/document-model-electron/commit/ebe2bc6b75a744d774c74cda274ae888ad6cd92f))
* improved service worker handling ([b0aaf7e](https://github.com/powerhouse-inc/document-model-electron/commit/b0aaf7e8d569c75cbf24521ebfa89ab5c546772e))
* made footer static instead of fixed ([a9157e8](https://github.com/powerhouse-inc/document-model-electron/commit/a9157e8c702c4ed61268f2995b0cdaa470ade0e6))
* merge branch 'develop' into staging ([56cd09d](https://github.com/powerhouse-inc/document-model-electron/commit/56cd09d8e0ca3b4d95b9cae19930f16b83080d67))
* removed functional cookie ([b806a6a](https://github.com/powerhouse-inc/document-model-electron/commit/b806a6ad0d81e73e84038dd155c99fd46a08cd1d))
* show cookie banner on cookie ([21a7b26](https://github.com/powerhouse-inc/document-model-electron/commit/21a7b268be2554460ccd56a55aed77304a580d9d))
* show error when document loading fails ([9c82f93](https://github.com/powerhouse-inc/document-model-electron/commit/9c82f933d83ddd0e581e30cc6889d09a8fecde4d))
* update cookie policy link ([f643c42](https://github.com/powerhouse-inc/document-model-electron/commit/f643c42fd3e3fcd85124350bcc748a98e375ff40))
* update document-model-libs and design system ([3f84088](https://github.com/powerhouse-inc/document-model-electron/commit/3f84088f1262cc23eba260d7396f86075645d05e))
* updated package.lock ([b052b9a](https://github.com/powerhouse-inc/document-model-electron/commit/b052b9a0c571dd00fa254c439113fbd8859a12b1))

# [1.0.0-next.11](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-next.10...v1.0.0-next.11) (2024-09-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.11",
"version": "1.0.0-next.12",
"description": "Powerhouse Connect",
"main": ".vite/build/main.js",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit e001df4

Please sign in to comment.