Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Jun 8, 2023
1 parent f5cbce0 commit 6671fd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"@thumbtack/thumbprint-atomic": "^4.4.0",
"@thumbtack/thumbprint-font-face": "^1.1.0",
"@thumbtack/thumbprint-global-css": "^0.1.21",
"@thumbtack/thumbprint-react": "^14.15.1",
"@thumbtack/thumbprint-react": "^14.16.0",
"@thumbtack/thumbprint-scss": "^4.0.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/thumbprint-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thumbtack/thumbprint-react",
"description": "React components for building UIs with Thumbprint",
"version": "14.15.1",
"version": "14.16.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.0.153",
"version": "0.0.154",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -11,7 +11,7 @@
"@mdx-js/mdx": "^1.6.5",
"@mdx-js/react": "^1.6.5",
"@thumbtack/thumbprint-icons": "4.1.0",
"@thumbtack/thumbprint-react": "^14.15.1",
"@thumbtack/thumbprint-react": "^14.16.0",
"@thumbtack/thumbprint-scss": "^4.0.3",
"classnames": "^2.2.5",
"clickable-box": "^1.0.0",
Expand Down

0 comments on commit 6671fd4

Please sign in to comment.