-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36d818d
commit 6f4ab48
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
apps/dialtone-documentation/docs/about/whats-new/posts/2024-5-31.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
heading: Promoted Dialtone 9 to latest | ||
author: Tico Ortega | ||
posted: '2024-5-15' | ||
--- | ||
|
||
<BlogPost :author="$frontmatter.author" :posted="parse($frontmatter.posted, 'y-M-d', new Date())" :heading="$frontmatter.heading"> | ||
|
||
**👋 Hey there,** we're excited to share some updates. | ||
|
||
## Dialtone 9 promoted to latest | ||
|
||
Now that all our core apps have been migrated from Dialtone 8 to Dialtone 9. | ||
We are promoting Dialtone 9 to latest. | ||
|
||
### How this will affect you? | ||
|
||
From now on, you should install Dialtone with `npm install @dialpad/dialtone@latest --save-exact`. | ||
|
||
### Still not fully migrated? | ||
|
||
If you're using our library and haven't fully migrated to Dialtone 9, please refer to this | ||
[blog post](https://dialtone.dialpad.com/about/whats-new/posts/2023-12-28.html) for the migration reference. | ||
|
||
## Got questions? | ||
|
||
We're here to help! Reach out us in the `#dialtone` channel for any assistance you need. | ||
|
||
Thanks for your patience and understanding, | ||
Dialtone Team 💜 | ||
</BlogPost> | ||
|
||
<script setup> | ||
import BlogPost from '@baseComponents/BlogPost.vue'; | ||
import { parse } from 'date-fns'; | ||
</script> |