Skip to content

Commit

Permalink
chore: update versions (#449)
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 Jul 22, 2024
1 parent 1b888fa commit 7ceb249
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 23 deletions.
17 changes: 0 additions & 17 deletions .changeset/good-sheep-attend.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.3",
"@kobalte/core": "0.13.4",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.12.4",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @kobalte/core

## 0.13.4

### Patch Changes

- 1b888fa5: ## v0.13.4 (June 22, 2024)

**New features**

- Add source exports ([#408](https://github.com/kobaltedev/kobalte/pull/408))
- Support string style prop ([#432](https://github.com/kobaltedev/kobalte/pull/432))

**Bug fixes**

- Combobox: convert textValue with optionTextValue ([#436](https://github.com/kobaltedev/kobalte/pull/436))
- Polymorphic: override the `component` prop of `<Dynamic />` ([#437](https://github.com/kobaltedev/kobalte/pull/437))
- Slider: inverted slider thumb in the wrong position ([#441](https://github.com/kobaltedev/kobalte/pull/441))
- Wait for presence to finish before enabling scroll ([#447](https://github.com/kobaltedev/kobalte/pull/447))

## 0.13.3

### Patch Changes
Expand Down
17 changes: 13 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.3",
"version": "0.13.4",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand All @@ -24,7 +24,9 @@
},
"license": "MIT",
"author": "jer3m01 <[email protected]>",
"contributors": ["Fabien Marie-Louise <[email protected]>"],
"contributors": [
"Fabien Marie-Louise <[email protected]>"
],
"sideEffects": false,
"type": "module",
"exports": {
Expand All @@ -45,11 +47,18 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*/index.d.ts", "./dist/index.d.ts"]
"*": [
"./dist/*/index.d.ts",
"./dist/index.d.ts"
]
}
},
"source": "src/index.tsx",
"files": ["dist", "src", "NOTICE.txt"],
"files": [
"dist",
"src",
"NOTICE.txt"
],
"scripts": {
"build": "pnpm build:cp && pnpm build:tsup",
"build:cp": "cp ../../NOTICE.txt .",
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 7ceb249

Please sign in to comment.