Skip to content

Commit

Permalink
Merge pull request #42 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 Mar 16, 2024
2 parents 2b110bd + e1a8a53 commit 318ecd3
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 32 deletions.
11 changes: 0 additions & 11 deletions .changeset/friendly-tomatoes-press.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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

### Patch Changes

- Updated dependencies [650282d]
- utils@2.0.0

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"scripts": {
"dev": "sanity dev",
"start": "sanity start",
Expand Down Expand Up @@ -38,15 +38,15 @@
"sanity-plugin-webhooks": "^1.0.0",
"sanity-plugin-workflow": "^1.0.2",
"styled-components": "^6.1.6",
"utils": "1.0.1",
"utils": "2.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"eslint-config-custom": "1.0.1",
"tsconfig": "1.0.1",
"eslint-config-custom": "2.0.0",
"tsconfig": "2.0.0",
"typescript": "^5.3.3"
}
}
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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

### Patch Changes

- Updated dependencies [650282d]
- tailwind-config@2.0.0
- utils@2.0.0
- ui@2.0.0
- cms@2.0.0

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -22,7 +22,7 @@
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cms": "1.0.1",
"cms": "2.0.0",
"framer-motion": "^10.16.16",
"next": "14.0.4",
"next-sanity": "^7.0.5",
Expand All @@ -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.1",
"ui": "1.0.1",
"tailwind-config": "2.0.0",
"ui": "2.0.0",
"usehooks-ts": "^2.9.1",
"utils": "1.0.1",
"utils": "2.0.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
Expand All @@ -44,10 +44,10 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.15",
"eslint-config-custom": "1.0.1",
"eslint-config-custom": "2.0.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.7",
"tsconfig": "1.0.1",
"tsconfig": "2.0.0",
"typescript": "^5.3.3"
}
}
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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"main": "base.js",
"license": "MIT",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tailwind-config

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-config",
"version": "1.0.1",
"version": "2.0.0",
"main": "tailwind.config.ts",
"types": "tailwind.config.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.15",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.7",
"tsconfig": "1.0.1"
"tsconfig": "2.0.0"
},
"dependencies": {
"@capsizecss/core": "^3.1.1",
Expand Down
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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand All @@ -25,13 +25,13 @@
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"eslint-config-custom": "1.0.1",
"eslint-config-custom": "2.0.0",
"eslint-plugin-storybook": "^0.6.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "^7.6.5",
"tailwind-config": "1.0.1",
"tsconfig": "1.0.1",
"tailwind-config": "2.0.0",
"tsconfig": "2.0.0",
"typescript": "^5.3.3"
},
"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

## 2.0.0

### Major Changes

- 650282d: Update dependencies, fix pnpm workspace settings, linting and type errors"

### Patch Changes

- Updated dependencies [650282d]
- tsconfig@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "utils",
"private": true,
"version": "1.0.1",
"version": "2.0.0",
"dependencies": {
"nanoid": "^5.0.4",
"slugify": "^1.6.6",
"tsconfig": "1.0.1"
"tsconfig": "2.0.0"
}
}

0 comments on commit 318ecd3

Please sign in to comment.