Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Oct 26, 2021
1 parent ca187cf commit 452cd43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "1.0.12",
"version": "1.0.13",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
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.2",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "10up-toolkit start --port=3002",
Expand All @@ -15,10 +15,10 @@
"node": ">=12.0.0"
},
"devDependencies": {
"10up-toolkit": "^1.0.12"
"10up-toolkit": "^1.0.13"
},
"dependencies": {
"@10up/component-accordion": "^2.0.4",
"@10up/component-accordion": "^2.0.5",
"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.3",
"version": "2.0.4",
"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.12"
"10up-toolkit": "^1.0.13"
},
"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.4",
"version": "2.0.5",
"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.12",
"10up-toolkit": "^1.0.13",
"@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 452cd43

Please sign in to comment.