Skip to content

Commit

Permalink
Merge pull request #329 from commitd/changeset-release/beta
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
stuarthendren authored Nov 19, 2023
2 parents 1f2c098 + 08f4f4f commit f88bc6c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-doors-taste.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies [[`2b55598`](https://github.com/commitd/components/commit/2b5559815ba96ab6e3e25e5418ecd639f7fb485e)]:
- @committed/ds@1.0.1

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

## 0.2.1

### Patch Changes

- Updated dependencies [[`2b55598`](https://github.com/commitd/components/commit/2b5559815ba96ab6e3e25e5418ecd639f7fb485e)]:
- @committed/ds@1.0.1

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

## 1.0.1

### Patch Changes

- [#328](https://github.com/commitd/components/pull/328) [`2b55598`](https://github.com/commitd/components/commit/2b5559815ba96ab6e3e25e5418ecd639f7fb485e) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Fix to ThemeProvider logic and Badge typeing

## 1.0.0

### Minor Changes
Expand Down
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f88bc6c

Please sign in to comment.