Skip to content

Commit

Permalink
Merge pull request #137 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 8, 2023
2 parents 3a55b67 + 78b40be commit fdd11eb
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-hounds-mix.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"start": "solid-start start"
},
"dependencies": {
"@kobalte/core": "0.7.1",
"@kobalte/core": "0.7.2",
"@solidjs/meta": "0.28.2",
"@solidjs/router": "0.7.0",
"@tanstack/solid-virtual": "3.0.0-beta.6",
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,8 +31,8 @@
"start": "vite"
},
"dependencies": {
"@kobalte/core": "^0.7.1",
"@kobalte/utils": "^0.6.0",
"@kobalte/core": "^0.7.2",
"@kobalte/utils": "^0.6.1",
"solid-js": "1.6.12"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kobalte/core

## 0.7.2

### Patch Changes

- 81d2e40: fix: nexgen ts module resolutions
- Updated dependencies [81d2e40]
- @kobalte/utils@0.6.1

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down Expand Up @@ -55,10 +55,10 @@
"@internationalized/date": "^3.1.0",
"@internationalized/number": "^3.2.0",
"@internationalized/string": "^3.1.0",
"@kobalte/utils": "^0.6.0"
"@kobalte/utils": "^0.6.1"
},
"devDependencies": {
"@kobalte/tests": "^0.3.0"
"@kobalte/tests": "^0.3.1"
},
"peerDependencies": {
"solid-js": "^1.6.12"
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.1

### Patch Changes

- 81d2e40: fix: nexgen ts module resolutions

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"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.1

### Patch Changes

- 81d2e40: fix: nexgen ts module resolutions

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"private": false,
"description": "Common utilities and types for Kobalte.",
"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 fdd11eb

Please sign in to comment.