Skip to content

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewpc committed May 2, 2019
1 parent 4b7d4cf commit 8fe9078
Show file tree
Hide file tree
Showing 22 changed files with 402 additions and 352 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.0.0-alpha.0 (2019-05-02)

#### :boom: Breaking Change
* `babel-plugin-react-server`, `babel-preset-react-server`, `generator-react-server`, `react-server-cli`, `react-server-core-middleware`, `react-server-data-bundle-cache`, `react-server-examples`, `react-server-integration-tests`, `react-server-middleware-json-response`, `react-server-redux`, `react-server-test-pages`, `react-server-website`, `react-server`
* [#1003](https://github.com/redfin/react-server/pull/1003) Upgrade to Webpack 4 + Babel 7 ([@davidgolden](https://github.com/davidgolden))

#### :memo: Documentation
* [#1004](https://github.com/redfin/react-server/pull/1004) update documentation for 1.0.0 release ([@davidgolden](https://github.com/davidgolden))

#### :house: Internal
* `babel-plugin-react-server`, `babel-preset-react-server`, `flab`, `generator-react-server`, `react-server-cli`, `react-server-core-middleware`, `react-server-data-bundle-cache`, `react-server-examples`, `react-server-gulp-module-tagger`, `react-server-integration-tests`, `react-server-middleware-json-response`, `react-server-module-tagger`, `react-server-redux`, `react-server-test-pages`, `react-server-website`, `react-server`
* [#1002](https://github.com/redfin/react-server/pull/1002) Do Lint Better ([@drewpc](https://github.com/drewpc))
* [#1001](https://github.com/redfin/react-server/pull/1001) Upgrade lerna ([@drewpc](https://github.com/drewpc))

#### Committers: 5
- Abdul Qoyyuum ([@Qoyyuum](https://github.com/Qoyyuum))
- David Golden ([@davidgolden](https://github.com/davidgolden))
- Michael Skinner ([@mcskinner](https://github.com/mcskinner))
- PC Drew ([@drewpc](https://github.com/drewpc))
- Robert Gay ([@roblg](https://github.com/roblg))

## v0.8.1 (2017-12-27)

#### Bug fix
Expand Down
9 changes: 5 additions & 4 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
### Deployment Checklist

- `git checkout master && git pull upstream master`
- verify `packages/generator-react-server/generators/app/templates/package.json` has the
correct versions of react-server packages
- `npm config get registry`
- Make sure it's `https://registry.npmjs.org/`
- `npm run clean`
Expand All @@ -17,13 +15,16 @@
- `npm run build`
- `npm test`
- `export GITHUB_AUTH="..."`
- `lerna version --no-push --no-changelog --no-git-tag-version`
- verify `packages/generator-react-server/generators/app/templates/package.json` has the
correct versions of react-server packages
- `npm run changelog >> CHANGELOG.md`
- Edit `CHANGELOG.md`:
- Move new entry to top
- Put correct version in place of `Unreleased`
- Remove private packages from headings
- `git add CHANGELOG.md`
- `lerna publish`
- `git commit -a -m "v<RELEASE>"`
- `lerna publish from-git --dist-tag prerelease `
- Edit release tag on GitHub and paste the changelog entry in.

### Updating annotated source code
Expand Down
10 changes: 5 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"packages": [
"packages/*"
],
"version": "0.8.1",
"version": "1.0.0-alpha.0",
"command": {
"bootstrap": {
"hoist": true
}
},
"bootstrap": {
"hoist": true
}
},
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
Loading

0 comments on commit 8fe9078

Please sign in to comment.