From 7ac970b171871a400c9acb8c5f031ad35ed20d8a Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 13 May 2020 16:57:20 +0100 Subject: [PATCH] chore(release): publish packages --- CHANGELOG.md | 20 +++++++++++++++++++ lerna.json | 2 +- .../eslint-config-wopian-react/CHANGELOG.md | 17 ++++++++++++++++ .../eslint-config-wopian-react/package.json | 4 ++-- .../eslint-config-wopian-vue/CHANGELOG.md | 17 ++++++++++++++++ .../eslint-config-wopian-vue/package.json | 4 ++-- packages/eslint-config-wopian/CHANGELOG.md | 17 ++++++++++++++++ packages/eslint-config-wopian/package.json | 2 +- 8 files changed, 77 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37c462..36849a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/wopian/eslint-config-wopian/compare/v1.5.2...v2.0.0) (2020-05-13) + + +### Build System / Dependencies + +* update devdependency eslint-find-rules to ~3.5.0 ([#114](https://github.com/wopian/eslint-config-wopian/issues/114)) ([a125c3e](https://github.com/wopian/eslint-config-wopian/commit/a125c3e)) +* update devdependency jest to ~25.5.0 ([#111](https://github.com/wopian/eslint-config-wopian/issues/111)) ([ad0e4ed](https://github.com/wopian/eslint-config-wopian/commit/ad0e4ed)) +* update devdependency jest to ~26.0.0 ([#112](https://github.com/wopian/eslint-config-wopian/issues/112)) ([4179ae2](https://github.com/wopian/eslint-config-wopian/commit/4179ae2)) +* update lockfile ([acd28f6](https://github.com/wopian/eslint-config-wopian/commit/acd28f6)) +* **eslint-config-wopian:** update peerdependency eslint to v7.0.0 ([#113](https://github.com/wopian/eslint-config-wopian/issues/113)) ([f667dee](https://github.com/wopian/eslint-config-wopian/commit/f667dee)) + + +### Documentation Changes + +* update requirements to ESlint 7 ([35dd7b9](https://github.com/wopian/eslint-config-wopian/commit/35dd7b9)) + + + + + ## [1.5.2](https://github.com/wopian/eslint-config-wopian/compare/v1.5.1...v1.5.2) (2020-05-01) diff --git a/lerna.json b/lerna.json index 08b9a2b..c519f55 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.5.2", + "version": "2.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/eslint-config-wopian-react/CHANGELOG.md b/packages/eslint-config-wopian-react/CHANGELOG.md index da9a344..cc0b7a4 100644 --- a/packages/eslint-config-wopian-react/CHANGELOG.md +++ b/packages/eslint-config-wopian-react/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/compare/v1.5.2...v2.0.0) (2020-05-13) + + +### Build System / Dependencies + +* update lockfile ([acd28f6](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/commit/acd28f6)) +* **eslint-config-wopian:** update peerdependency eslint to v7.0.0 ([#113](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/issues/113)) ([f667dee](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/commit/f667dee)) + + +### Documentation Changes + +* update requirements to ESlint 7 ([35dd7b9](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/commit/35dd7b9)) + + + + + ## [1.5.2](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/compare/v1.5.1...v1.5.2) (2020-05-01) diff --git a/packages/eslint-config-wopian-react/package.json b/packages/eslint-config-wopian-react/package.json index ef9c857..bc04790 100644 --- a/packages/eslint-config-wopian-react/package.json +++ b/packages/eslint-config-wopian-react/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.2", + "version": "2.0.0", "name": "eslint-config-wopian-react", "description": "Standard ESLint Config for my React projects", "author": "James Harris ", @@ -15,7 +15,7 @@ }, "dependencies": { "eslint-config-standard-jsx": "^8.1.0", - "eslint-config-wopian": "^1.5.2", + "eslint-config-wopian": "^2.0.0", "eslint-plugin-react": "^7.20.0" }, "peerDependencies": { diff --git a/packages/eslint-config-wopian-vue/CHANGELOG.md b/packages/eslint-config-wopian-vue/CHANGELOG.md index 5a6cca7..6a38a8e 100644 --- a/packages/eslint-config-wopian-vue/CHANGELOG.md +++ b/packages/eslint-config-wopian-vue/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/compare/v1.5.2...v2.0.0) (2020-05-13) + + +### Build System / Dependencies + +* update lockfile ([acd28f6](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/commit/acd28f6)) +* **eslint-config-wopian:** update peerdependency eslint to v7.0.0 ([#113](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/issues/113)) ([f667dee](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/commit/f667dee)) + + +### Documentation Changes + +* update requirements to ESlint 7 ([35dd7b9](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/commit/35dd7b9)) + + + + + ## [1.5.2](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/compare/v1.5.1...v1.5.2) (2020-05-01) diff --git a/packages/eslint-config-wopian-vue/package.json b/packages/eslint-config-wopian-vue/package.json index 2729c2d..ef3f109 100644 --- a/packages/eslint-config-wopian-vue/package.json +++ b/packages/eslint-config-wopian-vue/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.2", + "version": "2.0.0", "name": "eslint-config-wopian-vue", "description": "Standard ESLint Config for my Vue projects", "author": "James Harris ", @@ -14,7 +14,7 @@ "node": ">=10" }, "dependencies": { - "eslint-config-wopian": "^1.5.2", + "eslint-config-wopian": "^2.0.0", "eslint-plugin-html": "^6.0.2", "eslint-plugin-vue": "^6.2.2" }, diff --git a/packages/eslint-config-wopian/CHANGELOG.md b/packages/eslint-config-wopian/CHANGELOG.md index 8014b98..b6feb6e 100644 --- a/packages/eslint-config-wopian/CHANGELOG.md +++ b/packages/eslint-config-wopian/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/compare/v1.5.2...v2.0.0) (2020-05-13) + + +### Build System / Dependencies + +* update lockfile ([acd28f6](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/commit/acd28f6)) +* **eslint-config-wopian:** update peerdependency eslint to v7.0.0 ([#113](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/issues/113)) ([f667dee](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/commit/f667dee)) + + +### Documentation Changes + +* update requirements to ESlint 7 ([35dd7b9](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/commit/35dd7b9)) + + + + + ## [1.5.2](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/compare/v1.5.1...v1.5.2) (2020-05-01) diff --git a/packages/eslint-config-wopian/package.json b/packages/eslint-config-wopian/package.json index 156e7e5..58eb820 100644 --- a/packages/eslint-config-wopian/package.json +++ b/packages/eslint-config-wopian/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.2", + "version": "2.0.0", "name": "eslint-config-wopian", "description": "Standard ESLint Config for my projects", "author": "James Harris ",