Skip to content

Commit be9c934

Browse files
committed
chore: update bundle for v1.6.0
1 parent a6a1092 commit be9c934

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Publication to npmjs is mostly automated via the tag-triggered `release.yml` CI
284284
- Update `singleFileBundleVersion` in [packages/studio-web/package.json](packages/studio-web/package.json).
285285
- All the versions above should be exactly in sync!
286286
- Run `npm install` to reflect the version changes in `package-lock.json`.
287-
- Run `npx nx bundle web-component` to refresh the bundle for studio-web.
287+
- Run `npx nx build web-component` and `npx nx bundle web-component` to refresh the bundle for studio-web.
288288
- Commit all those changes.
289289
- Tag the final commit that is ready to publish with the new version number, e.g., `git tag -a -m'v1.3.0' v1.3.0`.
290290

packages/studio-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"private": true,
1818
"singleFileBundleVersion": "1.6.0",
19-
"singleFileBundleTimestamp": "2025-07-21+10-17-17",
19+
"singleFileBundleTimestamp": "2025-07-22+17-39-05",
2020
"dependencies": {
2121
"readalong-studio": "file:"
2222
}

packages/studio-web/src/assets/bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)