Skip to content

Commit

Permalink
Merge pull request #183 from kobaltedev/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
fabien-ml authored Apr 24, 2023
2 parents 67659b2 + a156014 commit 411543d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-candles-grow.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@docsearch/css": "3.3.3",
"@docsearch/js": "3.3.3",
"@kobalte/core": "0.9.0",
"@kobalte/core": "0.9.1",
"@solidjs/meta": "0.28.4",
"@solidjs/router": "0.8.2",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand All @@ -43,7 +43,7 @@
"undici": "5.22.0"
},
"devDependencies": {
"@kobalte/tailwindcss": "0.6.0",
"@kobalte/tailwindcss": "0.6.1",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/rollup": "2.3.0",
"@tailwindcss/typography": "0.5.9",
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"start": "vite"
},
"dependencies": {
"@kobalte/core": "^0.9.0",
"@kobalte/core": "^0.9.1",
"@kobalte/utils": "^0.7.0",
"solid-js": "1.7.3"
},
"devDependencies": {
"@kobalte/tailwindcss": "^0.6.0",
"@kobalte/tailwindcss": "^0.6.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"tailwindcss": "3.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kobalte/core

## 0.9.1

### Patch Changes

- 24aeebb: v0.9.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/core",
"version": "0.9.0",
"version": "0.9.1",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kobalte/tailwindcss

## 0.6.1

### Patch Changes

- 24aeebb: v0.9.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/tailwindcss",
"version": "0.6.0",
"version": "0.6.1",
"private": false,
"description": "A TailwindCSS plugin for styling Kobalte components with data-* attributes by using modifiers like ui-expanded:*",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 411543d

Please sign in to comment.