Skip to content

Commit

Permalink
chore(release): publish v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Oct 14, 2021
1 parent c638944 commit fcdb544
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 27 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)


### 🐛 Bug Fixes

* **preset-essentials/lint:** run prettier at the end ([b8faeb5](https://github.com/alvis/presetter/commit/b8faeb5c3bac23896c93b72fb4977705588ed70b))
* **preset-essentials:** warn for unused variables instead ([3b9dca5](https://github.com/alvis/presetter/commit/3b9dca54bfb95e942ce8997239164881d2eb2eeb))
* **preset-strict:** correct the template paths for bootstrapping ([f71bf8f](https://github.com/alvis/presetter/commit/f71bf8f390b0d3a7e5469fe5298464e6ab212b51))
* **preset-web:** correct the eslint supplementary config template ([1e11abf](https://github.com/alvis/presetter/commit/1e11abfe24b33cb15564bcbca2e2402ab74f64f6))
* **preset:** add back the missing gitignore entries ([70ac386](https://github.com/alvis/presetter/commit/70ac3865fccb823f8ad962609dd9d88e83b504a4))
* **presetter/preset:** don't read .presetterrc under `presetter use` ([8b49b8b](https://github.com/alvis/presetter/commit/8b49b8b0eb0296f6c6a3b30b98060e780b8fe6e8)), closes [#8](https://github.com/alvis/presetter/issues/8)
* **presetter/preset:** ensure outputs are stored under the target ([c638944](https://github.com/alvis/presetter/commit/c638944a2464f7fb6e23773e09dba2b565b004c2))


### 📚 Documentation

* use full package name to improve clarity ([d9414bd](https://github.com/alvis/presetter/commit/d9414bd2efddcc1092ac0a51915ef20e41dad129)), closes [#8](https://github.com/alvis/presetter/issues/8)



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "presetter-monorepo",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"node": ">=12.10.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/preset-essentials/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)


### 🐛 Bug Fixes

* **preset-essentials/lint:** run prettier at the end ([b8faeb5](https://github.com/alvis/presetter/commit/b8faeb5c3bac23896c93b72fb4977705588ed70b))
* **preset-essentials:** warn for unused variables instead ([3b9dca5](https://github.com/alvis/presetter/commit/3b9dca54bfb95e942ce8997239164881d2eb2eeb))
* **preset:** add back the missing gitignore entries ([70ac386](https://github.com/alvis/presetter/commit/70ac3865fccb823f8ad962609dd9d88e83b504a4))



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/preset-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-essentials",
"version": "3.0.0",
"version": "3.0.1",
"description": "A collection of opinionated preset configurations for typescript projects",
"keywords": [
"presetter",
Expand Down Expand Up @@ -74,7 +74,7 @@
"jest": "^27.0.0",
"leasot": "^12.0.0",
"npm-run-all": "^4.0.0",
"presetter": "^3.0.0",
"presetter": "^3.0.1",
"prettier": "^2.4.0",
"shx": "^0.3.0",
"standard-version": "^9.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "An opinionated presetter preset for a React project",
"keywords": [
"presetter",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@testing-library/react": "^12.0.0",
"@types/react": "^17.0.0",
"eslint-plugin-react": "^7.0.0",
"presetter": "^3.0.0"
"presetter": "^3.0.1"
},
"devDependencies": {
"presetter": "file:../presetter",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/preset-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-rollup",
"version": "3.0.0",
"version": "3.0.1",
"description": "An opinionated presetter preset for using rollup as a bundler",
"keywords": [
"presetter",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-yaml": "^3.0.0",
"presetter": "^3.0.0",
"presetter": "^3.0.1",
"rollup": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-ts": "^1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/preset-strict/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)


### 🐛 Bug Fixes

* **preset-strict:** correct the template paths for bootstrapping ([f71bf8f](https://github.com/alvis/presetter/commit/f71bf8f390b0d3a7e5469fe5298464e6ab212b51))
* **preset:** add back the missing gitignore entries ([70ac386](https://github.com/alvis/presetter/commit/70ac3865fccb823f8ad962609dd9d88e83b504a4))



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/preset-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-strict",
"version": "3.0.0",
"version": "3.0.1",
"description": "An extension of presetter-preset-essentials to provide stricter lint rules for typescript projects",
"keywords": [
"presetter",
Expand Down Expand Up @@ -55,8 +55,8 @@
"eslint-plugin-sonarjs": "0.10",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"presetter": "^3.0.0",
"presetter-preset-essentials": "^3.0.0"
"presetter": "^3.0.1",
"presetter-preset-essentials": "^3.0.1"
},
"devDependencies": {
"@types/node": "*"
Expand Down
9 changes: 9 additions & 0 deletions packages/preset-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)


### 🐛 Bug Fixes

* **preset-web:** correct the eslint supplementary config template ([1e11abf](https://github.com/alvis/presetter/commit/1e11abfe24b33cb15564bcbca2e2402ab74f64f6))



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/preset-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter-preset-web",
"version": "3.0.0",
"version": "3.0.1",
"description": "An opinionated presetter preset for a web project",
"keywords": [
"presetter",
Expand Down Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-tailwindcss": "^1.0.0",
"graphql": "^15.0.0",
"postcss": "^8.3.0",
"presetter": "^3.0.0",
"presetter": "^3.0.1",
"tailwindcss": "^2.2.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/presetter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.1](https://github.com/alvis/presetter/compare/v3.0.0...v3.0.1) (2021-10-14)


### 🐛 Bug Fixes

* **presetter/preset:** don't read .presetterrc under `presetter use` ([8b49b8b](https://github.com/alvis/presetter/commit/8b49b8b0eb0296f6c6a3b30b98060e780b8fe6e8)), closes [#8](https://github.com/alvis/presetter/issues/8)
* **presetter/preset:** ensure outputs are stored under the target ([c638944](https://github.com/alvis/presetter/commit/c638944a2464f7fb6e23773e09dba2b565b004c2))



# [3.0.0](https://github.com/alvis/presetter/compare/v2.1.0...v3.0.0) (2021-10-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/presetter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presetter",
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"node": ">=12.10.0"
},
Expand Down

0 comments on commit fcdb544

Please sign in to comment.