Skip to content

Commit

Permalink
Merge pull request #18 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 Dec 30, 2023
2 parents 9020bb5 + db2c1d2 commit ffe519a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-ties-swim.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.16

### Patch Changes

- e3691b2: Fix AppShell component layout

## 0.0.15

### 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.15",
"version": "0.0.16",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cloudmix-dev/tailwind

## 0.0.16

## 0.0.15

## 0.0.14
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.15",
"version": "0.0.16",
"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.15",
"@cloudmix-dev/react": "workspace:~0.0.16",
"@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.15",
"@cloudmix-dev/tailwind": "workspace:~0.0.16",
"@storybook/addon-essentials": "~7.6.6",
"@storybook/addon-interactions": "~7.6.6",
"@storybook/addon-links": "~7.6.6",
Expand Down

0 comments on commit ffe519a

Please sign in to comment.