Skip to content

Commit 1325fed

Browse files
committed
release: v0.3.1
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 36983bd commit 1325fed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/chonky-icon-fontawesome/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aperturerobotics/chonky-icon-fontawesome",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "FontAwesome icon component for Chonky file browser",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -63,7 +63,7 @@
6363
"typescript": "^5.3.3"
6464
},
6565
"dependencies": {
66-
"@aperturerobotics/chonky": "^0.3.0",
66+
"@aperturerobotics/chonky": "^0.3.1",
6767
"@fortawesome/fontawesome-svg-core": "^6.5.1",
6868
"@fortawesome/free-brands-svg-icons": "6.6.0",
6969
"@fortawesome/free-solid-svg-icons": "^6.5.1",

packages/chonky/example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,9 @@ callsites@^3.0.0:
943943
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
944944

945945
caniuse-lite@^1.0.30001587:
946-
version "1.0.30001591"
947-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz#16745e50263edc9f395895a7cd468b9f3767cf33"
948-
integrity sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ==
946+
version "1.0.30001679"
947+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001679.tgz"
948+
integrity sha512-j2YqID/YwpLnKzCmBOS4tlZdWprXm3ZmQLBH9ZBXFOhoxLA46fwyBvx6toCBWBmnuwUY/qB3kEU6gFx8qgCroA==
949949

950950
chalk@^2.4.2:
951951
version "2.4.2"

packages/chonky/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aperturerobotics/chonky",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A File Browser component for React",
55
"license": "MIT",
66
"homepage": "https://chonky.io/",

0 commit comments

Comments
 (0)