Skip to content

Commit

Permalink
chore: changeset v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-ml committed Mar 8, 2023
1 parent 100f82e commit 81d2e40
Show file tree
Hide file tree
Showing 3 changed files with 15 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)

0 comments on commit 81d2e40

Please sign in to comment.