Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jan 13, 2022
1 parent 17d08b2 commit b780d55
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/babel-preset-default",
"version": "1.2.1",
"version": "2.0.0",
"description": "10up's default babel preset",
"scripts": {
"lint": "eslint .",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/eslint-config",
"version": "2.3.7",
"version": "2.3.8",
"description": "A shareable ESLint configuration",
"scripts": {
"lint": "eslint .",
Expand All @@ -26,13 +26,13 @@
"10up"
],
"dependencies": {
"@10up/babel-preset-default": "^1.2.1"
"@10up/babel-preset-default": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@wordpress/eslint-plugin": "^9.3.0",
"eslint": "^7.32.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -48,7 +48,7 @@
"peerDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"eslint": "^7.32.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/stylelint-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "10up stylelint config for WordPress projects",
"main": "index.js",
"homepage": "https://github.com/10up/10up-toolkit/tree/develop/packages/stylelint-config#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "1.0.13",
"version": "2.0.0",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
"bundleDependencies": false,
"dependencies": {
"@10up/babel-preset-default": "^1.2.1",
"@10up/eslint-config": "^2.3.7",
"@10up/stylelint-config": "^1.1.2",
"@10up/babel-preset-default": "^2.0.0",
"@10up/eslint-config": "^2.3.8",
"@10up/stylelint-config": "^1.1.3",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@svgr/webpack": "^5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/10up-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenup-theme",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"start": "10up-toolkit start --port=3002",
Expand All @@ -15,10 +15,10 @@
"node": ">=12.0.0"
},
"devDependencies": {
"10up-toolkit": "^1.0.13"
"10up-toolkit": "^2.0.0"
},
"dependencies": {
"@10up/component-accordion": "^2.0.5",
"@10up/component-accordion": "^2.0.6",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions projects/library-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/library-ts-test",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"author": "10up",
"description": "Accessible accordion component.",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^1.0.13"
"10up-toolkit": "^2.0.0"
},
"10up-toolkit": {
"libraryName": "TenUpAccordion"
Expand Down
4 changes: 2 additions & 2 deletions projects/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/component-accordion",
"version": "2.0.5",
"version": "2.0.6",
"author": "10up",
"private": true,
"description": "Accessible accordion component.",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^1.0.13",
"10up-toolkit": "^2.0.0",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.6.3",
Expand Down

0 comments on commit b780d55

Please sign in to comment.