Skip to content

Commit 1c42725

Browse files
authored
Merge pull request opf#485 from opf/changeset-release/main
Release Tracking
2 parents 5709df0 + 113e74a commit 1c42725

12 files changed

Lines changed: 21 additions & 25 deletions

File tree

.changeset/cute-yaks-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-pears-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-carpets-matter.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
10 Bytes
Loading
9 Bytes
Loading
0 Bytes
Loading

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## 0.89.0
4+
5+
### Minor Changes
6+
7+
- [#484](https://github.com/opf/primer_view_components/pull/484) [`63a2bcb`](https://github.com/opf/primer_view_components/commit/63a2bcb800452a1cfba991255d02e6d74f40c1ca) Thanks [@HDinger](https://github.com/HDinger)! - Introduce possibility to let the server highlight search results for async FilterableTreeView
8+
9+
### Patch Changes
10+
11+
- [#486](https://github.com/opf/primer_view_components/pull/486) [`6caf253`](https://github.com/opf/primer_view_components/commit/6caf253bc356be8c0ee7d2f9470e4c68bb8aa39c) Thanks [@HDinger](https://github.com/HDinger)! - Fix alignment of Visuals and Action items within the TreeView
12+
13+
- [#483](https://github.com/opf/primer_view_components/pull/483) [`f04c60c`](https://github.com/opf/primer_view_components/commit/f04c60c822ca080247f9b94d72a551d6a67da16e) Thanks [@HDinger](https://github.com/HDinger)! - Change defaults for `Primer::OpenProject::SubHeader` for
14+
- `collapsed_search` to `true`
15+
- `scheme` of the filter button to `invisible`
16+
- `label` of the filter button to `All filters`
17+
318
## 0.88.0
419

520
### Minor Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openproject-primer_view_components (0.88.0)
4+
openproject-primer_view_components (0.89.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.34.0)

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
openproject-primer_view_components (0.88.0)
4+
openproject-primer_view_components (0.89.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.34.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 88
8+
MINOR = 89
99
PATCH = 0
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")

0 commit comments

Comments
 (0)