Skip to content

Commit cb64657

Browse files
v0.0.153
1 parent 9bdafa4 commit cb64657

File tree

15 files changed

+40
-40
lines changed

15 files changed

+40
-40
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"registry": "https://registry.npmjs.org/"

packages/babel-plugin-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/babel-plugin-styles",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -16,6 +16,6 @@
1616
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@wp-g2/styles": "^0.0.152"
19+
"@wp-g2/styles": "^0.0.153"
2020
}
2121
}

packages/components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/components",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "React components for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -17,9 +17,9 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@popperjs/core": "^2.5.4",
20-
"@wp-g2/context": "^0.0.152",
21-
"@wp-g2/styles": "^0.0.152",
22-
"@wp-g2/utils": "^0.0.152",
20+
"@wp-g2/context": "^0.0.153",
21+
"@wp-g2/styles": "^0.0.153",
22+
"@wp-g2/utils": "^0.0.153",
2323
"csstype": "^3.0.3",
2424
"downshift": "^6.0.15",
2525
"framer-motion": "^2.1.0",
@@ -36,8 +36,8 @@
3636
"@emotion/jest": "^11.0.0",
3737
"@types/highlight-words-core": "^1.2.0",
3838
"@types/react": "^16.9.46",
39-
"@wp-g2/icons": "^0.0.152",
40-
"@wp-g2/protokit": "^0.0.152",
39+
"@wp-g2/icons": "^0.0.153",
40+
"@wp-g2/protokit": "^0.0.153",
4141
"react-beautiful-dnd": "^13.0.0",
4242
"react-dnd": "^11.1.3",
4343
"react-dnd-html5-backend": "^11.1.3",

packages/context/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/context",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Context system for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -16,8 +16,8 @@
1616
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@wp-g2/styles": "^0.0.152",
20-
"@wp-g2/utils": "^0.0.152",
19+
"@wp-g2/styles": "^0.0.153",
20+
"@wp-g2/utils": "^0.0.153",
2121
"lodash": "^4.17.19"
2222
},
2323
"peerDependencies": {

packages/create-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/create-styles",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Style system creator for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@emotion/core": "^10.1.1",
2020
"@emotion/is-prop-valid": "^0.8.8",
21-
"@wp-g2/utils": "^0.0.152",
21+
"@wp-g2/utils": "^0.0.153",
2222
"create-emotion": "^10.0.27",
2323
"emotion": "^10.0.27",
2424
"emotion-theming": "^10.0.27",

packages/design-tools/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/design-tools",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -16,11 +16,11 @@
1616
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@wp-g2/components": "^0.0.152",
20-
"@wp-g2/icons": "^0.0.152",
21-
"@wp-g2/protokit": "^0.0.152",
22-
"@wp-g2/styles": "^0.0.152",
23-
"@wp-g2/utils": "^0.0.152",
19+
"@wp-g2/components": "^0.0.153",
20+
"@wp-g2/icons": "^0.0.153",
21+
"@wp-g2/protokit": "^0.0.153",
22+
"@wp-g2/styles": "^0.0.153",
23+
"@wp-g2/utils": "^0.0.153",
2424
"framer-motion": "^2.1.0",
2525
"react-icons": "^3.10.0",
2626
"react-use-gesture": "^9.0.0",

packages/gatsby-plugin-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/gatsby-plugin-styles",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/hint/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/hint",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "UI linter for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -15,10 +15,10 @@
1515
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@wp-g2/components": "^0.0.152",
19-
"@wp-g2/icons": "^0.0.152",
20-
"@wp-g2/styles": "^0.0.152",
21-
"@wp-g2/utils": "^0.0.152"
18+
"@wp-g2/components": "^0.0.153",
19+
"@wp-g2/icons": "^0.0.153",
20+
"@wp-g2/styles": "^0.0.153",
21+
"@wp-g2/utils": "^0.0.153"
2222
},
2323
"peerDependencies": {
2424
"react": "^16.8.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/icons",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Icons for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/protokit-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/cra-template-protokit",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Prototype Starter Kit for G2 Components.",
55
"sideEffects": false,
66
"main": "template.json",

packages/protokit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/protokit",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Prototyping Toolkit for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@types/faker": "^5.1.2",
20-
"@wp-g2/utils": "^0.0.152",
20+
"@wp-g2/utils": "^0.0.153",
2121
"faker": "^4.1.0",
2222
"faker-schema": "^1.0.2",
2323
"fuse.js": "^6.4.1",

packages/styles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/styles",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Style system for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -16,8 +16,8 @@
1616
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@wp-g2/create-styles": "^0.0.152",
20-
"@wp-g2/utils": "^0.0.152"
19+
"@wp-g2/create-styles": "^0.0.153",
20+
"@wp-g2/utils": "^0.0.153"
2121
},
2222
"peerDependencies": {
2323
"react": "^16.13.1",

packages/substate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/substate",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/utils",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"description": "Utilities for G2 Components.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-g2/website",
3-
"version": "0.0.152",
3+
"version": "0.0.153",
44
"private": true,
55
"description": "Documentatoin website for G2 Components.",
66
"author": "Jon Quach <[email protected]>",
@@ -24,10 +24,10 @@
2424
"@wordpress/i18n": "^3.17.0",
2525
"@wordpress/icons": "^2.9.0",
2626
"@wordpress/is-shallow-equal": "^3.0.0",
27-
"@wp-g2/components": "^0.0.152",
28-
"@wp-g2/gatsby-plugin-styles": "^0.0.152",
29-
"@wp-g2/styles": "^0.0.152",
30-
"@wp-g2/utils": "^0.0.152",
27+
"@wp-g2/components": "^0.0.153",
28+
"@wp-g2/gatsby-plugin-styles": "^0.0.153",
29+
"@wp-g2/styles": "^0.0.153",
30+
"@wp-g2/utils": "^0.0.153",
3131
"babel-preset-gatsby": "^0.5.5",
3232
"fast-glob": "^3.2.4",
3333
"fs-extra": "^9.0.1",

0 commit comments

Comments
 (0)