From 1bf2cf786978e3bd5ccdd50a1b5d5b3a5c3e8ddc Mon Sep 17 00:00:00 2001 From: Sara Marcondes Date: Fri, 19 Feb 2021 06:43:42 -0800 Subject: [PATCH] v0.0.155 --- lerna.json | 2 +- packages/babel-plugin-styles/package.json | 4 ++-- packages/components/package.json | 12 ++++++------ packages/context/package.json | 6 +++--- packages/create-styles/package.json | 4 ++-- packages/design-tools/package.json | 12 ++++++------ packages/gatsby-plugin-styles/package.json | 2 +- packages/hint/package.json | 10 +++++----- packages/icons/package.json | 2 +- packages/protokit-starter/package.json | 2 +- packages/protokit/package.json | 4 ++-- packages/styles/package.json | 6 +++--- packages/substate/package.json | 2 +- packages/utils/package.json | 2 +- packages/website/package.json | 10 +++++----- 15 files changed, 40 insertions(+), 40 deletions(-) diff --git a/lerna.json b/lerna.json index 393f9bb1d..cd65a9f97 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.0.154", + "version": "0.0.155", "npmClient": "yarn", "useWorkspaces": true, "registry": "https://registry.npmjs.org/" diff --git a/packages/babel-plugin-styles/package.json b/packages/babel-plugin-styles/package.json index 9c28fa619..be40a272f 100644 --- a/packages/babel-plugin-styles/package.json +++ b/packages/babel-plugin-styles/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/babel-plugin-styles", - "version": "0.0.154", + "version": "0.0.155", "description": "", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -16,6 +16,6 @@ "author": "Jon Quach (https://jonquach.com)", "license": "MIT", "dependencies": { - "@wp-g2/styles": "^0.0.154" + "@wp-g2/styles": "^0.0.155" } } diff --git a/packages/components/package.json b/packages/components/package.json index 29a354bf8..49f38783e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/components", - "version": "0.0.154", + "version": "0.0.155", "description": "React components for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -17,9 +17,9 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.5.4", - "@wp-g2/context": "^0.0.154", - "@wp-g2/styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/context": "^0.0.155", + "@wp-g2/styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155", "csstype": "^3.0.3", "downshift": "^6.0.15", "framer-motion": "^2.1.0", @@ -36,8 +36,8 @@ "@emotion/jest": "^11.0.0", "@types/highlight-words-core": "^1.2.0", "@types/react": "^16.9.46", - "@wp-g2/icons": "^0.0.154", - "@wp-g2/protokit": "^0.0.154", + "@wp-g2/icons": "^0.0.155", + "@wp-g2/protokit": "^0.0.155", "react-beautiful-dnd": "^13.0.0", "react-dnd": "^11.1.3", "react-dnd-html5-backend": "^11.1.3", diff --git a/packages/context/package.json b/packages/context/package.json index 5c82121e0..18923a2ee 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/context", - "version": "0.0.154", + "version": "0.0.155", "description": "Context system for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -16,8 +16,8 @@ "author": "Jon Quach (https://jonquach.com)", "license": "MIT", "dependencies": { - "@wp-g2/styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155", "lodash": "^4.17.19" }, "peerDependencies": { diff --git a/packages/create-styles/package.json b/packages/create-styles/package.json index 29537a349..22e66d4ca 100644 --- a/packages/create-styles/package.json +++ b/packages/create-styles/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/create-styles", - "version": "0.0.154", + "version": "0.0.155", "description": "Style system creator for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -18,7 +18,7 @@ "dependencies": { "@emotion/core": "^10.1.1", "@emotion/is-prop-valid": "^0.8.8", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/utils": "^0.0.155", "create-emotion": "^10.0.27", "emotion": "^10.0.27", "emotion-theming": "^10.0.27", diff --git a/packages/design-tools/package.json b/packages/design-tools/package.json index 9270408f3..f8deb9a75 100644 --- a/packages/design-tools/package.json +++ b/packages/design-tools/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/design-tools", - "version": "0.0.154", + "version": "0.0.155", "description": "", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -16,11 +16,11 @@ "author": "Jon Quach (https://jonquach.com)", "license": "MIT", "dependencies": { - "@wp-g2/components": "^0.0.154", - "@wp-g2/icons": "^0.0.154", - "@wp-g2/protokit": "^0.0.154", - "@wp-g2/styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/components": "^0.0.155", + "@wp-g2/icons": "^0.0.155", + "@wp-g2/protokit": "^0.0.155", + "@wp-g2/styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155", "framer-motion": "^2.1.0", "react-icons": "^3.10.0", "react-use-gesture": "^9.0.0", diff --git a/packages/gatsby-plugin-styles/package.json b/packages/gatsby-plugin-styles/package.json index 1f5e82abb..4399bb162 100644 --- a/packages/gatsby-plugin-styles/package.json +++ b/packages/gatsby-plugin-styles/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/gatsby-plugin-styles", - "version": "0.0.154", + "version": "0.0.155", "description": "", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/hint/package.json b/packages/hint/package.json index addd71d4c..d7aa7c5d6 100644 --- a/packages/hint/package.json +++ b/packages/hint/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/hint", - "version": "0.0.154", + "version": "0.0.155", "description": "UI linter for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -15,10 +15,10 @@ "author": "Jon Quach (https://jonquach.com)", "license": "MIT", "dependencies": { - "@wp-g2/components": "^0.0.154", - "@wp-g2/icons": "^0.0.154", - "@wp-g2/styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154" + "@wp-g2/components": "^0.0.155", + "@wp-g2/icons": "^0.0.155", + "@wp-g2/styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index ca0d7c4f3..9d2a694d2 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/icons", - "version": "0.0.154", + "version": "0.0.155", "description": "Icons for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/protokit-starter/package.json b/packages/protokit-starter/package.json index 6d825decc..2ae2cd3ad 100644 --- a/packages/protokit-starter/package.json +++ b/packages/protokit-starter/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/cra-template-protokit", - "version": "0.0.154", + "version": "0.0.155", "description": "Prototype Starter Kit for G2 Components.", "sideEffects": false, "main": "template.json", diff --git a/packages/protokit/package.json b/packages/protokit/package.json index 1c7eb6329..ab949febf 100644 --- a/packages/protokit/package.json +++ b/packages/protokit/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/protokit", - "version": "0.0.154", + "version": "0.0.155", "description": "Prototyping Toolkit for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "@types/faker": "^5.1.2", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/utils": "^0.0.155", "faker": "^4.1.0", "faker-schema": "^1.0.2", "fuse.js": "^6.4.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index bf7147cec..4078a50cb 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/styles", - "version": "0.0.154", + "version": "0.0.155", "description": "Style system for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -16,8 +16,8 @@ "author": "Jon Quach (https://jonquach.com)", "license": "MIT", "dependencies": { - "@wp-g2/create-styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154" + "@wp-g2/create-styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155" }, "peerDependencies": { "react": "^16.13.1", diff --git a/packages/substate/package.json b/packages/substate/package.json index 65dd7d914..0fccc03b3 100644 --- a/packages/substate/package.json +++ b/packages/substate/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/substate", - "version": "0.0.154", + "version": "0.0.155", "description": "", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 7c4253f52..2f4142c9d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/utils", - "version": "0.0.154", + "version": "0.0.155", "description": "Utilities for G2 Components.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/website/package.json b/packages/website/package.json index 9bbc06782..9d705a6cc 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@wp-g2/website", - "version": "0.0.154", + "version": "0.0.155", "private": true, "description": "Documentatoin website for G2 Components.", "author": "Jon Quach ", @@ -24,10 +24,10 @@ "@wordpress/i18n": "^3.17.0", "@wordpress/icons": "^2.9.0", "@wordpress/is-shallow-equal": "^3.0.0", - "@wp-g2/components": "^0.0.154", - "@wp-g2/gatsby-plugin-styles": "^0.0.154", - "@wp-g2/styles": "^0.0.154", - "@wp-g2/utils": "^0.0.154", + "@wp-g2/components": "^0.0.155", + "@wp-g2/gatsby-plugin-styles": "^0.0.155", + "@wp-g2/styles": "^0.0.155", + "@wp-g2/utils": "^0.0.155", "babel-preset-gatsby": "^0.5.5", "fast-glob": "^3.2.4", "fs-extra": "^9.0.1",