diff --git a/.changeset/gentle-socks-grab.md b/.changeset/gentle-socks-grab.md deleted file mode 100644 index 4328171..0000000 --- a/.changeset/gentle-socks-grab.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"cms": patch -"web": patch -"eslint-config-custom": patch -"tailwind-config": patch -"tsconfig": patch -"ui": patch -"utils": patch ---- - -Add release action diff --git a/apps/cms/CHANGELOG.md b/apps/cms/CHANGELOG.md index 501e5d8..ec0f88a 100644 --- a/apps/cms/CHANGELOG.md +++ b/apps/cms/CHANGELOG.md @@ -1,5 +1,13 @@ # cms +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action +- Updated dependencies [cd52607] + - utils@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/apps/cms/package.json b/apps/cms/package.json index fc805a3..904509a 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -1,7 +1,7 @@ { "name": "cms", "private": true, - "version": "1.0.0", + "version": "1.0.1", "scripts": { "dev": "sanity dev", "start": "sanity start", @@ -38,7 +38,7 @@ "sanity-plugin-webhooks": "^1.0.0", "sanity-plugin-workflow": "^1.0.2", "styled-components": "^6.1.6", - "utils": "1.0.0", + "utils": "1.0.1", "zod": "^3.22.4" }, "devDependencies": { @@ -46,7 +46,7 @@ "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "eslint-config-custom": "*", - "tsconfig": "1.0.0", + "tsconfig": "1.0.1", "typescript": "^5.3.3" } } diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md index cec49ef..0c50907 100644 --- a/apps/web/CHANGELOG.md +++ b/apps/web/CHANGELOG.md @@ -1,5 +1,16 @@ # web +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action +- Updated dependencies [cd52607] + - cms@1.0.1 + - tailwind-config@1.0.1 + - ui@1.0.1 + - utils@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/apps/web/package.json b/apps/web/package.json index a94d79e..5866dab 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "1.0.0", + "version": "1.0.1", "scripts": { "dev": "next dev", "build": "next build", @@ -22,7 +22,7 @@ "@vercel/analytics": "^1.1.1", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", - "cms": "1.0.0", + "cms": "1.0.1", "framer-motion": "^10.16.16", "next": "14.0.4", "next-sanity": "^7.0.5", @@ -31,10 +31,10 @@ "react-dom": "18.2.0", "react-hook-form": "^7.49.2", "react-hook-form-persist": "^3.0.0", - "tailwind-config": "1.0.0", - "ui": "1.0.0", + "tailwind-config": "1.0.1", + "ui": "1.0.1", "usehooks-ts": "^2.9.1", - "utils": "1.0.0", + "utils": "1.0.1", "zod": "^3.22.4", "zustand": "^4.4.7" }, @@ -47,7 +47,7 @@ "eslint-config-custom": "*", "postcss": "^8.4.32", "tailwindcss": "^3.3.7", - "tsconfig": "1.0.0", + "tsconfig": "1.0.1", "typescript": "^5.3.3" } } diff --git a/packages/config/eslint-custom-config/CHANGELOG.md b/packages/config/eslint-custom-config/CHANGELOG.md index 03a00a0..31cb8b9 100644 --- a/packages/config/eslint-custom-config/CHANGELOG.md +++ b/packages/config/eslint-custom-config/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-custom +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action + ## 1.0.0 ### Major Changes diff --git a/packages/config/eslint-custom-config/package.json b/packages/config/eslint-custom-config/package.json index 7af91bf..f48e4ff 100644 --- a/packages/config/eslint-custom-config/package.json +++ b/packages/config/eslint-custom-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "1.0.0", + "version": "1.0.1", "main": "base.js", "license": "MIT", "private": true, diff --git a/packages/config/tailwind/CHANGELOG.md b/packages/config/tailwind/CHANGELOG.md index 5ebee57..49286d4 100644 --- a/packages/config/tailwind/CHANGELOG.md +++ b/packages/config/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # tailwind-config +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action + ## 1.0.0 ### Major Changes diff --git a/packages/config/tailwind/package.json b/packages/config/tailwind/package.json index 1a80b0c..93b17ec 100644 --- a/packages/config/tailwind/package.json +++ b/packages/config/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "1.0.0", + "version": "1.0.1", "main": "tailwind.config.ts", "types": "tailwind.config.ts", "license": "MIT", @@ -12,7 +12,7 @@ "autoprefixer": "^10.4.15", "postcss": "^8.4.32", "tailwindcss": "^3.3.7", - "tsconfig": "1.0.0" + "tsconfig": "1.0.1" }, "dependencies": { "@capsizecss/core": "^3.1.1", diff --git a/packages/config/tsconfig/CHANGELOG.md b/packages/config/tsconfig/CHANGELOG.md index 2d572e2..239284e 100644 --- a/packages/config/tsconfig/CHANGELOG.md +++ b/packages/config/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # tsconfig +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action + ## 1.0.0 ### Major Changes diff --git a/packages/config/tsconfig/package.json b/packages/config/tsconfig/package.json index 4a52f0a..7563768 100644 --- a/packages/config/tsconfig/package.json +++ b/packages/config/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "1.0.0", + "version": "1.0.1", "private": true, "license": "MIT", "publishConfig": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3ea9939..9844db3 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # ui +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action + ## 1.0.0 ### Major Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f65cb80..7b7b394 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.0.0", + "version": "1.0.1", "main": "./index.tsx", "types": "./index.tsx", "license": "MIT", @@ -30,8 +30,8 @@ "react": "18.2.0", "react-dom": "18.2.0", "storybook": "^7.6.5", - "tailwind-config": "1.0.0", - "tsconfig": "1.0.0", + "tailwind-config": "1.0.1", + "tsconfig": "1.0.1", "typescript": "^5.3.3" }, "dependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0e42b9e..69016ea 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # utils +## 1.0.1 + +### Patch Changes + +- cd52607: Add release action +- Updated dependencies [cd52607] + - tsconfig@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 92a36af..368883c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,10 +1,10 @@ { "name": "utils", "private": true, - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "nanoid": "^5.0.4", "slugify": "^1.6.6", - "tsconfig": "1.0.0" + "tsconfig": "1.0.1" } }