Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Tracking #1373

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eight-pants-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-yaks-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-rats-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-walls-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-masks-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-baboons-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-eggs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-meals-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-plants-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-tomatoes-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-jokes-shave.md

This file was deleted.

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

## 0.0.95

### Patch Changes

- [#1372](https://github.com/primer/view_components/pull/1372) [`98155b10`](https://github.com/primer/view_components/commit/98155b10599d3b1753c32b7c247acadff926eaa4) Thanks [@jonrohan](https://github.com/jonrohan)! - Delete the deprecated Primer::ButtonGroup component

* [#1386](https://github.com/primer/view_components/pull/1386) [`142b8193`](https://github.com/primer/view_components/commit/142b8193abd973a5bf6fd413d0a1e11fa0b3d3ae) Thanks [@khiga8](https://github.com/khiga8)! - Make sure duplicate ID associations aren't created for the Button

- [#1371](https://github.com/primer/view_components/pull/1371) [`d0ddcce0`](https://github.com/primer/view_components/commit/d0ddcce0fbb4b46b1746e5688b23c54e1ba74f12) Thanks [@jonrohan](https://github.com/jonrohan)! - Delete the deprecated Primer::BaseButton component

* [#1396](https://github.com/primer/view_components/pull/1396) [`e0c50dcb`](https://github.com/primer/view_components/commit/e0c50dcbc12f31bdc0cac480f563952404051f14) Thanks [@mxriverlynn](https://github.com/mxriverlynn)! - mark Primer::ButtonComponent as deprecated in favor of Primer::Beta::Button

- [#1393](https://github.com/primer/view_components/pull/1393) [`5533f8e7`](https://github.com/primer/view_components/commit/5533f8e7dfffceba0e4b94bbc3bae1e17ebcff91) Thanks [@camertron](https://github.com/camertron)! - Add the Requested-With header to toggle switch requests

* [#1382](https://github.com/primer/view_components/pull/1382) [`6fd690c8`](https://github.com/primer/view_components/commit/6fd690c8804cd4a1cc8bdbb76d1f6f7e795ab8d6) Thanks [@kangarruu](https://github.com/kangarruu)! - Docs change to fix typo and descriptions in dialog.rb

- [#1397](https://github.com/primer/view_components/pull/1397) [`1ad8cfa7`](https://github.com/primer/view_components/commit/1ad8cfa753872e3ee5d196315ed5048351073029) Thanks [@mxriverlynn](https://github.com/mxriverlynn)! - deprecated Primer::IconButton in favor of Primer::Beta::IconButton"

* [#1390](https://github.com/primer/view_components/pull/1390) [`94c31645`](https://github.com/primer/view_components/commit/94c316459db0299afa0946eee5ae2987a16879f3) Thanks [@neall](https://github.com/neall)! - Support submitting a check box group as an array

- [#1392](https://github.com/primer/view_components/pull/1392) [`1f424aab`](https://github.com/primer/view_components/commit/1f424aabc6e8be4bd3a2c55190414a1b125b9111) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing `static/arguments.yml` and replacing with `static/arguments.json`. The data output doesn't change.

* [#1381](https://github.com/primer/view_components/pull/1381) [`040148d8`](https://github.com/primer/view_components/commit/040148d8cc197c12945466b99805177db69fbf95) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Simplify CI configuration to a single build per Ruby/Rails version.

- [#1394](https://github.com/primer/view_components/pull/1394) [`27d82335`](https://github.com/primer/view_components/commit/27d823358e4abb9ba6c5c208c44aab300546c144) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding optional wrapper arguments to IconButton

## 0.0.94

### 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:
primer_view_components (0.0.94)
primer_view_components (0.0.95)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 17.0.0)
Expand Down
19 changes: 18 additions & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GIT
PATH
remote: ..
specs:
primer_view_components (0.0.94)
primer_view_components (0.0.95)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 17.0.0)
Expand Down Expand Up @@ -158,6 +158,13 @@ GEM
signet (~> 0.15)
helm-cli (0.3.0)
helm-rb (~> 0.1)
helm-rb (0.2.1-aarch64-linux)
helm-rb (0.2.1-arm-linux)
helm-rb (0.2.1-arm64-darwin)
helm-rb (0.2.1-arm64-linux)
helm-rb (0.2.1-ppc64le-linux)
helm-rb (0.2.1-s390x-linux)
helm-rb (0.2.1-x86-linux)
helm-rb (0.2.1-x86_64-darwin)
helm-rb (0.2.1-x86_64-linux)
hotwire-livereload (1.2.2)
Expand Down Expand Up @@ -185,6 +192,9 @@ GEM
multi_json
to_regexp (~> 0.2.1)
jwt (2.5.0)
kind-rb (0.1.0-aarch64-linux)
kind-rb (0.1.0-arm64-darwin)
kind-rb (0.1.0-ppc64le-linux)
kind-rb (0.1.0-x86_64-darwin)
kind-rb (0.1.0-x86_64-linux)
krane (1.1.4)
Expand All @@ -204,6 +214,13 @@ GEM
http (>= 3.0, < 5.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
kubectl-rb (0.2.1-aarch64-linux)
kubectl-rb (0.2.1-arm-linux)
kubectl-rb (0.2.1-arm64-darwin)
kubectl-rb (0.2.1-arm64-linux)
kubectl-rb (0.2.1-ppc64le-linux)
kubectl-rb (0.2.1-s390x-linux)
kubectl-rb (0.2.1-x86-linux)
kubectl-rb (0.2.1-x86_64-darwin)
kubectl-rb (0.2.1-x86_64-linux)
kubernetes-cli (0.4.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 ViewComponents
module VERSION
MAJOR = 0
MINOR = 0
PATCH = 94
PATCH = 95

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/view-components",
"version": "0.0.94",
"version": "0.0.95",
"description": "ViewComponents for the Primer Design System",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down