Skip to content

Commit

Permalink
Merge pull request #95 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger authored Apr 3, 2024
2 parents 97fd97b + 7e09372 commit 78c679f
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-parents-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bags-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-flies-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-colts-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-pillows-explode.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 0.26.0

### Minor Changes

- [#2729](https://github.com/primer/view_components/pull/2729) [`2b0a7bf`](https://github.com/opf/primer_view_components/commit/2b0a7bf7d82a837156df3794fe25bef435c66147) Thanks [@thesnowrose](https://github.com/thesnowrose)! - Fixes a bug where a tooltip was being shown in the navlist even when the text wasn't truncated for certain items.

- [#2651](https://github.com/primer/view_components/pull/2651) [`e1f3434`](https://github.com/opf/primer_view_components/commit/e1f34344d237505fb3cbe2a4d0b68300f244752c) Thanks [@jonrohan](https://github.com/jonrohan)! - Add a slot to `Overlay::Header` called `filter` for a filter input.

### Patch Changes

- [#2735](https://github.com/primer/view_components/pull/2735) [`507a743`](https://github.com/opf/primer_view_components/commit/507a743a7e4e018330765cd1273344bb55829bb6) Thanks [@antn](https://github.com/antn)! - Explicitly convert params to integers where needed for several previews

- [#2731](https://github.com/primer/view_components/pull/2731) [`8123aee`](https://github.com/opf/primer_view_components/commit/8123aeeb616f0ed34c96f9517666a28031c948ac) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove old primitives color themes imports and only use V8 on the demo lookbook

- [#2733](https://github.com/primer/view_components/pull/2733) [`6fe410b`](https://github.com/opf/primer_view_components/commit/6fe410b1a306ecc5a43507de9b0fb9bea76abb26) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Update the threshold value to match with the offset

## 0.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openproject-primer_view_components (0.25.1)
openproject-primer_view_components (0.26.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.9.0)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openproject-primer_view_components (0.25.1)
openproject-primer_view_components (0.26.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.9.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 25
PATCH = 1
MINOR = 26
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/primer-view-components",
"version": "0.25.1",
"version": "0.26.0",
"description": "ViewComponents of the Primer Design System for OpenProject",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down

0 comments on commit 78c679f

Please sign in to comment.