Skip to content

Commit

Permalink
Version Packages (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 21, 2020
1 parent 3616010 commit c2de454
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/smart-points-complain.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# create-modular-react-app

## 0.2.2

### Patch Changes

- 3616010: Do not print `execa` stack traces when processes error.

Ensure that the `build/` directory does not get added into a Git repository.

Let the underlying commands handle any `--help` argument instead of
`modular`'s own argument parser.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-modular-react-app",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# modular-scripts

## 0.1.4

### Patch Changes

- 3616010: Do not print `execa` stack traces when processes error.

Ensure that the `build/` directory does not get added into a Git repository.

Let the underlying commands handle any `--help` argument instead of
`modular`'s own argument parser.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"main": "./build/index.js",
"bin": {
Expand Down

0 comments on commit c2de454

Please sign in to comment.