openproject-primer_view_components 0.36.1 → 0.36.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94b660fc74cac296f4ab8aac594ce1b2b8d61686a56d06ba4d2d58e4fb8de36e
4
- data.tar.gz: c221df12a23bdd46ce531b8b1e083a5042eb74f4956db9eea0789031b48db2d9
3
+ metadata.gz: 355ad9d8ebbab9297c901ce49aa5bf8430e3cc2a01e8b96bcfed9768c47f10e6
4
+ data.tar.gz: b47b176da072f7d7921af00331f275626e2448ce90a5d4ac9467c16127e4de43
5
5
  SHA512:
6
- metadata.gz: 87b535e0fc4ecc0bd03c2f661e99bb793e37391e0a3316c60a23271ac3f887e4af5ceaea0e3904e46a5fc1dda39a3a94282181e5870c158d84280a7244870ce4
7
- data.tar.gz: fe99795fe87038995734ed2fef0dc43a1f3b071728fb65bd756ec189d21e221ab6bda696267833154590553acc0c439da670be80188e065b107159e46a1761a9
6
+ metadata.gz: 891a9db5ce54a16b9c6b51d38f64d343e36b781e2e4a6e949f750bf431f904c64415b3f9f84fdc7c5e60ba3337b2b270ce7b1d19e35d0b9cf620842e96346524
7
+ data.tar.gz: 5efb9bf833b216077d6ad074929682e40cc2f3658e08e8b1ff43cb99a306b4127726f23165311714d065114c3e0490aada3f764ecc55f7dd090ce70248668959
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#143](https://github.com/opf/primer_view_components/pull/143) [`934431c`](https://github.com/opf/primer_view_components/commit/934431c7850843e664ae143a5266efdc6fbea04a) Thanks [@akabiru](https://github.com/akabiru)! - Remove wrapping flex container that reduced the spacing between the text input against the caption'
8
+
3
9
  ## 0.36.1
4
10
 
5
11
  ### Patch Changes
@@ -5,8 +5,6 @@
5
5
  <% end %>
6
6
 
7
7
  <% if caption %>
8
- <%= render(Primer::Beta::Text.new(tag: :div, display: :flex, direction: :column)) do %>
9
- <%= caption %>
10
- <% end %>
8
+ <%= caption %>
11
9
  <% end %>
12
10
  <% end %>
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 36
9
- PATCH = 1
9
+ PATCH = 2
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH].join(".")
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.1
4
+ version: 0.36.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source