Skip to content

Commit

Permalink
Merge pull request #164 from frysztak/release/v0.12.7
Browse files Browse the repository at this point in the history
v0.12.7 into dev
  • Loading branch information
frysztak authored Jul 14, 2023
2 parents dc99ec1 + f1f29d0 commit 69be104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.7] - 2023-07-14

### Added

- Specific optimistic update for "mark all as read" operation for Collections with "unread" filter applied
- Specific optimistic update for "mark all as read" operation for Collections with "unread" filter applied

### Fixed

- Fix adding Collections without URL (#160)
- Fix adding Collections without URL (#160)

### Changed

- Update dependencies
- Update dependencies

## [0.12.6] - 2023-07-06

Expand Down Expand Up @@ -375,7 +377,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The entire app!

[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.6...HEAD
[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.7...HEAD

[0.12.7]: https://github.com/frysztak/orpington-news/compare/0.12.6...0.12.7

[0.12.6]: https://github.com/frysztak/orpington-news/compare/0.12.5...0.12.6

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.12.6",
"version": "0.12.7",
"private": true,
"author": "Sebastian Frysztak <sebastian@frysztak.dev>",
"scripts": {
Expand Down

0 comments on commit 69be104

Please sign in to comment.