@apollosproject/canvas-embeds 2.1.685 → 2.1.687

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 +2 -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
- Deploying the Remix app does **not** publish this package or invalidate the CDN. To ship new widget code:
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apollosproject/canvas-embeds",
3
3
  "description": "Apollos React embed widgets",
4
- "version": "2.1.685",
4
+ "version": "2.1.687",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",