Skip to content

Commit

Permalink
add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed May 31, 2024
1 parent 36d818d commit 6f4ab48
Showing 1 changed file with 36 additions and 0 deletions.
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>

0 comments on commit 6f4ab48

Please sign in to comment.