-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jon Q
committed
Feb 10, 2021
1 parent
07a825e
commit 11841d3
Showing
15 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/babel-plugin-styles", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
|
@@ -16,6 +16,6 @@ | |
"author": "Jon Quach <[email protected]> (https://jonquach.com)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wp-g2/styles": "^0.0.150" | ||
"@wp-g2/styles": "^0.0.151" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/context", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "Context system for G2 Components.", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
|
@@ -16,8 +16,8 @@ | |
"author": "Jon Quach <[email protected]> (https://jonquach.com)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wp-g2/styles": "^0.0.150", | ||
"@wp-g2/utils": "^0.0.150", | ||
"@wp-g2/styles": "^0.0.151", | ||
"@wp-g2/utils": "^0.0.151", | ||
"lodash": "^4.17.19" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/design-tools", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
|
@@ -16,11 +16,11 @@ | |
"author": "Jon Quach <[email protected]> (https://jonquach.com)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wp-g2/components": "^0.0.150", | ||
"@wp-g2/icons": "^0.0.150", | ||
"@wp-g2/protokit": "^0.0.150", | ||
"@wp-g2/styles": "^0.0.150", | ||
"@wp-g2/utils": "^0.0.150", | ||
"@wp-g2/components": "^0.0.151", | ||
"@wp-g2/icons": "^0.0.151", | ||
"@wp-g2/protokit": "^0.0.151", | ||
"@wp-g2/styles": "^0.0.151", | ||
"@wp-g2/utils": "^0.0.151", | ||
"framer-motion": "^2.1.0", | ||
"react-icons": "^3.10.0", | ||
"react-use-gesture": "^9.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/hint", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "UI linter for G2 Components.", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
|
@@ -15,10 +15,10 @@ | |
"author": "Jon Quach <[email protected]> (https://jonquach.com)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wp-g2/components": "^0.0.150", | ||
"@wp-g2/icons": "^0.0.150", | ||
"@wp-g2/styles": "^0.0.150", | ||
"@wp-g2/utils": "^0.0.150" | ||
"@wp-g2/components": "^0.0.151", | ||
"@wp-g2/icons": "^0.0.151", | ||
"@wp-g2/styles": "^0.0.151", | ||
"@wp-g2/utils": "^0.0.151" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/styles", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "Style system for G2 Components.", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
|
@@ -16,8 +16,8 @@ | |
"author": "Jon Quach <[email protected]> (https://jonquach.com)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@wp-g2/create-styles": "^0.0.150", | ||
"@wp-g2/utils": "^0.0.150" | ||
"@wp-g2/create-styles": "^0.0.151", | ||
"@wp-g2/utils": "^0.0.151" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wp-g2/website", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"private": true, | ||
"description": "Documentatoin website for G2 Components.", | ||
"author": "Jon Quach <[email protected]>", | ||
|
@@ -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.150", | ||
"@wp-g2/gatsby-plugin-styles": "^0.0.150", | ||
"@wp-g2/styles": "^0.0.150", | ||
"@wp-g2/utils": "^0.0.150", | ||
"@wp-g2/components": "^0.0.151", | ||
"@wp-g2/gatsby-plugin-styles": "^0.0.151", | ||
"@wp-g2/styles": "^0.0.151", | ||
"@wp-g2/utils": "^0.0.151", | ||
"babel-preset-gatsby": "^0.5.5", | ||
"fast-glob": "^3.2.4", | ||
"fs-extra": "^9.0.1", | ||
|
11841d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: