openproject-primer_view_components 0.8.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b243f79fdf174eadf7e29276d54a5f7f111d495f5d61f1bd43ed01a5c29d2a3
4
- data.tar.gz: 1a2360041d7b96d2126d6d1c3720914a5014e9e824d08f53b503ec8944da6dea
3
+ metadata.gz: 9b40e779724fbf02a1e27bd5d1253a0d467d90cc5c0d6574d385ebe2d52a2560
4
+ data.tar.gz: 606e6926a67bc04bcd4fbeec1beabf67d228698ab2876598611cf52f642cca5e
5
5
  SHA512:
6
- metadata.gz: e26e4eee889fc04d1106e8ecc59c19288af8cf6fa609ee9df315ad139937f49df015ad60a268885b1234044d3c79c669492ba8ee7f71b7a7fa1d8a0e63bc9c62
7
- data.tar.gz: 3821c65dd83ce1efe3bb4c92f534987c44673cd69c2ef12af877d597d47c9725a800175d65aab2e1483189946435a8cf48bf52173d40f3d38e3dfd48e1292f75
6
+ metadata.gz: fceeca7093324f431582ca71576e2496478671df5f8c8f2f03be75242c7aa282bafb0f98ba82c8f56ec171eed2b3c92ac35cc5ce4573708ccb16e4a57ef5c02a
7
+ data.tar.gz: dd5a3fa6dd472d3016eddc46f1825a4ba08f225ddc045131e3129cc56a445572c9cf15f360599f9c66e703bc31d5b17f7d1549c38f93a76aa625a746d2bd60de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#26](https://github.com/opf/primer_view_components/pull/26) [`8bed2897`](https://github.com/opf/primer_view_components/commit/8bed2897edc381c3d943cb724854a103b8c84fe4) Thanks [@HDinger](https://github.com/HDinger)! - Add large variant for PageHeaderComponent
8
+
9
+ <!-- Changed components: Primer::OpenProject::PageHeader -->
10
+
11
+ ## 0.9.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#22](https://github.com/opf/primer_view_components/pull/22) [`ebbe8d5e`](https://github.com/opf/primer_view_components/commit/ebbe8d5e8a616799b9c8b54c0f263a2f43720d1f) Thanks [@oliverguenther](https://github.com/oliverguenther)! -
16
+
17
+ - Add OpenProject status for custom components
18
+ - Add PageHeader component
19
+
20
+ <!-- Changed components: Primer::OpenProject::PageHeader -->
21
+
22
+ ### Patch Changes
23
+
24
+ - [#24](https://github.com/opf/primer_view_components/pull/24) [`4029a36e`](https://github.com/opf/primer_view_components/commit/4029a36ed801839e734c207543f33623c99f65b2) Thanks [@HDinger](https://github.com/HDinger)! - Bump openprojects-octicons to 19.7.0
25
+
3
26
  ## 0.8.0
4
27
 
5
28
  ### Minor Changes
@@ -12,6 +35,10 @@
12
35
 
13
36
  <!-- Changed components: Primer::Beta::Flash -->
14
37
 
38
+ - [#2210](https://github.com/primer/view_components/pull/2210) [`aded2aa4`](https://github.com/primer/view_components/commit/aded2aa45261b13d870f474889d6bc6a803c484a) Thanks [@khiga8](https://github.com/khiga8)! - Fix accessibility bug of missing accessible name on `Primer::Alpha::Dialog`
39
+
40
+ <!-- Changed components: Primer::Alpha::Dialog -->
41
+
15
42
  ### Patch Changes
16
43
 
17
44
  - [#2213](https://github.com/primer/view_components/pull/2213) [`bc4b3340`](https://github.com/opf/primer_view_components/commit/bc4b33402a7cae813a77bafa7de9e1c7f2fc5419) Thanks [@camertron](https://github.com/camertron)! - Support Rails edge's custom deprecators
@@ -22,6 +49,8 @@
22
49
 
23
50
  <!-- Changed components: Primer::Alpha::ActionMenu -->
24
51
 
52
+ - [#2211](https://github.com/primer/view_components/pull/2211) [`9623ab63`](https://github.com/primer/view_components/commit/9623ab63dfb6a658d416376291d28ade9bf2b1fd) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating tooltip migration linter link to correct url
53
+
25
54
  ## 0.7.0
26
55
 
27
56
  ### Minor Changes