Skip to content

Commit

Permalink
chore: versioning changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mashafrancis committed Jul 20, 2023
1 parent 23212d5 commit f93a60d
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 62 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-chairs-dance.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @almond-ui/docs

## 1.0.0

### Major Changes

- 23212d5: Major release Almond-UI tailwind components
102 changes: 51 additions & 51 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "@almond-ui/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"cl-dev": "contentlayer dev",
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .contentlayer"
},
"dependencies": {
"@almond-ui/core": "1.0.0",
"@codesandbox/sandpack-react": "^2.6.9",
"@phosphor-icons/react": "^2.0.10",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "0.3.4",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.9",
"framer-motion": "^10.12.22",
"mdast-util-toc": "^7.0.0",
"next": "13.4.9",
"next-contentlayer": "0.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@codesandbox/sandpack-themes": "^2.0.21",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.26",
"prettier-plugin-tailwindcss": "^0.4.1",
"pretty-quick": "^3.1.3",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0"
}
"name": "@almond-ui/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"cl-dev": "contentlayer dev",
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .contentlayer"
},
"dependencies": {
"@almond-ui/core": "workspace:*",
"@codesandbox/sandpack-react": "^2.6.9",
"@phosphor-icons/react": "^2.0.10",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "0.3.4",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.9",
"framer-motion": "^10.12.22",
"mdast-util-toc": "^7.0.0",
"next": "13.4.9",
"next-contentlayer": "0.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@codesandbox/sandpack-themes": "^2.0.21",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.26",
"prettier-plugin-tailwindcss": "^0.4.1",
"pretty-quick": "^3.1.3",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0"
}
}
7 changes: 7 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @almond-ui/storybook

## 1.0.0

### Major Changes

- 23212d5: Major release Almond-UI tailwind components
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@almond-ui/storybook",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
Expand All @@ -9,7 +9,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@almond-ui/core": "1.0.0",
"@almond-ui/core": "workspace:*",
"@phosphor-icons/react": "^2.0.10",
"class-variance-authority": "^0.7.0",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @almond-ui/core

## 1.0.0

### Major Changes

- 23212d5: Major release Almond-UI tailwind components
4 changes: 2 additions & 2 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 f93a60d

Please sign in to comment.