Skip to content

Commit a7366c3

Browse files
Release Tracking (#2224)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d7f191d commit a7366c3

File tree

12 files changed

+34
-46
lines changed

12 files changed

+34
-46
lines changed

.changeset/clever-balloons-tell.md

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

.changeset/cool-items-stare.md

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

.changeset/eleven-pillows-explain.md

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

.changeset/odd-pumas-live.md

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

.changeset/rude-owls-prove.md

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

.changeset/sour-parrots-fetch.md

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

CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#2205](https://github.com/primer/view_components/pull/2205) [`88ac3095`](https://github.com/primer/view_components/commit/88ac309577b5b735af5067ee6ab2c8c30f48aefc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add rubocop linter for `IconButton` component
8+
9+
<!-- Changed components: Primer::IconButton -->
10+
11+
- [#2223](https://github.com/primer/view_components/pull/2223) [`00b7d5d7`](https://github.com/primer/view_components/commit/00b7d5d78e2f52dc6bc6c54689e50da976289203) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the render for the ActionBar::Item from the slot initializer to the call method.
12+
13+
<!-- Changed components: _none_ -->
14+
15+
### Patch Changes
16+
17+
- [#2227](https://github.com/primer/view_components/pull/2227) [`bb336bb6`](https://github.com/primer/view_components/commit/bb336bb6f034e20778b4834edae3540c365b9d9f) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug] Don't fill in the spinner circle svg path
18+
19+
- [#2237](https://github.com/primer/view_components/pull/2237) [`70a8336f`](https://github.com/primer/view_components/commit/70a8336fda45b144f81c1ece54b17a26037126e4) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing ActionBar more menu items including buttons with no type
20+
21+
<!-- Changed components: Primer::Alpha::ActionBar -->
22+
23+
- [#2204](https://github.com/primer/view_components/pull/2204) [`ed1644a2`](https://github.com/primer/view_components/commit/ed1644a2fa5b701611a13513cb903774f3f74152) Thanks [@keithamus](https://github.com/keithamus)! - Fix errors in older browsers with :popover-open
24+
25+
<!-- Changed components: Primer::Alpha::Tooltip -->
26+
27+
- [#2236](https://github.com/primer/view_components/pull/2236) [`d663e450`](https://github.com/primer/view_components/commit/d663e4508341f5b9ef1788b8a2231782ce3ed44d) Thanks [@keithamus](https://github.com/keithamus)! - Centre anchored-position elements when their anchor is not present
28+
29+
<!-- Changed components: Primer::Alpha::Overlay -->
30+
331
## 0.8.0
432

533
### 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-
primer_view_components (0.8.0)
4+
primer_view_components (0.9.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.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-
primer_view_components (0.8.0)
4+
primer_view_components (0.9.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.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 = 8
8+
MINOR = 9
99
PATCH = 0
1010

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

0 commit comments

Comments
 (0)