@apollosproject/canvas-embeds 2.1.686 → 2.1.688
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -228,10 +228,10 @@ To test changes, open `http://localhost:5174` in your browser.
|
|
|
228
228
|
|
|
229
229
|
### Publishing Updates / Cache Busting
|
|
230
230
|
|
|
231
|
-
|
|
231
|
+
This package is automatically deployed on merge to master. If you wish to manually deploy:
|
|
232
232
|
|
|
233
233
|
1. `cd apps/web-embeds`
|
|
234
|
-
2. Bump the version (patch by default): `yarn bump` (or `yarn bump:minor` / `yarn bump:major`)
|
|
234
|
+
2. Bump the version (patch by default): `yarn bump` (or `yarn bump:minor` / `yarn bump:major`). You may want to consult NPM to check on the last deployed version (it will be different than the version in package.json).
|
|
235
235
|
3. Publish the package: `npm publish --access public` (automatically runs `prepublishOnly`/build)
|
|
236
236
|
4. After npm shows the new version, purge jsDelivr so `@latest` updates immediately: `yarn flush`
|
|
237
237
|
5. (Optional) Hit `https://cdn.jsdelivr.net/npm/@apollosproject/canvas-embeds@latest/widget/index.js` to verify the new bundle is served
|