Skip to content

Commit

Permalink
Remove alpha release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Apr 28, 2022
1 parent 0950b59 commit bf9a3e6
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 93 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-mugs-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hip-bees-act.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/silver-dolphins-remember.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"modular-scripts": major
---

Upgrade to Webpack 5
Upgrade webpack implementation to use webpack 5 + associated loader / plugin dependencies.
9 changes: 2 additions & 7 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ module.exports = (api) => {
},
},
],
'@babel/preset-react',
],
overrides: [
{
test: /\.tsx?$/,
presets: ['@babel/preset-typescript'],
},
'@babel/preset-typescript',
],
plugins: ['@babel/plugin-proposal-class-properties'],
};
};
16 changes: 0 additions & 16 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# create-modular-react-app

## 3.0.0-alpha-webpack5.0

### Major Changes

- [#1538](https://github.com/jpmorganchase/modular/pull/1538)
[`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop
support for node 12

### Patch Changes

- [#1546](https://github.com/jpmorganchase/modular/pull/1546)
[`8b3f1f5`](https://github.com/jpmorganchase/modular/commit/8b3f1f5cb9f38ef35302a7cb4ca777f64cf8f1e7)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - support node 16
explicitly and run test workflow against target node

## 2.1.6

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

## 2.1.0-alpha-webpack5.0

### Minor Changes

- [#1538](https://github.com/jpmorganchase/modular/pull/1538)
[`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop
support for node 12

## 2.0.5

### 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": "2.1.0-alpha-webpack5.0",
"version": "2.0.5",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
Expand Down
50 changes: 6 additions & 44 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
# modular-scripts

## 3.0.0-alpha-webpack5.1

### Major Changes

- [#1538](https://github.com/jpmorganchase/modular/pull/1538)
[`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop
support for node 12

### Patch Changes

- [#1546](https://github.com/jpmorganchase/modular/pull/1546)
[`8b3f1f5`](https://github.com/jpmorganchase/modular/commit/8b3f1f5cb9f38ef35302a7cb4ca777f64cf8f1e7)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - support node 16
explicitly and run test workflow against target node

* [#1478](https://github.com/jpmorganchase/modular/pull/1478)

## 2.4.0

### Minor Changes
Expand Down Expand Up @@ -103,40 +85,20 @@
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump rollup from
2.67.2 to 2.70.1

<<<<<<< HEAD

- # [#1492](https://github.com/jpmorganchase/modular/pull/1492)

* [#1492](https://github.com/jpmorganchase/modular/pull/1492)
> > > > > > > main
> > > > > > > [`810934b`](https://github.com/jpmorganchase/modular/commit/810934b5a15480a2423339c49fcc3d2f77a23a22)
> > > > > > > Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
> > > > > > > commander from 8.2.0 to 9.1.0
<<<<<<< HEAD

## 3.0.0-alpha-webpack5.0

### Major Changes

- [#1421](https://github.com/jpmorganchase/modular/pull/1421)
[`e5d772f`](https://github.com/jpmorganchase/modular/commit/e5d772f1b956ea5d2f8c46457504ac1154c7c7f0)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Upgrade
to Webpack 5

### Patch Changes
[`810934b`](https://github.com/jpmorganchase/modular/commit/810934b5a15480a2423339c49fcc3d2f77a23a22)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commander
from 8.2.0 to 9.1.0

- # [#1510](https://github.com/jpmorganchase/modular/pull/1510)
- [#1552](https://github.com/jpmorganchase/modular/pull/1552)
[`d5a899e`](https://github.com/jpmorganchase/modular/commit/d5a899e73e1b9bf3d1df30b596480fea01d50cc4)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump npm-packlist
from 4.0.0 to 5.0.0

* [#1510](https://github.com/jpmorganchase/modular/pull/1510)
> > > > > > > main
> > > > > > > [`4846d21`](https://github.com/jpmorganchase/modular/commit/4846d21db0d5aebff1a5041008bbf00e7986c036)
> > > > > > > Thanks [@cheemcheem](https://github.com/cheemcheem)! - Fix bug
> > > > > > > that prevented lint diff from running
[`4846d21`](https://github.com/jpmorganchase/modular/commit/4846d21db0d5aebff1a5041008bbf00e7986c036)
Thanks [@cheemcheem](https://github.com/cheemcheem)! - Fix bug that prevented
lint diff from running

## 2.3.1

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": "3.0.0-alpha-webpack5.1",
"version": "2.4.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down

0 comments on commit bf9a3e6

Please sign in to comment.