Skip to content

Commit b2e4904

Browse files
Release Tracking (#3782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10d0108 commit b2e4904

7 files changed

Lines changed: 64 additions & 21 deletions

File tree

.changeset/gentle-donkeys-own.md

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

CHANGELOG.md

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

3+
## 0.48.0
4+
5+
### Minor Changes
6+
7+
- [#3776](https://github.com/primer/view_components/pull/3776) [`edc480f`](https://github.com/primer/view_components/commit/edc480fe8ac9352fa5584488e9f6d3887fe088d2) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: Adds support for individual tooltips on AvatarStack component, avatars.
8+
39
## 0.47.0
410

511
### 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.47.0)
4+
primer_view_components (0.48.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.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.47.0)
4+
primer_view_components (0.48.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.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 = 47
8+
MINOR = 48
99
PATCH = 0
1010

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

0 commit comments

Comments
 (0)