Skip to content

Commit

Permalink
Release v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Jan 6, 2020
1 parent 1335b3f commit 25b92c4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
17 changes: 11 additions & 6 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"project-watchtower": "2.0.0"
},
"changesets": ["beige-islands-fry", "twelve-olives-burn", "young-jokes-wink"]
"mode": "pre",
"tag": "beta",
"initialVersions": {
"project-watchtower": "1.6.0"
},
"changesets": [
"beige-islands-fry",
"poor-dragons-act",
"twelve-olives-burn",
"young-jokes-wink"
]
}
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# project-watchtower

## 2.0.0-beta.1

### Patch Changes

- ba3621d: Set file-loader back to esModule false after default changed

## 2.0.0-beta.0

### Major Changes

- d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
- d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead
- d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
- d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead

### Minor Changes

- d66e787: Enable babel for TypeScript build
- d66e787: Enable babel for TypeScript build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-watchtower",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"author": {
"name": "Seven West Media"
Expand Down

0 comments on commit 25b92c4

Please sign in to comment.