Skip to content

Commit

Permalink
v0.0.133
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Jan 11, 2021
1 parent c41d827 commit 62106cb
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.132",
"version": "0.0.133",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/babel-plugin-styles",
"version": "0.0.132",
"version": "0.0.133",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,6 +16,6 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/styles": "^0.0.132"
"@wp-g2/styles": "^0.0.133"
}
}
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/components",
"version": "0.0.132",
"version": "0.0.133",
"description": "React components for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -19,10 +19,10 @@
"@popperjs/core": "^2.5.4",
"@wordpress/i18n": "latest",
"@wordpress/icons": "latest",
"@wp-g2/context": "^0.0.132",
"@wp-g2/styles": "^0.0.132",
"@wp-g2/substate": "^0.0.132",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/context": "^0.0.133",
"@wp-g2/styles": "^0.0.133",
"@wp-g2/substate": "^0.0.133",
"@wp-g2/utils": "^0.0.133",
"csstype": "^3.0.3",
"downshift": "^5.4.0",
"framer-motion": "^2.1.0",
Expand All @@ -39,8 +39,8 @@
"@emotion/jest": "^11.0.0",
"@types/highlight-words-core": "^1.2.0",
"@types/react": "^16.9.46",
"@wp-g2/icons": "^0.0.132",
"@wp-g2/protokit": "^0.0.132",
"@wp-g2/icons": "^0.0.133",
"@wp-g2/protokit": "^0.0.133",
"react-beautiful-dnd": "^13.0.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/context",
"version": "0.0.132",
"version": "0.0.133",
"description": "Context system for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,8 +16,8 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/styles": "^0.0.132",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/styles": "^0.0.133",
"@wp-g2/utils": "^0.0.133",
"lodash": "^4.17.19"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/create-styles",
"version": "0.0.132",
"version": "0.0.133",
"description": "Style system creator for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -19,8 +19,8 @@
"@emotion/core": "^10.0.28",
"@emotion/is-prop-valid": "^0.8.8",
"@wordpress/is-shallow-equal": "^2.3.0",
"@wp-g2/substate": "^0.0.132",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/substate": "^0.0.133",
"@wp-g2/utils": "^0.0.133",
"create-emotion": "^10.0.27",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.27",
Expand Down
14 changes: 7 additions & 7 deletions packages/design-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/design-tools",
"version": "0.0.132",
"version": "0.0.133",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,12 +16,12 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/components": "^0.0.132",
"@wp-g2/icons": "^0.0.132",
"@wp-g2/protokit": "^0.0.132",
"@wp-g2/styles": "^0.0.132",
"@wp-g2/substate": "^0.0.132",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/components": "^0.0.133",
"@wp-g2/icons": "^0.0.133",
"@wp-g2/protokit": "^0.0.133",
"@wp-g2/styles": "^0.0.133",
"@wp-g2/substate": "^0.0.133",
"@wp-g2/utils": "^0.0.133",
"framer-motion": "^2.1.0",
"react-icons": "^3.10.0",
"react-use-gesture": "^7.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/gatsby-plugin-styles",
"version": "0.0.132",
"version": "0.0.133",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/hint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/hint",
"version": "0.0.132",
"version": "0.0.133",
"description": "UI linter for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -15,10 +15,10 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/components": "^0.0.132",
"@wp-g2/icons": "^0.0.132",
"@wp-g2/styles": "^0.0.132",
"@wp-g2/utils": "^0.0.132"
"@wp-g2/components": "^0.0.133",
"@wp-g2/icons": "^0.0.133",
"@wp-g2/styles": "^0.0.133",
"@wp-g2/utils": "^0.0.133"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/icons",
"version": "0.0.132",
"version": "0.0.133",
"description": "Icons for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/protokit-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/cra-template-protokit",
"version": "0.0.132",
"version": "0.0.133",
"description": "Prototype Starter Kit for G2 Components.",
"sideEffects": false,
"main": "template.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/protokit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/protokit",
"version": "0.0.132",
"version": "0.0.133",
"description": "Prototyping Toolkit for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@types/faker": "^5.1.2",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/utils": "^0.0.133",
"faker": "^4.1.0",
"faker-schema": "^1.0.2",
"fuse.js": "^6.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/styles",
"version": "0.0.132",
"version": "0.0.133",
"description": "Style system for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,8 +16,8 @@
"author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/create-styles": "^0.0.132",
"@wp-g2/utils": "^0.0.132"
"@wp-g2/create-styles": "^0.0.133",
"@wp-g2/utils": "^0.0.133"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/substate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/substate",
"version": "0.0.132",
"version": "0.0.133",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -21,4 +21,4 @@
"react-dom": "^16.8.0"
},
"gitHead": "9536f69d764f89429aa66f4368914ea7936ca4c7"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/utils",
"version": "0.0.132",
"version": "0.0.133",
"description": "Utilities for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-g2/website",
"version": "0.0.132",
"version": "0.0.133",
"private": true,
"description": "Documentatoin website for G2 Components.",
"author": "Jon Quach <hello@jonquach.com>",
Expand All @@ -21,10 +21,10 @@
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@wordpress/icons": "^2.8.0",
"@wp-g2/components": "^0.0.132",
"@wp-g2/gatsby-plugin-styles": "^0.0.132",
"@wp-g2/styles": "^0.0.132",
"@wp-g2/utils": "^0.0.132",
"@wp-g2/components": "^0.0.133",
"@wp-g2/gatsby-plugin-styles": "^0.0.133",
"@wp-g2/styles": "^0.0.133",
"@wp-g2/utils": "^0.0.133",
"babel-preset-gatsby": "^0.5.5",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
Expand Down

0 comments on commit 62106cb

Please sign in to comment.