Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent 96baa25 commit d3cff95
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-meals-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pens-attend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-dolphins-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-seahorses-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-timers-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-chefs-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-adults-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-buses-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-buses-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-singers-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-ants-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-news-live.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [#2367](https://github.com/primer/view_components/pull/2367) [`b2acc97d`](https://github.com/opf/primer_view_components/commit/b2acc97d69203094911d013eea07c8e0de6daa02) Thanks [@camertron](https://github.com/camertron)! - Add an ActionMenu form input

- [#2335](https://github.com/primer/view_components/pull/2335) [`684f9a51`](https://github.com/opf/primer_view_components/commit/684f9a51a1ccb006a9ce2fbadb296ca5c68bd560) Thanks [@camertron](https://github.com/camertron)! - Add a ClipboardCopyButton component

- [#2365](https://github.com/primer/view_components/pull/2365) [`314c0f1f`](https://github.com/opf/primer_view_components/commit/314c0f1f1ec8152c0a0862ee3468e88efcad0ec8) Thanks [@camertron](https://github.com/camertron)! - Remove touch target gaps between ActionBar items

- [#2296](https://github.com/primer/view_components/pull/2296) [`3374555e`](https://github.com/opf/primer_view_components/commit/3374555ee1d2c24e88ca4a53cc58221a0ec2bc51) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing the button wrapper `Button--withTooltip` when using a tooltip with a button.

- [#2330](https://github.com/primer/view_components/pull/2330) [`6bf8da54`](https://github.com/opf/primer_view_components/commit/6bf8da54220c3301ad0bc2bbb44c2905ad6db89c) Thanks [@camertron](https://github.com/camertron)! - Allow several font sizes for Subhead headings

- [#2336](https://github.com/primer/view_components/pull/2336) [`94db2c4b`](https://github.com/opf/primer_view_components/commit/94db2c4bc590e6b41760f5a8867c6b1cae669a1d) Thanks [@camertron](https://github.com/camertron)! - Add Rails 7.1 support

- [#2366](https://github.com/primer/view_components/pull/2366) [`73d05613`](https://github.com/opf/primer_view_components/commit/73d05613ec2a5eb2731b170927c505e9c688f4e0) Thanks [@camertron](https://github.com/camertron)! - Add missing 64px Avatar size

- [#2377](https://github.com/primer/view_components/pull/2377) [`482152ae`](https://github.com/opf/primer_view_components/commit/482152aec156982cc309aaa830e46269a46ef355) Thanks [@gwwar](https://github.com/gwwar)! - Updates Primer::Alpha::TextField to support success inline validation messages and allows validation messages to contain html fragments.
<!-- Changed components: Primer::Alpha::TextField -->

### Patch Changes

- [#2360](https://github.com/primer/view_components/pull/2360) [`94b7a445`](https://github.com/opf/primer_view_components/commit/94b7a4455fbe0c80472034c7268f4beaa654cd2f) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Removes redundant `aria-disabled` from list item within `ActionMenu`.

- [#2337](https://github.com/primer/view_components/pull/2337) [`0189b553`](https://github.com/opf/primer_view_components/commit/0189b553f9fb94858d5526a669d006dc0b2a6050) Thanks [@mperrotti](https://github.com/mperrotti)! - Adapts Blankslate to render proportionally in narrow areas

<!-- Changed components: Blankslate -->

- [#2383](https://github.com/primer/view_components/pull/2383) [`7c2e6f6c`](https://github.com/opf/primer_view_components/commit/7c2e6f6c6c3cc8cd69758b36760f4e18ec4e48ba) Thanks [@strackoverflow](https://github.com/strackoverflow)! - Fix an issue where ActionMenu wouldn't scroll its contents

- [#2384](https://github.com/primer/view_components/pull/2384) [`2c778661`](https://github.com/opf/primer_view_components/commit/2c7786615ceb6b0149b87fb9d01ad31f977a908d) Thanks [@camertron](https://github.com/camertron)! - Re-introduce require 'primer/form_helper' for setups that rely on Rails eager load paths

## 0.16.0

### Minor 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.16.0)
openproject-primer_view_components (0.17.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.8.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.16.0)
openproject-primer_view_components (0.17.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 16
MINOR = 17
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
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.16.0",
"version": "0.17.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 d3cff95

Please sign in to comment.