@patternfly/documentation-framework 5.1.2 → 5.1.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,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
+ ## 5.1.3 (2023-08-09)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  ## 5.1.2 (2023-08-09)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "5.1.2",
4
+ "version": "5.1.3",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -17,7 +17,7 @@
17
17
  "@babel/plugin-transform-react-jsx": "7.17.12",
18
18
  "@babel/preset-env": "7.18.2",
19
19
  "@mdx-js/util": "1.6.16",
20
- "@patternfly/ast-helpers": "^1.1.2",
20
+ "@patternfly/ast-helpers": "^1.1.3",
21
21
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
22
22
  "autoprefixer": "9.8.6",
23
23
  "babel-loader": "9.1.2",
@@ -87,5 +87,5 @@
87
87
  "react": "^17.0.0 || ^18.0.0",
88
88
  "react-dom": "^17.0.0 || ^18.0.0"
89
89
  },
90
- "gitHead": "d4410030244dfaba10f35dd528223cc2abf92a8c"
90
+ "gitHead": "07f44ec1c8a33f5ae4d559dde30e7a5a8fb118c3"
91
91
  }
@@ -27,7 +27,7 @@ const clientConfig = async (env, argv) => {
27
27
  return {
28
28
  output: {
29
29
  path: argv.output ? path.resolve(argv.output) : path.resolve('public'),
30
- filename: '[name].[contenthash].bundle.js'
30
+ filename: 'js/[name].[contenthash].bundle.js'
31
31
  },
32
32
  devServer: {
33
33
  hot: true,
@@ -85,7 +85,7 @@ const clientConfig = async (env, argv) => {
85
85
  exclude: reactCSSRegex,
86
86
  use: [
87
87
  {
88
- loader: MiniCssExtractPlugin.loader,
88
+ loader: MiniCssExtractPlugin.loader
89
89
  },
90
90
  {
91
91
  loader: 'css-loader'
@@ -117,8 +117,8 @@ const clientConfig = async (env, argv) => {
117
117
  'process.env.PRERENDER': false,
118
118
  }),
119
119
  new MiniCssExtractPlugin(!isProd ? {} : {
120
- filename: '[name].[contenthash].css',
121
- chunkFilename: '[name].[contenthash].css',
120
+ filename: 'css/[name].[contenthash].css',
121
+ chunkFilename: 'css/[name].[contenthash].css',
122
122
  }),
123
123
  new CopyPlugin({
124
124
  patterns: [