Skip to content

Commit

Permalink
Merge pull request #325 from commitd/changeset-release/beta
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
commitd-bot authored and stuarthendren committed Oct 18, 2023
2 parents 84742d9 + 3137ebe commit c3c42cc
Show file tree
Hide file tree
Showing 24 changed files with 193 additions and 32 deletions.
14 changes: 0 additions & 14 deletions .changeset/stale-snails-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish Storybook
if: github.ref == 'refs/heads/beta'
run: pnpm -f storybook run deploy-storybook -- --ci
env:
GH_TOKEN: commitd-bot:${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/ds-example

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-example",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {},
"dependencies": {},
Expand Down
13 changes: 13 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @committed/ds-next

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components

### Patch Changes

- Updated dependencies [[`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760)]:
- @committed/ds@0.1.0
- @committed/ds-ss@0.1.0
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-next",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "pnpm codegen",
Expand Down
13 changes: 13 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @committed/ds-storybook

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components

### Patch Changes

- Updated dependencies [[`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760)]:
- @committed/ds@0.1.0
- @committed/ds-ss@0.1.0
7 changes: 4 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-storybook",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "pnpm dlx playwright@1.38.1 install --with-deps chromium",
Expand All @@ -12,7 +12,7 @@
"build": "storybook build",
"serve": "serve storybook-static",
"debug": "panda debug -c ./panda.config.ts",
"deploy-storybook": "storybook-to-ghpages"
"deploy-storybook": "storybook-to-ghpages --existing-output-dir storybook-static"
},
"dependencies": {
"@committed/ds": "workspace:*",
Expand All @@ -30,8 +30,8 @@
"storybook-dark-mode": "^3.0.1"
},
"devDependencies": {
"@committed/eslint-config": "workspace:*",
"@committed/ds-tsconfig": "workspace:*",
"@committed/eslint-config": "workspace:*",
"@pandacss/dev": "^0.15.4",
"@pandacss/types": "^0.15.4",
"@storybook/addon-actions": "^7.4.5",
Expand All @@ -43,6 +43,7 @@
"@storybook/jest": "^0.2.2",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.0",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"format": "prettier --write '**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
"format:check": "prettier -c '**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
"ci": "turbo run format:check build lint test",
"ci:publish": "pnpm publish -r",
"ci:publish": "pnpm run ci:packages && pnpm run ci:storybook",
"ci:packages": "pnpm --filter=\"./presets/**\" --filter=\"./packages/**\" publish -r --publish-branch beta",
"ci:storybook": "pnpm --filter @committed/ds-storybook run deploy-storybook --ci",
"ci:version": "pnpm changeset version"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @committed/ds

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components

### Patch Changes

- Updated dependencies [[`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760)]:
- @committed/ds-utilities@0.1.0
- @committed/ds-colors@0.1.0
- @committed/ds-tokens@0.1.0
3 changes: 2 additions & 1 deletion packages/ds/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@committed/ds",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"license": "MIT",
"private": false,
"scripts": {
"clean": "rimraf dist",
"debug": "panda debug",
Expand Down
7 changes: 7 additions & 0 deletions packages/ss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/ds-ss

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
3 changes: 2 additions & 1 deletion packages/ss/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@committed/ds-ss",
"description": "This package is auto-generated by Panda CSS",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"private": false,
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
83 changes: 83 additions & 0 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions presets/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/ds-colors

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
3 changes: 2 additions & 1 deletion presets/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@committed/ds-colors",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint \"src/**/*.ts*\"",
"build": "tsup src/index.ts --format=esm,cjs --dts",
Expand Down
7 changes: 7 additions & 0 deletions presets/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/ds-tokens

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
3 changes: 2 additions & 1 deletion presets/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@committed/ds-tokens",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint \"src/**/*.ts*\"",
"build": "tsup src/index.ts --format=esm,cjs --dts",
Expand Down
7 changes: 7 additions & 0 deletions presets/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/ds-utilities

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
3 changes: 2 additions & 1 deletion presets/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@committed/ds-utilities",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint \"src/**/*.ts*\"",
"build": "tsup src/index.ts --format=esm,cjs --dts",
Expand Down
7 changes: 7 additions & 0 deletions support/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @committed/eslint-config

## 0.1.0

### Minor Changes

- [#324](https://github.com/commitd/components/pull/324) [`6fa510c`](https://github.com/commitd/components/commit/6fa510cdc55a18aec4de39e2b9f816875a1f6760) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Initial version of pandacss base committed components
Loading

0 comments on commit c3c42cc

Please sign in to comment.