@pingux/astro 1.0.0-alpha.14 → 1.0.0-alpha.15

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.0.0-alpha.15](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.14...@pingux/astro@1.0.0-alpha.15) (2022-01-13)
7
+
8
+ **Note:** Version bump only for package @pingux/astro
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.0.0-alpha.14](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.13...@pingux/astro@1.0.0-alpha.14) (2022-01-10)
7
15
 
8
16
 
package/README.md CHANGED
@@ -12,6 +12,11 @@ NPM:
12
12
  Yarn:
13
13
  `yarn add @pingux/astro`
14
14
 
15
+ ## Requirements
16
+
17
+ - Node: 12+
18
+ - React: 16.8+
19
+
15
20
  ## Usage
16
21
 
17
22
  All apps should be wrapped in an <AstroWrapper> for full functionality and styling.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.15",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "uxdev@pingidentity.com",
6
6
  "license": "Apache-2.0",