Skip to content

Commit dd7fe3f

Browse files
chore: new release (#58)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f048cca commit dd7fe3f

11 files changed

+27
-54
lines changed

.changeset/breezy-oranges-change.md

-7
This file was deleted.

.changeset/early-pears-happen.md

-5
This file was deleted.

.changeset/hungry-garlics-sniff.md

-5
This file was deleted.

.changeset/long-ears-play.md

-7
This file was deleted.

.changeset/nasty-ducks-know.md

-7
This file was deleted.

.changeset/olive-kings-carry.md

-5
This file was deleted.

.changeset/plenty-crabs-return.md

-5
This file was deleted.

.changeset/real-flowers-exercise.md

-7
This file was deleted.

.changeset/thick-rules-begin.md

-5
This file was deleted.

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# apeu
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- f048cca: Removes the notes from the global feed.
8+
9+
I'm using them as "personal" notes so I think they shouldn't be in the feed. If someone wants to subscribe to my notes, it's still possible using the individual feed.
10+
11+
- 20e4205: Fixes a style issue in code blocks preventing the line numbers and prompts to stay sticky while scrolling horizontally.
12+
- 7720df5: Adds missing cover on individual pages (posts, guides and projects).
13+
- 20e4205: Fixes a style issue when using diff notation inside code blocks.
14+
15+
This fixes an issue where the lines marked as diff were not taking the full width of their parent, so the background was not displayed correctly.
16+
17+
- 0da391f: Improves the differentiation of RSS items by prefixing their title with the content type.
18+
19+
Since I have some collections that target external resources (e.g. "John Doe" being in the blog roll), it might be confusing for someone subscribed to the RSS feed to see only "John Doe". By prefixing the title with the content type (e.g. "[Blogroll] John Doe"), it should prevent any confusion.
20+
21+
- 20e4205: Fixes the text alignment inside code blocks' caption.
22+
- 993be5e: Fixes a style issue in callouts where the last child could add an extra margin.
23+
- 7720df5: Fixes images performance by using picture and srcset.
24+
25+
This enables the experimental `responsiveImages` feature of Astro in addition to wrapping all images in a picture element to provide multiple sources. This also adds a `srcset` attribute to images to try to please a bit more Lighthouse.
26+
27+
- 993be5e: Fixes a style issue in callouts where a long heading was not correctly aligned with the icon.
28+
329
## 1.0.0
430

531
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apeu",
33
"description": "The code source of my personal website.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Armand Philippot",

0 commit comments

Comments
 (0)