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 Sep 21, 2022
1 parent 1f424aa commit 4beb6b7
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
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/neat-baboons-do.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.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# 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

* [#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

- [#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.

## 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

0 comments on commit 4beb6b7

Please sign in to comment.