piral-page-layouts 0.15.3-beta.4970 → 0.15.3-beta.4989

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@ By default, these API extensions are not integrated in `piral`, so you'd need to
8
8
 
9
9
  ## Why and When
10
10
 
11
- Sometimes you have some pages that are radically different than the usual pages / layout. For instance, while most pages in a single application should be shown with a header, footer, and navigation, a login page is usually shown without these elements (or with just some of them, e.g., the footer).
11
+ Sometimes you have some pages that are radically different than the usual pages/layout. For instance, while most pages in a single application should be shown with a header, footer, and navigation, a login page is usually shown without these elements (or with just some of them, e.g., the footer).
12
12
 
13
13
  Of course, you could leave this layout to the page itself, e.g., that
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-page-layouts",
3
- "version": "0.15.3-beta.4970",
3
+ "version": "0.15.3-beta.4989",
4
4
  "description": "Plugin for providing different page layouts in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -61,12 +61,12 @@
61
61
  "test": "echo \"Error: run tests from root\" && exit 1"
62
62
  },
63
63
  "devDependencies": {
64
- "piral-core": "0.15.3-beta.4970"
64
+ "piral-core": "0.15.3-beta.4989"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "piral-core": "0.14.x || 0.15.x",
68
68
  "react": ">=16.8.0",
69
69
  "react-router": "5.x"
70
70
  },
71
- "gitHead": "f82139bec739a47bf7e7194c5e075e14e6064a8d"
71
+ "gitHead": "57af209be93d79b5bbf2996f2c3b55fdd8e1e2d1"
72
72
  }