Skip to content

Commit 72b1a9f

Browse files
committed
Bump version for @next release
1 parent 143563d commit 72b1a9f

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

packages/webamp/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,20 @@ To update snapshots run
3939

4040
1. Update the version number in `package.json`
4141
2. Rename the "Next" title at the top of `CHANGELOG.md` to the new version number and ensure it is up to date
42-
3. Update the static `VERSION` property of the `Webamp` class in `webamplazy.tsx`
42+
3. Update the static `VERSION` property of the `Webamp` class in `webampLazy.tsx`
4343
4. Git commit
44-
5. `npm publish`
45-
6. Git tag the commit (e.g. `1.4.2` or `1.4.3-beta.3`)
46-
6. Push tag to GitHub `git push origin <TAG_NAME>`
47-
7. Update all the examples to use the new version:
48-
* `minimal/index.html`
49-
* `minimalMilkdrop/index.html`
50-
* `webpack/package.json`
51-
* `webpackLazyLoad/package.json`
52-
* https://codesandbox.io/s/y0xypox60z
44+
5. `cd packages/webamp`
45+
6. `npm publish`
46+
7. Git tag the commit (e.g. `1.4.2` or `1.4.3-beta.3`)
47+
8. Push tag to GitHub `git push origin <TAG_NAME>`
48+
9. Update all the examples to use the new version:
49+
50+
- `minimal/index.html`
51+
- `minimalMilkdrop/index.html`
52+
- `webpack/package.json`
53+
- `webpackLazyLoad/package.json`
54+
- https://codesandbox.io/s/y0xypox60z
55+
5356
8. Commit and push
5457

5558
## Reference

packages/webamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webamp",
3-
"version": "0.0.0-next-12f8e36b",
3+
"version": "0.0.0-next-6d0ec37b",
44
"description": "Winamp 2 implemented in HTML5 and JavaScript",
55
"main": "built/webamp.bundle.js",
66
"files": [

0 commit comments

Comments
 (0)