@prismetic/next-preview-core 1.0.7 → 1.0.8

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
@@ -87,6 +87,9 @@ export default async function LocaleHomePage({ params }) {
87
87
  }
88
88
  ```
89
89
 
90
+ ## Deployment
91
+ npm run build && npm version patch && npm publish --access public
92
+
90
93
  ## Build Commands
91
94
 
92
95
  | Command | Output |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismetic/next-preview-core",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Hybrid static/preview architecture for Next.js + Strapi projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",