@pingux/astro 2.9.1 → 2.9.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.
- package/CHANGELOG.md +11 -0
- package/NOTICE.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
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
|
+
## [2.9.2](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.9.1...@pingux/astro@2.9.2) (2023-08-04)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* Update package.json to rev version of Astro package: ([66fb4b1](https://gitlab.corp.pingidentity.com/ux/pingux/commit/66fb4b1e3bccadacdc7975e0b0cb1a21d03d36b6))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
## [2.9.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.9.0...@pingux/astro@2.9.1) (2023-08-03)
|
7
18
|
|
8
19
|
|
package/NOTICE.html
CHANGED
@@ -146,7 +146,7 @@
|
|
146
146
|
|
147
147
|
<main class="u-padding--xl">
|
148
148
|
<h1>Snyk Licenses Attribution Report</h1>
|
149
|
-
<h4>Report date: 8/
|
149
|
+
<h4>Report date: 8/4/2023</h4>
|
150
150
|
<h2>Organization: <a href="https://app.snyk.io/org/ux-fbf">UX</a></h2>
|
151
151
|
<div class="u-padding-top--sm">
|
152
152
|
<h1>
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pingux/astro",
|
3
|
-
"version": "2.9.
|
4
|
-
"description": "
|
3
|
+
"version": "2.9.2",
|
4
|
+
"description": "React component library for Ping Identity's design system",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git@gitlab.corp.pingidentity.com:ux/pingux.git"
|