Skip to content

Commit

Permalink
πŸ“¦ nextools/start-preset: release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Apr 13, 2020
1 parent 4059cef commit e75b116
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/nextools/start-preset/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.4

* 🐞 copy `.d.ts` files from `src/` as is in `buildType` task

## v0.2.3

* 🐞 upgrade escape-string-regexp to v3
Expand Down
2 changes: 1 addition & 1 deletion packages/nextools/start-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextools/start-preset",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"keywords": [],
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/start/plugin-lib-flow-generate/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2

* 🐞 ignore non-TS files if there is no `allowJs` option

## v1.0.1

* 🐞 bump compatible deps
Expand Down
2 changes: 1 addition & 1 deletion packages/start/plugin-lib-flow-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-flow-generate",
"version": "1.0.1",
"version": "1.0.2",
"description": "🏭 Generate `.js.flow` files using Flow",
"keywords": "tasks, runner, start, start-plugin, flow, flowtype",
"repository": "deepsweet/start",
Expand Down

0 comments on commit e75b116

Please sign in to comment.