Skip to content

Commit

Permalink
🔖 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent dd5d3ba commit f60c887
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.6.2](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.1...0.6.2)

- 👷 ♻️ eslint/prettier -> biome [`09849f8`](https://github.com/ebullient/obsidian-day-planner-og/commit/09849f8329c87701b7b9a651a55783d814b84f7d)
- Bump @vitest/coverage-v8 from 2.1.4 to 2.1.5 [`0017ded`](https://github.com/ebullient/obsidian-day-planner-og/commit/0017ded88f4ec04403c5e7f71afd456bc79bc3fc)
- Bump svelte from 5.1.16 to 5.2.3 [`5b9fc85`](https://github.com/ebullient/obsidian-day-planner-og/commit/5b9fc85c6fc764390bef2ec943fafecfdb78856f)
- Bump @types/node from 22.10.1 to 22.10.2 [`8939c7b`](https://github.com/ebullient/obsidian-day-planner-og/commit/8939c7b4465de52ddcaa56199cabad7a1552ab50)
- Bump svelte from 5.9.1 to 5.10.0 [`2c3f70e`](https://github.com/ebullient/obsidian-day-planner-og/commit/2c3f70e0e346791d1f4cc6acc2198af32c650fe0)
- Bump @testing-library/svelte from 5.2.4 to 5.2.5 [`abcfcfa`](https://github.com/ebullient/obsidian-day-planner-og/commit/abcfcfa413ea8b34cc4efcb297c91f1f9aaab072)
- Bump typescript from 5.6.3 to 5.7.2 [`43d214b`](https://github.com/ebullient/obsidian-day-planner-og/commit/43d214bd27ff88e78f97bdf08f2b245c9afec84c)
- Bump @types/node from 22.9.1 to 22.9.4 [`5e961fd`](https://github.com/ebullient/obsidian-day-planner-og/commit/5e961fdaf5dc9e80e75bd3298e234bf224f5279a)
- Bump svelte from 5.2.7 to 5.2.8 [`acd1c20`](https://github.com/ebullient/obsidian-day-planner-og/commit/acd1c200538435d50b4c837f4c139a38bb1f7b80)
- 💸 move to org-level funding file [`dd5d3ba`](https://github.com/ebullient/obsidian-day-planner-og/commit/dd5d3baf7c85167cca04ae99bf4d2d316ecc73d1)
- 👷 bad branch constraint for PR builds [`cf786c1`](https://github.com/ebullient/obsidian-day-planner-og/commit/cf786c194806a911e4d93a8399e83630f093e896)

#### [0.6.1](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.0...0.6.1)

> 13 November 2024
- 🎨 text wrapping / hanging indent for longer lines [`0b2edb3`](https://github.com/ebullient/obsidian-day-planner-og/commit/0b2edb3065bafb9a33f769b023db23089bc4e75d)

#### [0.6.0](https://github.com/ebullient/obsidian-day-planner-og/compare/0.5.26...0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "day-planner-og",
"name": "Day Planner (OG)",
"version": "0.6.1",
"version": "0.6.2",
"minAppVersion": "0.16.0",
"description": "A plugin to help you plan your day and setup pomodoro timers; fork of the original plugin by James Lynch (which stopped at 0.5.8) which preserves the look/feel and behavior of the original.",
"isDesktopOnly": false,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "day-planner-og",
"name": "Day Planner (OG)",
"version": "0.6.1",
"version": "0.6.2",
"minAppVersion": "0.16.0",
"description": "A plugin to help you plan your day and setup pomodoro timers; fork of the original plugin by James Lynch (which stopped at 0.5.8) which preserves the look/feel and behavior of the original.",
"isDesktopOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-day-planner-og",
"version": "0.6.1",
"version": "0.6.2",
"description": "A plugin to help you plan your day and setup pomodoro timers",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f60c887

Please sign in to comment.