Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteortest-web",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
29 changes: 29 additions & 0 deletions docs/releases/v0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Release Notes

Release focus: production promotion for MeteorTest 0.1.3.

## Highlights

- Promoted validated main branch changes to the production release branch.
- Updated Web package version to `0.1.3`.
- Published GitHub Release tag `v0.1.3`.

## Deployment

- Production branch: `release`
- Preview branch: `main`
- Production URL: `https://meteortest.jcmeteor.com/`
- Preview URL: `https://mt-pre.jcmeteor.com/`

## Versioning

- Web version: `0.1.3`
- Release tag: `v0.1.3`

## Validation

```bash
cd apps/web
npm run lint
npm run build
```
Loading