Skip to content

Commit

Permalink
Merge pull request #132 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 Mar 7, 2023
2 parents bd9f66a + 2a70b2f commit f6e75d5
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .changeset/rude-meals-press.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 @@ -31,14 +31,14 @@
"start": "solid-start start"
},
"dependencies": {
"@kobalte/core": "0.6.2",
"@kobalte/core": "0.7.0",
"@solidjs/meta": "0.28.2",
"@solidjs/router": "0.7.0",
"@tanstack/solid-virtual": "3.0.0-beta.6",
"clsx": "1.2.1"
},
"devDependencies": {
"@kobalte/tailwindcss": "0.4.2",
"@kobalte/tailwindcss": "0.5.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/rollup": "2.3.0",
"@tailwindcss/typography": "0.5.9",
Expand Down
6 changes: 3 additions & 3 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.6.2",
"@kobalte/utils": "^0.5.1",
"@kobalte/core": "^0.7.0",
"@kobalte/utils": "^0.6.0",
"solid-js": "1.6.12"
},
"devDependencies": {
"@kobalte/tailwindcss": "^0.4.2",
"@kobalte/tailwindcss": "^0.5.0",
"autoprefixer": "10.4.13",
"postcss": "8.4.21",
"tailwindcss": "3.2.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kobalte/core

## 0.7.0

### Minor Changes

- 0a1b042: New Select and Polymorphism API

### Patch Changes

- Updated dependencies [0a1b042]
- @kobalte/utils@0.6.0

## 0.6.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/core",
"version": "0.6.2",
"version": "0.7.0",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down Expand Up @@ -54,10 +54,10 @@
"@internationalized/date": "^3.1.0",
"@internationalized/number": "^3.2.0",
"@internationalized/string": "^3.1.0",
"@kobalte/utils": "^0.5.1"
"@kobalte/utils": "^0.6.0"
},
"devDependencies": {
"@kobalte/tests": "^0.2.1"
"@kobalte/tests": "^0.3.0"
},
"peerDependencies": {
"solid-js": "^1.6.12"
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.5.0

### Minor Changes

- 0a1b042: New Select and Polymorphism API

## 0.4.2

### Patch 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.4.2",
"version": "0.5.0",
"private": false,
"description": "A TailwindCSS plugin for styling Kobalte components with data-* attributes by using modifiers like ui-expanded:*",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kobalte/tests

## 0.3.0

### Minor Changes

- 0a1b042: New Select and Polymorphism API

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/tests",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"description": "Helper package that is used to contain commonly repeated tests logic.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kobalte/utils

## 0.6.0

### Minor Changes

- 0a1b042: New Select and Polymorphism API

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/utils",
"version": "0.5.1",
"version": "0.6.0",
"private": false,
"description": "Common utilities and types for Kobalte.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla-extract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kobalte/vanilla-extract

## 0.3.0

### Minor Changes

- 0a1b042: New Select and Polymorphism API

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/vanilla-extract",
"version": "0.2.1",
"version": "0.3.0",
"private": false,
"description": "Vanilla Extract utils to style Kobalte components easily",
"keywords": [
Expand Down
14 changes: 7 additions & 7 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 f6e75d5

Please sign in to comment.