diff --git a/.changeset/stale-snails-greet.md b/.changeset/stale-snails-greet.md deleted file mode 100644 index 60d8f88d..00000000 --- a/.changeset/stale-snails-greet.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@committed/eslint-config': minor -'@committed/ds-utilities': minor -'@committed/ds-tsconfig': minor -'@committed/ds-storybook': minor -'@committed/ds-colors': minor -'@committed/ds-tokens': minor -'@committed/ds-example': minor -'@committed/ds': minor -'@committed/ds-ss': minor -'@committed/ds-next': minor ---- - -Initial version of pandacss base committed components diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27572ef7..351a31b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md new file mode 100644 index 00000000..4826982c --- /dev/null +++ b/apps/example/CHANGELOG.md @@ -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 diff --git a/apps/example/package.json b/apps/example/package.json index 64114e12..d7d57a21 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-example", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": {}, "dependencies": {}, diff --git a/apps/next/CHANGELOG.md b/apps/next/CHANGELOG.md new file mode 100644 index 00000000..52ed671c --- /dev/null +++ b/apps/next/CHANGELOG.md @@ -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 diff --git a/apps/next/package.json b/apps/next/package.json index c870bf3b..efc6442a 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-next", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": { "prepare": "pnpm codegen", diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md new file mode 100644 index 00000000..aa23a40f --- /dev/null +++ b/apps/storybook/CHANGELOG.md @@ -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 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 04c82605..01d1f610 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -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", @@ -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:*", @@ -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", @@ -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", diff --git a/package.json b/package.json index b8ac201f..fdaabae5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/packages/ds/CHANGELOG.md b/packages/ds/CHANGELOG.md new file mode 100644 index 00000000..2f2e2b8d --- /dev/null +++ b/packages/ds/CHANGELOG.md @@ -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 diff --git a/packages/ds/package.json b/packages/ds/package.json index 8fc9a77c..d39f2bc3 100644 --- a/packages/ds/package.json +++ b/packages/ds/package.json @@ -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", diff --git a/packages/ss/CHANGELOG.md b/packages/ss/CHANGELOG.md new file mode 100644 index 00000000..6483fc64 --- /dev/null +++ b/packages/ss/CHANGELOG.md @@ -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 diff --git a/packages/ss/package.json b/packages/ss/package.json index ac67c968..64eb00a6 100644 --- a/packages/ss/package.json +++ b/packages/ss/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9a29069..fe19557c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -199,6 +199,9 @@ importers: '@storybook/react-vite': specifier: ^7.4.5 version: 7.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.6)(vite@4.4.9) + '@storybook/storybook-deployer': + specifier: ^2.8.16 + version: 2.8.16 '@storybook/test-runner': specifier: ^0.13.0 version: 0.13.0(@types/node@17.0.45) @@ -5930,6 +5933,17 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + /@storybook/storybook-deployer@2.8.16: + resolution: {integrity: sha512-DRQrjyLKaRLXMYo7SNUznyGabtOLJ0b9yfBKNVMu6PsUHJifGPabXuNXmRPZ6qvyhHUSKLQgeLaX8L3Og6uFUg==} + hasBin: true + dependencies: + git-url-parse: 12.0.0 + glob: 7.2.3 + parse-repo: 1.0.4 + shelljs: 0.8.5 + yargs: 15.4.1 + dev: true + /@storybook/telemetry@7.4.5: resolution: {integrity: sha512-JbhQXZF5sqS2c7Cf+vAtuKTdTSBDco+liUP2UGQFjqdacTRLVzxyj+YY2UH4aAQn7wpmnQ67iHnqFp0+fdYmAA==} dependencies: @@ -10530,6 +10544,19 @@ packages: - supports-color dev: true + /git-up@6.0.0: + resolution: {integrity: sha512-6RUFSNd1c/D0xtGnyWN2sxza2bZtZ/EmI9448n6rCZruFwV/ezeEn2fJP7XnUQGwf0RAtd/mmUCbtH6JPYA2SA==} + dependencies: + is-ssh: 1.4.0 + parse-url: 7.0.2 + dev: true + + /git-url-parse@12.0.0: + resolution: {integrity: sha512-I6LMWsxV87vysX1WfsoglXsXg6GjQRKq7+Dgiseo+h0skmp5Hp2rzmcEIRQot9CPA+uzU7x1x7jZdqvTFGnB+Q==} + dependencies: + git-up: 6.0.0 + dev: true + /github-slugger@1.5.0: resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==} @@ -11050,6 +11077,11 @@ packages: has: 1.0.3 side-channel: 1.0.4 + /interpret@1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + dev: true + /invariant@2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: @@ -11289,6 +11321,12 @@ packages: dependencies: call-bind: 1.0.2 + /is-ssh@1.4.0: + resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} + dependencies: + protocols: 2.0.1 + dev: true + /is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} @@ -13238,6 +13276,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /normalize-url@6.1.0: + resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} + engines: {node: '>=10'} + dev: true + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -13578,6 +13621,25 @@ packages: engines: {node: '>=0.10.0'} dev: true + /parse-path@5.0.0: + resolution: {integrity: sha512-qOpH55/+ZJ4jUu/oLO+ifUKjFPNZGfnPJtzvGzKN/4oLMil5m9OH4VpOj6++9/ytJcfks4kzH2hhi87GL/OU9A==} + dependencies: + protocols: 2.0.1 + dev: true + + /parse-repo@1.0.4: + resolution: {integrity: sha512-RdwYLh7cmxByP/BfeZX0QfIVfeNrH2fWgK1aLsGK+G6nCO4WTlCks4J7aW0O3Ap9BCPDF/e8rGTT50giQr10zg==} + dev: true + + /parse-url@7.0.2: + resolution: {integrity: sha512-PqO4Z0eCiQ08Wj6QQmrmp5YTTxpYfONdOEamrtvK63AmzXpcavIVQubGHxOEwiIoDZFb8uDOoQFS0NCcjqIYQg==} + dependencies: + is-ssh: 1.4.0 + normalize-url: 6.1.0 + parse-path: 5.0.0 + protocols: 2.0.1 + dev: true + /parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: true @@ -13980,6 +14042,10 @@ packages: resolution: {integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==} dev: true + /protocols@2.0.1: + resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} + dev: true + /proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} @@ -14343,6 +14409,13 @@ packages: source-map: 0.6.1 tslib: 2.5.0 + /rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.8 + dev: true + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -14922,6 +14995,16 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} + /shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.2.3 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: true + /shiki@0.14.3: resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} dependencies: diff --git a/presets/colors/CHANGELOG.md b/presets/colors/CHANGELOG.md new file mode 100644 index 00000000..e817e976 --- /dev/null +++ b/presets/colors/CHANGELOG.md @@ -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 diff --git a/presets/colors/package.json b/presets/colors/package.json index 1586f87f..7b970d74 100644 --- a/presets/colors/package.json +++ b/presets/colors/package.json @@ -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", diff --git a/presets/tokens/CHANGELOG.md b/presets/tokens/CHANGELOG.md new file mode 100644 index 00000000..36c39e6b --- /dev/null +++ b/presets/tokens/CHANGELOG.md @@ -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 diff --git a/presets/tokens/package.json b/presets/tokens/package.json index 6776dc31..9034ed47 100644 --- a/presets/tokens/package.json +++ b/presets/tokens/package.json @@ -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", diff --git a/presets/utilities/CHANGELOG.md b/presets/utilities/CHANGELOG.md new file mode 100644 index 00000000..12f11d25 --- /dev/null +++ b/presets/utilities/CHANGELOG.md @@ -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 diff --git a/presets/utilities/package.json b/presets/utilities/package.json index f1babf0e..e0ba4646 100644 --- a/presets/utilities/package.json +++ b/presets/utilities/package.json @@ -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", diff --git a/support/eslint-config/CHANGELOG.md b/support/eslint-config/CHANGELOG.md new file mode 100644 index 00000000..a87915e9 --- /dev/null +++ b/support/eslint-config/CHANGELOG.md @@ -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 diff --git a/support/eslint-config/package.json b/support/eslint-config/package.json index 0cae51a7..975aeeb4 100644 --- a/support/eslint-config/package.json +++ b/support/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@committed/eslint-config", - "version": "0.0.0", + "version": "0.1.0", "main": "index.js", "private": true, "license": "MIT", diff --git a/support/tsconfig/CHANGELOG.md b/support/tsconfig/CHANGELOG.md new file mode 100644 index 00000000..97fe8f4a --- /dev/null +++ b/support/tsconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# @committed/ds-tsconfig + +## 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 diff --git a/support/tsconfig/package.json b/support/tsconfig/package.json index c981d367..ce9ad9e1 100644 --- a/support/tsconfig/package.json +++ b/support/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-tsconfig", - "version": "0.0.0", + "version": "0.1.0", "private": true, "license": "MIT" }