From 958ac8a70879a1b1036ccc92388d31a1ca31c917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Nov 2022 10:59:52 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20versions=20=F0=9F=8F=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/giant-eagles-nail.md | 13 ------------- packages/commitlint-config/CHANGELOG.md | 7 +++++++ packages/commitlint-config/package.json | 2 +- packages/css-reset/CHANGELOG.md | 7 +++++++ packages/css-reset/package.json | 2 +- packages/eslint-config-jest/CHANGELOG.md | 7 +++++++ packages/eslint-config-jest/package.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 7 +++++++ packages/eslint-config-react/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 7 +++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 7 +++++++ packages/prettier-config/package.json | 2 +- packages/stylelint-config-scss/CHANGELOG.md | 7 +++++++ packages/stylelint-config-scss/package.json | 2 +- packages/stylelint-config-tailwindcss/CHANGELOG.md | 7 +++++++ packages/stylelint-config-tailwindcss/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 7 +++++++ packages/stylelint-config/package.json | 2 +- 19 files changed, 72 insertions(+), 22 deletions(-) delete mode 100644 .changeset/giant-eagles-nail.md create mode 100644 packages/commitlint-config/CHANGELOG.md create mode 100644 packages/css-reset/CHANGELOG.md create mode 100644 packages/eslint-config-jest/CHANGELOG.md create mode 100644 packages/eslint-config-react/CHANGELOG.md create mode 100644 packages/eslint-config/CHANGELOG.md create mode 100644 packages/prettier-config/CHANGELOG.md create mode 100644 packages/stylelint-config-scss/CHANGELOG.md create mode 100644 packages/stylelint-config-tailwindcss/CHANGELOG.md create mode 100644 packages/stylelint-config/CHANGELOG.md diff --git a/.changeset/giant-eagles-nail.md b/.changeset/giant-eagles-nail.md deleted file mode 100644 index b1f266c..0000000 --- a/.changeset/giant-eagles-nail.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@guillaumecatel/commitlint-config': patch -'@guillaumecatel/css-reset': patch -'@guillaumecatel/eslint-config': patch -'@guillaumecatel/eslint-config-jest': patch -'@guillaumecatel/eslint-config-react': patch -'@guillaumecatel/prettier-config': patch -'@guillaumecatel/stylelint-config': patch -'@guillaumecatel/stylelint-config-scss': patch -'@guillaumecatel/stylelint-config-tailwindcss': patch ---- - -update dependancies diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md new file mode 100644 index 0000000..84e757e --- /dev/null +++ b/packages/commitlint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/commitlint-config + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index f71887f..6bbc667 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/commitlint-config", "description": "A shareable commitlint configuration", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/css-reset/CHANGELOG.md b/packages/css-reset/CHANGELOG.md new file mode 100644 index 0000000..d1dd33b --- /dev/null +++ b/packages/css-reset/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/css-reset + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/css-reset/package.json b/packages/css-reset/package.json index 7b720ae..80434fd 100644 --- a/packages/css-reset/package.json +++ b/packages/css-reset/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/css-reset", "description": "A shareable CSS reset configuration", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.css", "keywords": [ diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md new file mode 100644 index 0000000..b270bc5 --- /dev/null +++ b/packages/eslint-config-jest/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/eslint-config-jest + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index 5616f41..fab650f 100644 --- a/packages/eslint-config-jest/package.json +++ b/packages/eslint-config-jest/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/eslint-config-jest", "description": "A shareable ESLint configuration for Jest", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md new file mode 100644 index 0000000..3630a23 --- /dev/null +++ b/packages/eslint-config-react/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/eslint-config-react + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index f9df159..9affc14 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/eslint-config-react", "description": "A shareable ESLint configuration for React", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..527df70 --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/eslint-config + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 025b80f..e1c90e6 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/eslint-config", "description": "A shareable ESLint configuration", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md new file mode 100644 index 0000000..b043f8b --- /dev/null +++ b/packages/prettier-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/prettier-config + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 77045e4..6df2b8d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/prettier-config", "description": "A shareable Prettier configuration", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/stylelint-config-scss/CHANGELOG.md b/packages/stylelint-config-scss/CHANGELOG.md new file mode 100644 index 0000000..97d1bf5 --- /dev/null +++ b/packages/stylelint-config-scss/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/stylelint-config-scss + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/stylelint-config-scss/package.json b/packages/stylelint-config-scss/package.json index c60f257..11d3aa1 100644 --- a/packages/stylelint-config-scss/package.json +++ b/packages/stylelint-config-scss/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/stylelint-config-scss", "description": "A shareable Stylelint configuration for Sass", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/stylelint-config-tailwindcss/CHANGELOG.md b/packages/stylelint-config-tailwindcss/CHANGELOG.md new file mode 100644 index 0000000..66a2e99 --- /dev/null +++ b/packages/stylelint-config-tailwindcss/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/stylelint-config-tailwindcss + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/stylelint-config-tailwindcss/package.json b/packages/stylelint-config-tailwindcss/package.json index bf5cff5..9af7f8d 100644 --- a/packages/stylelint-config-tailwindcss/package.json +++ b/packages/stylelint-config-tailwindcss/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/stylelint-config-tailwindcss", "description": "A shareable Stylelint configuration for TailwindCSS", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [ diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md new file mode 100644 index 0000000..16f4c9d --- /dev/null +++ b/packages/stylelint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guillaumecatel/stylelint-config + +## 0.1.1 + +### Patch Changes + +- 8cdea27: update dependancies diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 4aeab58..b1f01ac 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -2,7 +2,7 @@ "name": "@guillaumecatel/stylelint-config", "description": "A shareable Stylelint configuration", "author": "Guillaume CATEL (https://guillaumecatel.com)", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "index.js", "keywords": [