Skip to content

Commit

Permalink
Merge pull request #136 from kobaltedev/develop
Browse files Browse the repository at this point in the history
chore: changeset v0.7.2
  • Loading branch information
fabien-ml authored Mar 8, 2023
2 parents 8a1c957 + 81d2e40 commit 3a55b67
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/curly-hounds-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@kobalte/tests": patch
"@kobalte/utils": patch
"@kobalte/core": patch
---

fix: nexgen ts module resolutions
1 change: 1 addition & 0 deletions apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const CORE_VERSIONS = [
"0.6.2",
"0.7.0",
"0.7.1",
"0.7.2",
].reverse();

export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].replaceAll(".", "-")}`;
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-7-2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v0.7.2

**March 08, 2023**.

## Bug fixes

- [#135](https://github.com/kobaltedev/kobalte/pull/135)
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3a55b67

Please sign in to comment.