From 5a009c1f597eb2090a8e4f7f7c8f9a1fd5ac94b2 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Tue, 23 Jun 2020 15:05:30 -0400 Subject: [PATCH] bump version to 9.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32576aff6..69bcefe95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radiance-ui", - "version": "9.0.0-alpha.5", + "version": "9.0.0", "description": "Curology's React based component library", "main": "dist/bundle.js", "module": "dist/bundle-es/index.js",