Skip to content

Commit

Permalink
v0.0.160
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Mar 4, 2021
1 parent 4f5d1c1 commit c8e8840
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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.160-alpha.0",
"version": "0.0.160",
"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.160-alpha.0",
"version": "0.0.160",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,6 +16,6 @@
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/styles": "^0.0.160-alpha.0"
"@wp-g2/styles": "^0.0.160"
}
}
6 changes: 3 additions & 3 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.160-alpha.0",
"version": "0.0.160",
"description": "React components for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -17,8 +17,8 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.5.4",
"@wp-g2/context": "^0.0.160-alpha.0",
"@wp-g2/styles": "^0.0.160-alpha.0",
"@wp-g2/context": "^0.0.160",
"@wp-g2/styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159",
"csstype": "^3.0.3",
"downshift": "^6.0.15",
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.160-alpha.0",
"version": "0.0.160",
"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 <[email protected]> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/create-styles": "^0.0.160-alpha.0",
"@wp-g2/styles": "^0.0.160-alpha.0",
"@wp-g2/create-styles": "^0.0.160",
"@wp-g2/styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159",
"lodash": "^4.17.19"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.160-alpha.0",
"version": "0.0.160",
"description": "Style system creator for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
6 changes: 3 additions & 3 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.160-alpha.0",
"version": "0.0.160",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,10 +16,10 @@
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/components": "^0.0.160-alpha.0",
"@wp-g2/components": "^0.0.160",
"@wp-g2/icons": "^0.0.159",
"@wp-g2/protokit": "^0.0.159",
"@wp-g2/styles": "^0.0.160-alpha.0",
"@wp-g2/styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159",
"framer-motion": "^2.1.0",
"react-icons": "^3.10.0",
Expand Down
6 changes: 3 additions & 3 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.160-alpha.0",
"version": "0.0.160",
"description": "UI linter for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -15,9 +15,9 @@
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/components": "^0.0.160-alpha.0",
"@wp-g2/components": "^0.0.160",
"@wp-g2/icons": "^0.0.159",
"@wp-g2/styles": "^0.0.160-alpha.0",
"@wp-g2/styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 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.160-alpha.0",
"version": "0.0.160",
"description": "Style system for G2 Components.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"license": "MIT",
"dependencies": {
"@wp-g2/create-styles": "^0.0.160-alpha.0",
"@wp-g2/create-styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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.160-alpha.0",
"version": "0.0.160",
"private": true,
"description": "Documentatoin website for G2 Components.",
"author": "Jon Quach <[email protected]>",
Expand All @@ -24,9 +24,9 @@
"@wordpress/i18n": "^3.17.0",
"@wordpress/icons": "^2.9.0",
"@wordpress/is-shallow-equal": "^3.0.0",
"@wp-g2/components": "^0.0.160-alpha.0",
"@wp-g2/components": "^0.0.160",
"@wp-g2/gatsby-plugin-styles": "^0.0.159",
"@wp-g2/styles": "^0.0.160-alpha.0",
"@wp-g2/styles": "^0.0.160",
"@wp-g2/utils": "^0.0.159",
"babel-preset-gatsby": "^0.5.5",
"fast-glob": "^3.2.4",
Expand Down

1 comment on commit c8e8840

@vercel
Copy link

@vercel vercel bot commented on c8e8840 Mar 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.