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 17, 2023
2 parents 84742d9 + 3137ebe commit 5cf6265
Show file tree
Hide file tree
Showing 23 changed files with 109 additions and 31 deletions.
14 changes: 0 additions & 14 deletions .changeset/stale-snails-greet.md

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
- name: Run build
run: |
pnpm run ci
- name: Creating .npmrc
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: create and publish versions
uses: changesets/action@v1
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
Expand All @@ -51,9 +59,3 @@ jobs:
publish: pnpm ci:publish
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
2 changes: 1 addition & 1 deletion 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 Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"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 publish -r --publish-branch beta && pnpm run ci:storybook",
"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
2 changes: 1 addition & 1 deletion packages/ds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
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
2 changes: 1 addition & 1 deletion packages/ss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@committed/ds-ss",
"description": "This package is auto-generated by Panda CSS",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"devDependencies": {
"react": "^18.2.0",
Expand Down
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
2 changes: 1 addition & 1 deletion presets/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-colors",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
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
2 changes: 1 addition & 1 deletion presets/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-tokens",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
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
2 changes: 1 addition & 1 deletion presets/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-utilities",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
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
2 changes: 1 addition & 1 deletion support/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions support/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion support/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds-tsconfig",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT"
}

0 comments on commit 5cf6265

Please sign in to comment.