Skip to content

Commit

Permalink
Version Packages (#118)
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 Nov 13, 2020
1 parent be50c31 commit 5d291dc
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-waves-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-kings-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-starfishes-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-geese-wink.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-dragons-flow.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 1b34e70: refactor the repository to become a modular project itself.

### Patch Changes

- e2df965: Remove `package-lock.json` file created by adding a new app.

Initialise a Git repository before `create-react-app` does.

- f51a10a: Do not create a shared package by default in new projects

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-config-modular-app

## 0.2.0

### Minor Changes

- 1b34e70: Update craco and create-react-app
- 1b34e70: refactor the repository to become a modular project itself.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-modular-app",
"version": "0.1.1",
"version": "0.2.0",
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# modular-scripts

## 0.3.0

### Minor Changes

- 1b34e70: Update craco and create-react-app
- 952f314: Rename widgets to views.
- 1b34e70: refactor the repository to become a modular project itself.

### Patch Changes

- e2df965: Remove `package-lock.json` file created by adding a new app.

Initialise a Git repository before `create-react-app` does.

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"main": "./build/index.js",
"bin": {
Expand Down

0 comments on commit 5d291dc

Please sign in to comment.