Skip to content

Commit ea1a599

Browse files
Version Packages
1 parent 417fbaf commit ea1a599

12 files changed

Lines changed: 22 additions & 36 deletions

.changeset/rare-coats-hide.md

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

.changeset/soft-stamps-camp.md

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

.changeset/stale-cycles-flash.md

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

.changeset/swift-deer-wave.md

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

.changeset/thirty-cougars-matter.md

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

.changeset/update-clipboard-copy-element.md

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

CHANGELOG.md

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

3+
## 0.89.2
4+
5+
### Patch Changes
6+
7+
- [#495](https://github.com/opf/primer_view_components/pull/495) [`4cb914d`](https://github.com/opf/primer_view_components/commit/4cb914d847891178009e0a0b2cf47fc9b223b184) Thanks [@myabc](https://github.com/myabc)! - Teach BorderBox component a list_arguments param
8+
9+
- [#4091](https://github.com/primer/view_components/pull/4091) [`ff6cc0d`](https://github.com/opf/primer_view_components/commit/ff6cc0d8cd5cb6323d10ecd0790e19e5ebec36e9) Thanks [@issyl0](https://github.com/issyl0)! - Accept keyword arguments in `render_in` methods
10+
11+
- [#493](https://github.com/opf/primer_view_components/pull/493) [`417fbaf`](https://github.com/opf/primer_view_components/commit/417fbaffed058411c1419f107ba23bc15e7ee206) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [Dream-705] Configurable loading indication for filterable tree views with async filter input
12+
13+
- [#470](https://github.com/opf/primer_view_components/pull/470) [`b96fe34`](https://github.com/opf/primer_view_components/commit/b96fe341fadce7458bb40d8f4a641998a93f9879) Thanks [@myabc](https://github.com/myabc)! - Support TypeScript 6.0
14+
15+
- [#4069](https://github.com/primer/view_components/pull/4069) [`24b8fbf`](https://github.com/opf/primer_view_components/commit/24b8fbf36d53482c1646b4331be33fb34e3dba9a) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Revert Dialog body scroll-lock styling from broad `:has(...)` to explicit body classes
16+
17+
- [#4093](https://github.com/primer/view_components/pull/4093) [`3ad026e`](https://github.com/opf/primer_view_components/commit/3ad026ef5ce9b1cdb1e34492eec5af6e1b0c7475) Thanks [@jonrohan](https://github.com/jonrohan)! - Update `@github/clipboard-copy-element` to `^1.3.1` (resolves to 1.3.2)
18+
319
## 0.89.1
420

521
### Patch 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.89.1)
4+
openproject-primer_view_components (0.89.2)
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.89.1)
4+
openproject-primer_view_components (0.89.2)
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
@@ -6,7 +6,7 @@ module ViewComponents
66
module VERSION
77
MAJOR = 0
88
MINOR = 89
9-
PATCH = 1
9+
PATCH = 2
1010

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

0 commit comments

Comments
 (0)