Skip to content

Commit 74f34a9

Browse files
committed
Merge branch 'main' into extract-test-jobs
2 parents 17de5b6 + 388548f commit 74f34a9

7 files changed

Lines changed: 155 additions & 189 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: 2 additions & 2 deletions
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)
@@ -241,7 +241,7 @@ GEM
241241
nio4r (2.7.4)
242242
nokogiri (1.18.10-x86_64-linux-gnu)
243243
racc (~> 1.4)
244-
octicons (19.18.0)
244+
octicons (19.19.0)
245245
oj (3.16.10)
246246
bigdecimal (>= 3.0)
247247
ostruct (>= 0.2)

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)