Skip to content

Commit

Permalink
Merge pull request #74 from magicspon/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package(s)
  • Loading branch information
magicspon authored May 20, 2024
2 parents 646646e + 057b6d2 commit c473d98
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 48 deletions.
11 changes: 0 additions & 11 deletions .changeset/khaki-parrots-tap.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cms

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

### Patch Changes

- Updated dependencies [b1dacf3]
- utils@4.0.0

## 3.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cms",
"private": true,
"version": "3.0.0",
"version": "4.0.0",
"scripts": {
"dev": "sanity dev",
"start": "sanity start",
Expand Down Expand Up @@ -38,15 +38,15 @@
"sanity-plugin-webhooks": "^1.1.0",
"sanity-plugin-workflow": "^1.0.4",
"styled-components": "^6.1.11",
"utils": "3.0.0",
"utils": "4.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "3.0.0",
"tsconfig": "3.0.0",
"eslint-config-custom": "4.0.0",
"tsconfig": "4.0.0",
"typescript": "^5.4.5"
}
}
14 changes: 14 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# web

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

### Patch Changes

- Updated dependencies [b1dacf3]
- tailwind-config@4.0.0
- utils@4.0.0
- ui@4.0.0
- cms@4.0.0

## 3.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "3.0.0",
"version": "4.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -25,7 +25,7 @@
"@vitejs/plugin-react": "^4.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cms": "3.0.0",
"cms": "4.0.0",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"framer-motion": "^11.2.4",
Expand All @@ -36,10 +36,10 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.51.4",
"react-hook-form-persist": "^3.0.0",
"tailwind-config": "3.0.0",
"ui": "3.0.0",
"tailwind-config": "4.0.0",
"ui": "4.0.0",
"usehooks-ts": "^3.1.0",
"utils": "3.0.0",
"utils": "4.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand All @@ -49,10 +49,10 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint-config-custom": "3.0.0",
"eslint-config-custom": "4.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tsconfig": "3.0.0",
"tsconfig": "4.0.0",
"typescript": "^5.4.5"
}
}
6 changes: 6 additions & 0 deletions packages/config/eslint-custom-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-custom

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint-custom-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "3.0.0",
"version": "4.0.0",
"main": "base.js",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# tailwind-config

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

### Patch Changes

- Updated dependencies [b1dacf3]
- utils@4.0.0

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-config",
"version": "3.0.0",
"version": "4.0.0",
"main": "tailwind.config.ts",
"types": "tailwind.config.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tsconfig": "3.0.0"
"tsconfig": "4.0.0"
},
"dependencies": {
"@capsizecss/core": "^4.1.2",
Expand All @@ -22,6 +22,6 @@
"@tailwindcss/typography": "^0.5.13",
"@themosaad/tailwindcss-capsize": "^1.0.0",
"tailwindcss-animate": "^1.0.6",
"utils": "3.0.0"
"utils": "4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/config/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tsconfig

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ui

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

## 3.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "3.0.0",
"version": "4.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand All @@ -27,13 +27,13 @@
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "3.0.0",
"eslint-config-custom": "4.0.0",
"eslint-plugin-storybook": "^0.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "^8.1.1",
"tailwind-config": "3.0.0",
"tsconfig": "3.0.0",
"tailwind-config": "4.0.0",
"tsconfig": "4.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# utils

## 4.0.0

### Major Changes

- b1dacf3: Primitive storybooks and code gen tools

### Patch Changes

- Updated dependencies [b1dacf3]
- tsconfig@4.0.0

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "utils",
"private": true,
"version": "3.0.0",
"version": "4.0.0",
"dependencies": {
"colorjs.io": "^0.5.0",
"nanoid": "^5.0.7",
"slugify": "^1.6.6",
"tsconfig": "3.0.0"
"tsconfig": "4.0.0"
}
}
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c473d98

Please sign in to comment.