Skip to content

Commit

Permalink
Update ecs-patterns stability from Experimental to Stable (aws#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk authored and mergify[bot] committed Oct 4, 2019
1 parent 020a6d5 commit a9a06c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions packages/@aws-cdk/aws-ecs-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@

---

![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**
>
> This API is still under active development and subject to non-backward
> compatible changes or removal in any future version. Use of the API is not recommended in production
> environments. Experimental APIs are not subject to the Semantic Versioning model.
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)


---
<!--END STABILITY BANNER-->
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
"stability": "stable"
}

0 comments on commit a9a06c8

Please sign in to comment.