Skip to content

Commit 37f3f4a

Browse files
chore: version packages
1 parent a2233c9 commit 37f3f4a

12 files changed

Lines changed: 28 additions & 24 deletions

File tree

.changeset/crowdin-translations.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-toes-smile.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @node-core/website-i18n
22

3+
## 1.1.34
4+
5+
### Patch Changes
6+
7+
- [#9053](https://github.com/nodejs/nodejs.org/pull/9053) [`5bbc791`](https://github.com/nodejs/nodejs.org/commit/5bbc791b4ee5783e629b3c2da1a91d516f8b5871) Thanks [@nodejs-crowdin](https://github.com/nodejs-crowdin)! - Update translations from Crowdin.
8+
39
## 1.1.33
410

511
### Patch Changes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/website-i18n",
3-
"version": "1.1.33",
3+
"version": "1.1.34",
44
"type": "module",
55
"exports": {
66
"./*": [

packages/ui-components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @node-core/ui-components
22

3+
## 1.7.5
4+
5+
### Patch Changes
6+
7+
- [#9093](https://github.com/nodejs/nodejs.org/pull/9093) [`96e49e7`](https://github.com/nodejs/nodejs.org/commit/96e49e7265d2bf73b9a0a632c322d6c146aa498e) Thanks [@avivkeller](https://github.com/avivkeller)! - Quality-of-life style improvements
8+
9+
- [#9062](https://github.com/nodejs/nodejs.org/pull/9062) [`58e004e`](https://github.com/nodejs/nodejs.org/commit/58e004e8e1177cf1a13162008444d982433b79c2) Thanks [@avivkeller](https://github.com/avivkeller)! - Widen the article layout to 120rem on 3xl screens and give the extra space to the
10+
metabar, so table of contents entries no longer wrap.
11+
312
## 1.7.4
413

514
### Patch Changes

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/ui-components",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"type": "module",
55
"exports": {
66
"./*": {

packages/ui-components/src/Common/ChangeHistory/index.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
z-50
3333
mt-1
3434
max-h-80
35-
w-52
35+
w-[26rem]
36+
max-w-[calc(100vw-2rem)]
3637
overflow-hidden
3738
rounded-sm
3839
border
@@ -45,7 +46,7 @@
4546

4647
.dropdownContentInner {
4748
@apply max-h-80
48-
w-52
49+
w-full
4950
overflow-y-auto;
5051
}
5152

@@ -64,7 +65,7 @@
6465
&:hover,
6566
&:focus-visible {
6667
@apply bg-brand-600
67-
text-white;
68+
text-white!;
6869
}
6970
}
7071

packages/ui-components/src/Common/TableOfContents/index.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
.link {
4242
@apply inline-block
4343
text-sm
44-
font-semibold
4544
text-neutral-900
4645
underline
4746
hover:text-neutral-700
@@ -50,8 +49,7 @@
5049
}
5150

5251
.codeLink {
53-
@apply font-ibm-plex-mono
54-
font-medium;
52+
@apply font-ibm-plex-mono;
5553
}
5654

5755
.depthThree {

packages/ui-components/src/Containers/MetaBar/index.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
a {
4949
@apply max-ml:inline-block
5050
max-ml:py-1
51-
font-semibold
5251
text-neutral-900
5352
underline
5453
dark:text-white;
@@ -60,8 +59,7 @@
6059
}
6160

6261
a.codeLink {
63-
@apply font-ibm-plex-mono
64-
font-medium;
62+
@apply font-ibm-plex-mono;
6563
}
6664

6765
ol {

packages/ui-components/src/Containers/Sidebar/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@apply ml:max-w-xs
55
ml:overflow-auto
66
ml:border-r
7+
ml:pb-10
78
scrollbar-thin
89
z-0
910
flex

0 commit comments

Comments
 (0)