Skip to content

Commit c917f6f

Browse files
Version Packages
1 parent 3393fee commit c917f6f

File tree

9 files changed

+71
-32
lines changed

9 files changed

+71
-32
lines changed

.changeset/gentle-donkeys-own.md

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

.changeset/heavy-donuts-bow.md

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

.changeset/rotten-banks-speak.md

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

CHANGELOG.md

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

3+
## 0.79.0
4+
5+
### Minor Changes
6+
7+
- [#3776](https://github.com/primer/view_components/pull/3776) [`edc480f`](https://github.com/opf/primer_view_components/commit/edc480fe8ac9352fa5584488e9f6d3887fe088d2) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: Adds support for individual tooltips on AvatarStack component, avatars.
8+
9+
- [#387](https://github.com/opf/primer_view_components/pull/387) [`9f3c2aa`](https://github.com/opf/primer_view_components/commit/9f3c2aaca356ba77542b7da4d22eacc6722f9bac) Thanks [@akabiru](https://github.com/akabiru)! - Add `Primer::OpenProject::AvatarWithFallback` component with client-side fallback rendering. When no image src is provided, renders an embedded SVG with user initials and consistent colors generated client-side by the AvatarFallbackElement web component. Extends `Primer::Beta::Avatar` without modifying upstream behavior.
10+
11+
- [#3740](https://github.com/primer/view_components/pull/3740) [`ccf3d94`](https://github.com/opf/primer_view_components/commit/ccf3d94b557a909965062885b5db9e48b2a63e3d) Thanks [@sarahkemi](https://github.com/sarahkemi)! - Add `disable_expand` param to AvatarStack for React component parity
12+
313
## 0.78.1
414

515
### 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.78.1)
4+
openproject-primer_view_components (0.79.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.30.1)

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.78.1)
4+
openproject-primer_view_components (0.79.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.30.1)

lib/primer/view_components/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 78
9-
PATCH = 1
8+
MINOR = 79
9+
PATCH = 0
1010

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

0 commit comments

Comments
 (0)