Skip to content

Commit

Permalink
beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sjc5 committed Oct 21, 2023
1 parent 80317f0 commit f674de3
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["docs", "tester", "cf-pages-tester"]
}
9 changes: 7 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"docs": "0.0.0",
"@hwy-js/build": "0.4.0-beta.33",
"hwy": "0.4.0-beta.33",
"create-hwy": "0.4.0-beta.33",
"@hwy-js/dev": "0.4.0-beta.33"
"@hwy-js/dev": "0.4.0-beta.33",
"cf-pages-tester": "0.0.0",
"tester": "0.0.0"
},
"changesets": []
"changesets": [
"rotten-boxes-watch"
]
}
8 changes: 8 additions & 0 deletions .changeset/rotten-boxes-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"create-hwy": patch
"@hwy-js/build": patch
"hwy": patch
"@hwy-js/dev": patch
---

init changesets
8 changes: 8 additions & 0 deletions CHANGESETS-DIRECTIONS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Pre-release workflow

https://github.com/changesets/changesets/blob/main/docs/prereleases.md

```sh
pnpm changeset pre enter beta
pnpm changeset version
pnpm changeset publish
git push --follow-tags
pnpm changeset pre exit
```
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hwy-js/build

## 0.4.0-beta.34

### Patch Changes

- init changesets
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hwy-js/build",
"version": "0.4.0-beta.33",
"version": "0.4.0-beta.34",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# hwy

## 0.4.0-beta.34

### Patch Changes

- init changesets
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hwy",
"version": "0.4.0-beta.33",
"version": "0.4.0-beta.34",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/create-hwy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-hwy

## 0.4.0-beta.34

### Patch Changes

- init changesets
2 changes: 1 addition & 1 deletion packages/create-hwy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hwy",
"version": "0.4.0-beta.33",
"version": "0.4.0-beta.34",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hwy-js/dev

## 0.4.0-beta.34

### Patch Changes

- init changesets
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hwy-js/dev",
"version": "0.4.0-beta.33",
"version": "0.4.0-beta.34",
"author": {
"name": "Samuel J. Cook"
},
Expand Down

0 comments on commit f674de3

Please sign in to comment.