Skip to content

Commit

Permalink
chore: update versions (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jer3m01 <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 512b844 commit 365b34e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/four-doors-sell.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 @@ -34,7 +34,7 @@
"dependencies": {
"@docsearch/css": "3.5.2",
"@docsearch/js": "3.5.2",
"@kobalte/core": "0.13.5",
"@kobalte/core": "0.13.6",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.12.4",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kobalte/core

## 0.13.6

### Patch Changes

- 512b844d: ## v0.13.6 (August 27, 2024)

**Bug fixes**

- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))

- Updated dependencies [512b844d]
- @kobalte/utils@0.9.1

## 0.13.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/core",
"version": "0.13.5",
"version": "0.13.6",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down Expand Up @@ -73,7 +73,7 @@
"@floating-ui/dom": "^1.5.1",
"@internationalized/date": "^3.4.0",
"@internationalized/number": "^3.2.1",
"@kobalte/utils": "^0.9.0",
"@kobalte/utils": "^0.9.1",
"@solid-primitives/props": "^3.1.8",
"@solid-primitives/resize-observer": "^2.0.26",
"solid-presence": "^0.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kobalte/utils

## 0.9.1

### Patch Changes

**Bug fixes**

- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))

## 0.9.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/utils",
"version": "0.9.0",
"version": "0.9.1",
"private": false,
"description": "Common utilities and types for Kobalte.",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,10 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"source": "src/index.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
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.

0 comments on commit 365b34e

Please sign in to comment.