Skip to content

Commit

Permalink
Merge pull request #52 from cloudmix-dev/changeset-release/main
Browse files Browse the repository at this point in the history
Publish new version
  • Loading branch information
samlaycock authored Jan 13, 2024
2 parents 8b0825d + bc137f1 commit b558422
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-mangos-pretend.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudmix-dev/react

## 0.0.25

### Patch Changes

- 7bea5d7: Update Callout component styling

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudmix-dev/react",
"version": "0.0.24",
"version": "0.0.25",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudmix-dev/tailwind

## 0.0.25

### Patch Changes

- 7bea5d7: Update Callout component styling

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudmix-dev/tailwind",
"version": "0.0.24",
"version": "0.0.25",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.mjs",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions www/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.3.0",
"@cloudmix-dev/react": "workspace:~0.0.24",
"@cloudmix-dev/react": "workspace:~0.0.25",
"@heroicons/react": "~2.1.1",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "~4.20231218.0",
"@cloudmix-dev/tailwind": "workspace:~0.0.24",
"@cloudmix-dev/tailwind": "workspace:~0.0.25",
"@storybook/addon-essentials": "~7.6.8",
"@storybook/addon-interactions": "~7.6.8",
"@storybook/addon-links": "~7.6.8",
Expand Down

0 comments on commit b558422

Please sign in to comment.