From a31e435f84bca412d8b1b5445e9dc0ee0be2df06 Mon Sep 17 00:00:00 2001 From: FBerthelot Date: Sat, 27 Jul 2019 14:45:03 +0200 Subject: [PATCH] :bookmark: publish v1.0.0-alpha.5 --- lerna.json | 2 +- packages/component-test-utils-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 3fa2c2e..db86623 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "message": ":bookmark: publish %s" } }, - "version": "1.0.0-alpha.4" + "version": "1.0.0-alpha.5" } diff --git a/packages/component-test-utils-react/package.json b/packages/component-test-utils-react/package.json index 97f2bfc..6b4cc7c 100644 --- a/packages/component-test-utils-react/package.json +++ b/packages/component-test-utils-react/package.json @@ -1,6 +1,6 @@ { "name": "component-test-utils-react", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": " Test react component the same way as other frameworks", "main": "index.js", "scripts": {