Skip to content

Commit

Permalink
chore: update versions (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 3, 2024
1 parent bd6999e commit 4bf5a40
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/cold-plums-rhyme.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.2",
"@kobalte/core": "0.13.3",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.12.4",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kobalte/core

## 0.13.3

### Patch Changes

- bd6999e: ## v0.13.3 (June 3, 2024)

**New features**

- [New `NavigationMenu` component](/docs/core/components/navigation-menu) ([#354](https://github.com/kobaltedev/kobalte/pull/409))

## 0.13.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.13.3",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down Expand Up @@ -57,9 +57,9 @@
"NOTICE.txt"
],
"scripts": {
"build": "pnpm build:cp && pnpm build:tsup",
"build:cp": "cp ../../NOTICE.txt .",
"build:tsup": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsup",
"build": "pnpm build:cp && pnpm build:tsup",
"build:cp": "cp ../../NOTICE.txt .",
"build:tsup": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm NOTICE.txt",
"dev": "vite serve dev --host",
"test-old": "jest --passWithNoTests",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4bf5a40

Please sign in to comment.