Skip to content

Commit 4bd8c83

Browse files
authored
fix: versions on mobile sidebar not visible (#474)
## Description Changes: - t-rex-ui bump to version 1.0.1 ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [ ] My changes generate no new warnings
1 parent 99e0d7f commit 4bd8c83

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/plugin-sitemap": "3.7.0",
2020
"@docusaurus/preset-classic": "3.7.0",
2121
"@mdx-js/react": "^3.0.0",
22-
"@swmansion/t-rex-ui": "1.0.0",
22+
"@swmansion/t-rex-ui": "1.0.1",
2323
"clsx": "^2.1.0",
2424
"prism-react-renderer": "^2.1.0",
2525
"react": "^18.2.0",

docs/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,9 +3285,9 @@ __metadata:
32853285
languageName: node
32863286
linkType: hard
32873287

3288-
"@swmansion/t-rex-ui@npm:1.0.0":
3289-
version: 1.0.0
3290-
resolution: "@swmansion/t-rex-ui@npm:1.0.0"
3288+
"@swmansion/t-rex-ui@npm:1.0.1":
3289+
version: 1.0.1
3290+
resolution: "@swmansion/t-rex-ui@npm:1.0.1"
32913291
dependencies:
32923292
"@docusaurus/core": "npm:3.7.0"
32933293
"@docusaurus/module-type-aliases": "npm:3.7.0"
@@ -3299,7 +3299,7 @@ __metadata:
32993299
"@mui/material": ">=5.0.0"
33003300
react: "*"
33013301
react-dom: "*"
3302-
checksum: 10/d6934588d9b275d890c45eee5b8d10ac18e0226c9ddbee601be5f8506780cfc4eed9ab7e28f33db8516ed71d1ad057e747e108556228281bdd9ad0031870e43b
3302+
checksum: 10/06ad05125e6ee66243e3125b8576c9cad0fbef25bce6b08d1f0353c99ee031aa27a3b90a34bfc6f6de970edaca1f785a58dcc0c8ce309b41eae04c7c2fa223cc
33033303
languageName: node
33043304
linkType: hard
33053305

@@ -5599,7 +5599,7 @@ __metadata:
55995599
"@docusaurus/preset-classic": "npm:3.7.0"
56005600
"@docusaurus/tsconfig": "npm:3.7.0"
56015601
"@mdx-js/react": "npm:^3.0.0"
5602-
"@swmansion/t-rex-ui": "npm:1.0.0"
5602+
"@swmansion/t-rex-ui": "npm:1.0.1"
56035603
clsx: "npm:^2.1.0"
56045604
prism-react-renderer: "npm:^2.1.0"
56055605
react: "npm:^18.2.0"

0 commit comments

Comments
 (0)