From 710007dd2352d47843d7f1175b66237a6275ebbd Mon Sep 17 00:00:00 2001 From: dgading Date: Tue, 16 Feb 2021 11:53:12 -0500 Subject: [PATCH] Update package to 0.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3296fbf4..840bdd43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@civicactions/cmsds-open-data-components", - "version": "0.0.5", + "version": "0.1.0", "description": "Components for the open data catalog frontend using CMS Design System", "main": "lib/index.js", "scripts": { @@ -19,8 +19,8 @@ "author": "", "license": "GPL-3.0", "dependencies": { - "@civicactions/data-catalog-components": "^1.1.0", - "@civicactions/data-catalog-services": "^0.1.2", + "@civicactions/data-catalog-components": "^1.7.0", + "@civicactions/data-catalog-services": "^0.1.3", "@cmsgov/design-system": "2.0.4", "@reach/router": "^1.3.3", "enzyme": "^3.10.0",