Skip to content

Commit

Permalink
Merge pull request #45 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 be2ee1f + 5dab6ac commit 79e5ad3
Show file tree
Hide file tree
Showing 21 changed files with 136 additions and 88 deletions.
11 changes: 0 additions & 11 deletions .changeset/cool-jars-provide.md

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc

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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

### Patch Changes

- Updated dependencies [ce089ad]
- utils@3.0.0

## 2.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": "2.0.0",
"version": "3.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.4",
"styled-components": "^6.1.8",
"utils": "2.0.0",
"utils": "3.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"eslint-config-custom": "2.0.0",
"tsconfig": "2.0.0",
"eslint-config-custom": "3.0.0",
"tsconfig": "3.0.0",
"typescript": "^5.4.2"
}
}
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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

### Patch Changes

- Updated dependencies [ce089ad]
- tailwind-config@3.0.0
- utils@3.0.0
- ui@3.0.0
- cms@3.0.0

## 2.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": "2.0.0",
"version": "3.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -23,7 +23,7 @@
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cms": "2.0.0",
"cms": "3.0.0",
"framer-motion": "^11.0.14",
"next": "14.1.3",
"next-sanity": "^8.4.1",
Expand All @@ -32,10 +32,10 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form-persist": "^3.0.0",
"tailwind-config": "2.0.0",
"ui": "2.0.0",
"tailwind-config": "3.0.0",
"ui": "3.0.0",
"usehooks-ts": "^3.0.1",
"utils": "2.0.0",
"utils": "3.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
Expand All @@ -45,10 +45,10 @@
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.18",
"eslint-config-custom": "2.0.0",
"eslint-config-custom": "3.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsconfig": "2.0.0",
"tsconfig": "3.0.0",
"typescript": "^5.4.2"
}
}
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,12 @@
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@manypkg/cli": "^0.21.3",
"@total-typescript/ts-reset": "^0.5.1",
"commitlint": "^19.2.0",
"eslint": "8.57.0",
"eslint-config-custom": "2.0.0",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tsconfig": "2.0.0",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
"turbo": "^1.12.5"
},
"engines": {
"node": ">=18",
Expand Down
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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

## 2.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": "2.0.0",
"version": "3.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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

## 2.0.0

### Major 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": "2.0.0",
"version": "3.0.0",
"main": "tailwind.config.ts",
"types": "tailwind.config.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsconfig": "2.0.0"
"tsconfig": "3.0.0"
},
"dependencies": {
"@capsizecss/core": "^4.1.0",
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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

## 2.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": "2.0.0",
"version": "3.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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

## 2.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": "2.0.0",
"version": "3.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand All @@ -25,13 +25,13 @@
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"eslint-config-custom": "2.0.0",
"eslint-config-custom": "3.0.0",
"eslint-plugin-storybook": "^0.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "^8.0.0",
"tailwind-config": "2.0.0",
"tsconfig": "2.0.0",
"tailwind-config": "3.0.0",
"tsconfig": "3.0.0",
"typescript": "^5.4.2"
},
"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

## 3.0.0

### Major Changes

- ce089ad: Update to latest dependencies

### Patch Changes

- Updated dependencies [ce089ad]
- tsconfig@3.0.0

## 2.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,10 +1,10 @@
{
"name": "utils",
"private": true,
"version": "2.0.0",
"version": "3.0.0",
"dependencies": {
"nanoid": "^5.0.6",
"slugify": "^1.6.6",
"tsconfig": "2.0.0"
"tsconfig": "3.0.0"
}
}
Loading

0 comments on commit 79e5ad3

Please sign in to comment.