From 72b1a9f41a463b106e5be293df321ba1c9ec32d1 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 7 May 2024 16:18:47 -0700 Subject: [PATCH] Bump version for @next release --- packages/webamp/README.md | 23 +++++++++++++---------- packages/webamp/package.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/packages/webamp/README.md b/packages/webamp/README.md index 8f150286..b882fa42 100644 --- a/packages/webamp/README.md +++ b/packages/webamp/README.md @@ -39,17 +39,20 @@ To update snapshots run 1. Update the version number in `package.json` 2. Rename the "Next" title at the top of `CHANGELOG.md` to the new version number and ensure it is up to date -3. Update the static `VERSION` property of the `Webamp` class in `webamplazy.tsx` +3. Update the static `VERSION` property of the `Webamp` class in `webampLazy.tsx` 4. Git commit -5. `npm publish` -6. Git tag the commit (e.g. `1.4.2` or `1.4.3-beta.3`) -6. Push tag to GitHub `git push origin ` -7. Update all the examples to use the new version: - * `minimal/index.html` - * `minimalMilkdrop/index.html` - * `webpack/package.json` - * `webpackLazyLoad/package.json` - * https://codesandbox.io/s/y0xypox60z +5. `cd packages/webamp` +6. `npm publish` +7. Git tag the commit (e.g. `1.4.2` or `1.4.3-beta.3`) +8. Push tag to GitHub `git push origin ` +9. Update all the examples to use the new version: + +- `minimal/index.html` +- `minimalMilkdrop/index.html` +- `webpack/package.json` +- `webpackLazyLoad/package.json` +- https://codesandbox.io/s/y0xypox60z + 8. Commit and push ## Reference diff --git a/packages/webamp/package.json b/packages/webamp/package.json index 0f7e8604..77268cca 100644 --- a/packages/webamp/package.json +++ b/packages/webamp/package.json @@ -1,6 +1,6 @@ { "name": "webamp", - "version": "0.0.0-next-12f8e36b", + "version": "0.0.0-next-6d0ec37b", "description": "Winamp 2 implemented in HTML5 and JavaScript", "main": "built/webamp.bundle.js", "files": [