@kong-ui-public/app-layout 4.0.24-pr.1359.2691a875.0 → 4.0.25-pr.1365.a4063f84.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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # @kong-ui-public/app-layout
2
2
 
3
+ ## Do not merge this PR
4
+
3
5
  A set of Kong UI application layout components that provides a responsive navbar, sidebar, and main content area.
4
6
 
7
+ - [Do not merge this PR](#do-not-merge-this-pr)
5
8
  - [Features](#features)
6
9
  - [Requirements](#requirements)
7
10
  - [Included components](#included-components)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/app-layout",
3
- "version": "4.0.24-pr.1359.2691a875.0",
3
+ "version": "4.0.25-pr.1365.a4063f84.0",
4
4
  "type": "module",
5
5
  "main": "./dist/app-layout.umd.js",
6
6
  "module": "./dist/app-layout.es.js",