Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent cf4f9ca commit 42f9475
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 25 deletions.
14 changes: 0 additions & 14 deletions .changeset/smart-ghosts-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-example

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {},
"dependencies": {},
Expand Down
12 changes: 12 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @committed/ds-next

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

### Patch Changes

- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]:
- @committed/ds@1.0.0
- @committed/ds-ss@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"codegen": "panda codegen ",
Expand Down
14 changes: 14 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @committed/ds-storybook

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

### Patch Changes

- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]:
- @committed/eslint-config@0.2.0
- @committed/ds-tsconfig@0.2.0
- @committed/ds@1.0.0
- @committed/ds-ss@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"postinstall": "pnpm dlx playwright@1.38.1 install --with-deps chromium",
Expand Down
14 changes: 14 additions & 0 deletions packages/ds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @committed/ds

## 1.0.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

### Patch Changes

- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]:
- @committed/ds-utilities@0.2.0
- @committed/ds-colors@0.2.0
- @committed/ds-tokens@0.2.0
- @committed/ds-ss@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@committed/ds",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0",
"@committed/ds-ss": ">= 0.1.0"
"@committed/ds-ss": ">=0.2.0"
},
"dependencies": {
"@committed/ds-colors": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/ss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-ss

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"type": "module",
"private": false,
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions presets/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-colors

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions presets/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-tokens

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions presets/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-utilities

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions support/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/eslint-config

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions support/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @committed/ds-tsconfig

## 0.2.0

### Minor Changes

- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT"
}

0 comments on commit 42f9475

Please sign in to comment.