Skip to content

Commit

Permalink
Version Packages (#2)
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 15, 2020
1 parent 86fd064 commit f22a99c
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 32 deletions.
25 changes: 0 additions & 25 deletions .changeset/fuzzy-starfishes-tan.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/babel-preset-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @foreachbe/babel-preset-react-app

## 6.0.0

### Major Changes

- e4f89078: ## Overview

Switch to updated repo structure, improved publish management and optimized hacky code
All users with contributer access will be able to publish changes now.

## Changes

Switched to `.env` usage, see `docusaurus/docs/advanced-configuration.md` for all available options. Most notable are:
`--noAssetHashing` -> `DISABLE_ASSET_HASHING="true"`
`--output` -> `OUTPUT="./relative-path"`
`PORT` -> `BACKEND_PORT`
`PORT` is still available, use it for choosing the frontend serving port.
`EXTEND_ESLINT` has been removed, it's enabled by default.

New option (highly likely needed to be included for Across projects):
`EMIT="true"`

Migration should be fairly easy, all previously supported outputs are still available :)

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foreachbe/babel-preset-react-app",
"version": "5.1.0",
"version": "6.0.0",
"description": "Babel preset used by Create React App",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/eslint-config-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @foreachbe/eslint-config-react-app

## 7.0.0

### Major Changes

- e4f89078: ## Overview

Switch to updated repo structure, improved publish management and optimized hacky code
All users with contributer access will be able to publish changes now.

## Changes

Switched to `.env` usage, see `docusaurus/docs/advanced-configuration.md` for all available options. Most notable are:
`--noAssetHashing` -> `DISABLE_ASSET_HASHING="true"`
`--output` -> `OUTPUT="./relative-path"`
`PORT` -> `BACKEND_PORT`
`PORT` is still available, use it for choosing the frontend serving port.
`EXTEND_ESLINT` has been removed, it's enabled by default.

New option (highly likely needed to be included for Across projects):
`EMIT="true"`

Migration should be fairly easy, all previously supported outputs are still available :)

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foreachbe/eslint-config-react-app",
"version": "6.0.1",
"version": "7.0.0",
"description": "ESLint configuration used by Create React App",
"repository": {
"type": "git",
Expand Down
30 changes: 30 additions & 0 deletions packages/react-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @foreachbe/react-scripts

## 7.0.0

### Major Changes

- e4f89078: ## Overview

Switch to updated repo structure, improved publish management and optimized hacky code
All users with contributer access will be able to publish changes now.

## Changes

Switched to `.env` usage, see `docusaurus/docs/advanced-configuration.md` for all available options. Most notable are:
`--noAssetHashing` -> `DISABLE_ASSET_HASHING="true"`
`--output` -> `OUTPUT="./relative-path"`
`PORT` -> `BACKEND_PORT`
`PORT` is still available, use it for choosing the frontend serving port.
`EXTEND_ESLINT` has been removed, it's enabled by default.

New option (highly likely needed to be included for Across projects):
`EMIT="true"`

Migration should be fairly easy, all previously supported outputs are still available :)

### Patch Changes

- Updated dependencies [e4f89078]
- @foreachbe/babel-preset-react-app@6.0.0
- @foreachbe/eslint-config-react-app@7.0.0
- @foreachbe/stylelint-config-react-app@5.0.0

## 6.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foreachbe/react-scripts",
"version": "6.2.0",
"version": "7.0.0",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.10.5",
"@foreachbe/eslint-config-react-app": "^6.0.1",
"@foreachbe/babel-preset-react-app": "^5.1.0",
"@foreachbe/stylelint-config-react-app": "^4.1.0",
"@foreachbe/eslint-config-react-app": "^7.0.0",
"@foreachbe/babel-preset-react-app": "^6.0.0",
"@foreachbe/stylelint-config-react-app": "^5.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.1",
"@svgr/webpack": "5.4.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/stylelint-config-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @foreachbe/stylelint-config-react-app

## 5.0.0

### Major Changes

- e4f89078: ## Overview

Switch to updated repo structure, improved publish management and optimized hacky code
All users with contributer access will be able to publish changes now.

## Changes

Switched to `.env` usage, see `docusaurus/docs/advanced-configuration.md` for all available options. Most notable are:
`--noAssetHashing` -> `DISABLE_ASSET_HASHING="true"`
`--output` -> `OUTPUT="./relative-path"`
`PORT` -> `BACKEND_PORT`
`PORT` is still available, use it for choosing the frontend serving port.
`EXTEND_ESLINT` has been removed, it's enabled by default.

New option (highly likely needed to be included for Across projects):
`EMIT="true"`

Migration should be fairly easy, all previously supported outputs are still available :)

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foreachbe/stylelint-config-react-app",
"version": "4.1.0",
"version": "5.0.0",
"description": "Stylint configuration used by Foreach",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit f22a99c

Please sign in to comment.