From 33a338c34715a618415d6e782f4d6b95250c40d0 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 30 Oct 2023 11:55:37 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.0 - @ivuorinen/browserslist-config@0.2.1 - @ivuorinen/commitlint-config@0.2.3 - @ivuorinen/config-checker@1.1.1 - @ivuorinen/eslint-config@0.3.3 - @ivuorinen/markdownlint-config@0.2.1 - @ivuorinen/prettier-config@0.2.1 - @ivuorinen/semantic-release-config@0.2.1 - @ivuorinen/stylelint-config@0.2.1 --- packages/base-configs/CHANGELOG.md | 13 +++++++++++++ packages/base-configs/package.json | 14 +++++++------- packages/browserslist-config/CHANGELOG.md | 4 ++++ packages/browserslist-config/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 4 ++++ packages/commitlint-config/package.json | 4 ++-- packages/config-checker/CHANGELOG.md | 4 ++++ packages/config-checker/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 4 ++-- packages/markdownlint-config/CHANGELOG.md | 4 ++++ packages/markdownlint-config/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 4 ++-- packages/semantic-release-config/CHANGELOG.md | 4 ++++ packages/semantic-release-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 4 ++++ packages/stylelint-config/package.json | 4 ++-- 18 files changed, 69 insertions(+), 22 deletions(-) create mode 100644 packages/base-configs/CHANGELOG.md diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md new file mode 100644 index 0000000..88a0db6 --- /dev/null +++ b/packages/base-configs/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2023-10-30) + +### Bug Fixes + +- **base-configs:** convert config from ES module ([88dbe39](https://github.com/ivuorinen/base-configs/commit/88dbe395d1843384edf97eab4ee5c43810deae4f)) + +### Features + +- **package:** new pkg: @ivuorinen/base-configs ([#121](https://github.com/ivuorinen/base-configs/issues/121)) ([feddfcf](https://github.com/ivuorinen/base-configs/commit/feddfcfdba391f8ed4bf59589737a340401e4fba)) diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 974e660..8f293f5 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.0.0", + "version": "1.1.0", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -27,11 +27,11 @@ "url": "git+https://github.com/ivuorinen/base-configs.git" }, "dependencies": { - "@ivuorinen/browserslist-config": "^0.2", - "@ivuorinen/commitlint-config": "^0.2", - "@ivuorinen/eslint-config": "^0.3", - "@ivuorinen/markdownlint-config": "^0.2", - "@ivuorinen/prettier-config": "^0.2", - "@ivuorinen/semantic-release-config": "^0.2" + "@ivuorinen/browserslist-config": "^0.2.1", + "@ivuorinen/commitlint-config": "^0.2.3", + "@ivuorinen/eslint-config": "^0.3.3", + "@ivuorinen/markdownlint-config": "^0.2.1", + "@ivuorinen/prettier-config": "^0.2.1", + "@ivuorinen/semantic-release-config": "^0.2.1" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 38e1226..fac912a 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.0...@ivuorinen/browserslist-config@0.2.1) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/browserslist-config + # [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.12...@ivuorinen/browserslist-config@0.2.0) (2023-10-25) ### Features diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 32856dc..559676c 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ivuorinen's shareable configuration for Browserslist.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "browserslist": "4.22.1" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 70380bd..c2e9e13 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.2...@ivuorinen/commitlint-config@0.2.3) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/commitlint-config + ## [0.2.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.1...@ivuorinen/commitlint-config@0.2.2) (2023-10-29) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 999073d..be2338d 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.2", + "version": "0.2.3", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen", @@ -37,7 +37,7 @@ "dependencies": { "@commitlint/cli": "18.2.0", "@commitlint/config-conventional": "18.1.0", - "@ivuorinen/config-checker": "^1.1.0" + "@ivuorinen/config-checker": "^1.1.1" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index 6ae8239..158d3bd 100644 --- a/packages/config-checker/CHANGELOG.md +++ b/packages/config-checker/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.0...@ivuorinen/config-checker@1.1.1) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/config-checker + # 1.1.0 (2023-10-25) ### Features diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index 0c80dfe..2d20190 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.0", + "version": "1.1.1", "description": "Checks the commonly used configuration locations for configuration files", "keywords": [ "check-config", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f4d41cc..08aeaf3 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.2...@ivuorinen/eslint-config@0.3.3) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/eslint-config + ## [0.3.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.1...@ivuorinen/eslint-config@0.3.2) (2023-10-29) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b5286e6..2923695 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.3.2", + "version": "0.3.3", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "eslint": "8.52.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.0", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index b0b816a..e161b59 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.0...@ivuorinen/markdownlint-config@0.2.1) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + # [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.7...@ivuorinen/markdownlint-config@0.2.0) (2023-10-25) ### Features diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 8c947f9..1909a51 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "markdownlint-cli": "0.37.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index f16f132..f4cacf5 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.0...@ivuorinen/prettier-config@0.2.1) (2023-10-30) + +### Bug Fixes + +- **deps:** update dependency prettier to v3 ([#58](https://github.com/ivuorinen/base-configs/issues/58)) ([15e815a](https://github.com/ivuorinen/base-configs/commit/15e815a53d46bb369cb2d7c0eb7b54474245afee)) + # [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.1.2...@ivuorinen/prettier-config@0.2.0) (2023-10-25) ### Features diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index aba9658..af3a919 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ivuorinen's shareable configuration for Prettier.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "prettier": "3.0.3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index ad0f746..7b3ff6c 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.0...@ivuorinen/semantic-release-config@0.2.1) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/semantic-release-config + # [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.14...@ivuorinen/semantic-release-config@0.2.0) (2023-10-25) ### Features diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 0e06637..dbdeed1 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/semantic-release-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "semantic-release": "22.0.5" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 5618a2d..9526d1e 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.0...@ivuorinen/stylelint-config@0.2.1) (2023-10-30) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + # [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.33...@ivuorinen/stylelint-config@0.2.0) (2023-10-25) ### Features diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index a853b9f..9e86fc0 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen", @@ -37,7 +37,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.0", + "@ivuorinen/config-checker": "^1.1.1", "postcss": "^8.4.2", "stylelint": "15.11.0", "stylelint-config-recommended-scss": "13.0.0",