From 8177ce2a4a5a0cfe64cfaecbf6824c6d096f4e48 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 22 Jul 2020 16:02:20 -0400 Subject: [PATCH] Update badge status --- src/components/badge/badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/badge/badge.tsx b/src/components/badge/badge.tsx index 9f9613b2..45c0d8ed 100644 --- a/src/components/badge/badge.tsx +++ b/src/components/badge/badge.tsx @@ -2,7 +2,7 @@ import { Component, Prop, h } from '@stencil/core'; /** * @since 2.0 - * @status experimental + * @status stable * * @slot - The badge's content. *