From 8273f4ea0136c05e50e3cb04ec30011c51cec54c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Sep 2023 17:07:04 +0000 Subject: [PATCH] Version Packages --- .changeset/honest-rivers-hammer.md | 8 -------- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 6 ++++++ packages/tsconfig/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- 9 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 .changeset/honest-rivers-hammer.md diff --git a/.changeset/honest-rivers-hammer.md b/.changeset/honest-rivers-hammer.md deleted file mode 100644 index 4627ba3..0000000 --- a/.changeset/honest-rivers-hammer.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@itsrakesh/eslint-config": minor -"@itsrakesh/tsconfig": minor -"@itsrakesh/ui": minor -"@itsrakesh/utils": minor ---- - -Build fix diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 0feb845..b698e69 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/eslint-config +## 1.1.0 + +### Minor Changes + +- 6026bea: Build fix + ## 1.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c7d96dc..64b8413 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/eslint-config", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 13875ff..a8df07b 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/tsconfig +## 1.1.0 + +### Minor Changes + +- 6026bea: Build fix + ## 1.0.0 ### Major Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 735faaf..4ec2b8c 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/tsconfig", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "description": "A shared tsconfig.json for itsrakesh", "publishConfig": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4763ae4..028d301 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/ui +## 0.2.0 + +### Minor Changes + +- 6026bea: Build fix + ## 0.1.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index d5294f1..bd35f35 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/ui", - "version": "0.1.0", + "version": "0.2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3889e1e..fb81b88 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/utils +## 1.1.0 + +### Minor Changes + +- 6026bea: Build fix + ## 1.0.0 ### Major Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 2fe955a..4c213fc 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/utils", - "version": "1.0.0", + "version": "1.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",