@pingux/astro 1.6.0-alpha.2 → 1.6.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.6.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.5.0...@pingux/astro@1.6.0) (2022-03-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5123] TextAreaField Content Will Overlap with Floating Label ([a6bfee4](https://gitlab.corp.pingidentity.com/ux/pingux/commit/a6bfee4aeef48afd921afefd17667c3c78c75bfa))
12
+ * [UIP-5249] 'field' text variant should be medium (500) weight ([6815ce3](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6815ce35d9c72b94e65d70a31eae51e5a704dbe6))
13
+ * [UIP-5339] Replace FieldHelperText Top Padding ([6d973f8](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6d973f8198f1bd86d9540974955c63a921bf2864))
14
+
15
+
16
+ ### Features
17
+
18
+ * [UIP-5276] Add TimeZonePicker component ([8bb44e4](https://gitlab.corp.pingidentity.com/ux/pingux/commit/8bb44e437fd0a04c1ff3162775adb604506828af))
19
+
20
+
21
+
22
+
23
+
6
24
  # [1.5.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.4.1...@pingux/astro@1.5.0) (2022-03-22)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.6.0-alpha.2",
3
+ "version": "1.6.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",