Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimboKZ committed Jan 8, 2022
1 parent 5ca86ba commit c1a1ff5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.3.0",
"version": "2.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/chonky-icon-fontawesome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chonky-icon-fontawesome",
"version": "2.3.0",
"version": "2.3.1",
"description": "FontAwesome icon component for Chonky file browser",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@fortawesome/free-brands-svg-icons": "5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"chonky": "^2.3.0"
"chonky": "^2.3.1"
},
"homepage": "https://chonky.io/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chonky/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chonky",
"version": "2.3.0",
"version": "2.3.1",
"description": "A File Browser component for React",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chonky-docs",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -21,7 +21,7 @@
"@docusaurus/theme-live-codeblock": "^2.0.0-beta.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"chonky": "^2.3.0",
"chonky": "^2.3.1",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"react": "^17.0.1",
Expand Down

0 comments on commit c1a1ff5

Please sign in to comment.