@pingux/astro 2.8.2 → 2.8.3

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,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.8.3](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.8.2...@pingux/astro@2.8.3) (2023-07-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-6357] update supported languages link ([440b80c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/440b80cdb136a77f78108907095c72faeb587bfb))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.8.2](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.8.1...@pingux/astro@2.8.2) (2023-07-20)
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: 7/20/2023</h4>
149
+ <h4>Report date: 7/25/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>
@@ -122,11 +122,11 @@ CodeView.propTypes = {
122
122
  /** Whether the CodeView hides the copy button. */
123
123
  hasNoCopyButton: _propTypes["default"].bool,
124
124
  /**
125
- * Which programming language the CodeView should use for highlighting. A list of default languages is listed [here](https://github.com/FormidableLabs/prism-react-renderer/blob/master/src/vendor/prism/includeLangs.js).
125
+ * Which programming language the CodeView should use for highlighting. A list of default languages is listed [here](https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts#L9-L23).
126
126
  *
127
127
  *
128
128
  * Additional languages may be added, see
129
- * [CodeView with additional language](./?path=/docs/codeview--with-additional-language)
129
+ * [CodeView with additional language](/?path=/docs/components-codeview--with-additional-language)
130
130
  * for more information.
131
131
  */
132
132
  language: _propTypes["default"].string,
@@ -111,11 +111,11 @@ CodeView.propTypes = {
111
111
  /** Whether the CodeView hides the copy button. */
112
112
  hasNoCopyButton: PropTypes.bool,
113
113
  /**
114
- * Which programming language the CodeView should use for highlighting. A list of default languages is listed [here](https://github.com/FormidableLabs/prism-react-renderer/blob/master/src/vendor/prism/includeLangs.js).
114
+ * Which programming language the CodeView should use for highlighting. A list of default languages is listed [here](https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts#L9-L23).
115
115
  *
116
116
  *
117
117
  * Additional languages may be added, see
118
- * [CodeView with additional language](./?path=/docs/codeview--with-additional-language)
118
+ * [CodeView with additional language](/?path=/docs/components-codeview--with-additional-language)
119
119
  * for more information.
120
120
  */
121
121
  language: PropTypes.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",