Skip to content

Commit aa803b1

Browse files
authored
chore(master): release 0.31.0 (#2116)
1 parent 3b52088 commit aa803b1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33

44
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
## [0.31.0](https://github.com/MESH-Research/Pilcrow/compare/0.30.0...v0.31.0) (2024-07-29)
7+
8+
9+
### Features
10+
11+
* Add 'Mark Read' Functionality for Comments ([#2122](https://github.com/MESH-Research/Pilcrow/issues/2122)) ([3b52088](https://github.com/MESH-Research/Pilcrow/commit/3b52088c2883d70a80d4c03cdce753d873d64a25)), closes [#2071](https://github.com/MESH-Research/Pilcrow/issues/2071)
12+
* Submit Submission from Preview Page ([#2118](https://github.com/MESH-Research/Pilcrow/issues/2118)) ([330f7ae](https://github.com/MESH-Research/Pilcrow/commit/330f7ae8963fbdf9eb24f77cbe3428d6f533fbb9)), closes [#2078](https://github.com/MESH-Research/Pilcrow/issues/2078)
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @apollo/client to v3.10.3 ([606a44e](https://github.com/MESH-Research/Pilcrow/commit/606a44e6159b508d5f2af7a803e61c8100916df7))
18+
* **deps:** update dependency laravel/framework to v10.48.10 ([b5d7a96](https://github.com/MESH-Research/Pilcrow/commit/b5d7a9691bf412f3902a3016b40d476051dded48))
19+
* **deps:** update dependency nuwave/lighthouse to v6.36.3 ([c13047e](https://github.com/MESH-Research/Pilcrow/commit/c13047e463e276568e238e077366219d672fd3a6))
20+
* **deps:** update tiptap monorepo to v2.3.2 ([198d069](https://github.com/MESH-Research/Pilcrow/commit/198d06960605699f4557fe0b481b42dbc8baf4d2))
21+
* move permission creation to a migration. ([#2120](https://github.com/MESH-Research/Pilcrow/issues/2120)) ([bc6feac](https://github.com/MESH-Research/Pilcrow/commit/bc6feac14cb6c7a9252ab135409cb404ccf68452))
22+
623
## [0.30.0](https://github.com/MESH-Research/Pilcrow/compare/v0.29.0...v0.30.0) (2024-05-02)
724

825

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"lint:md": "markdownlint '.*/**/*.md' '**/*.md' -p .gitignore"
1616
},
1717
"type": "module",
18-
"version": "0.30.0",
18+
"version": "0.31.0",
1919
"dependencies": {}
2020
}

0 commit comments

Comments
 (0)