Skip to content

Commit fdfd54f

Browse files
chore(main): release 2.0.0 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 590ae02 commit fdfd54f

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/javalent/calendarium/compare/1.5.0...2.0.0) (2025-05-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Adds Seasons ([#155](https://github.com/javalent/calendarium/issues/155))
9+
10+
### Features
11+
12+
* Adds basic Weather ([#196](https://github.com/javalent/calendarium/issues/196)) ([376fa20](https://github.com/javalent/calendarium/commit/376fa2044a936a68ea3786e54961dd636d337b90))
13+
* Adds command for quickly inserting current date from default calendar ([5358211](https://github.com/javalent/calendarium/commit/5358211cf96894ffc1adb0753a464dc81d6e3ac5))
14+
* Adds commands for incrementing/decrementing current date ([ad00796](https://github.com/javalent/calendarium/commit/ad007967c57d5d9059fa77dab2d0d9dccfc468bc))
15+
* Adds Seasons ([#155](https://github.com/javalent/calendarium/issues/155)) ([fe2994e](https://github.com/javalent/calendarium/commit/fe2994e96def4c0a9350986821a63b86dc98c8e0))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** wtf ([590ae02](https://github.com/javalent/calendarium/commit/590ae02d0e2b0b7bb3d2f357918831e58337ee30))
21+
* Fixes event calculation in cases where the event year is equal to the date year and the event month lies between the date and end months (fix [#138](https://github.com/javalent/calendarium/issues/138)) ([a3a552e](https://github.com/javalent/calendarium/commit/a3a552e4b80910ed17718525ed7ca2015426b25d))
22+
* Improves display of Moons ([044e5ab](https://github.com/javalent/calendarium/commit/044e5ab3debea6d426b84746a89968ff6d4e9d60))
23+
* scope date style to leaf content ([a8a8611](https://github.com/javalent/calendarium/commit/a8a86114c643bebed3afe66659fbe4cd3a9a4c4b))
24+
325
## [2.0.0-beta.3](https://github.com/javalent/calendarium/compare/2.0.0-beta.2...2.0.0-beta.3) (2024-11-25)
426

527

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Calendarium",
44
"author": "Jeremy Valentine",
55
"description": "Craft mind-bending fantasy and sci-fi calendars.",
6-
"version": "2.0.0-beta.3",
6+
"version": "2.0.0",
77
"minAppVersion": "1.5.7",
88
"authorUrl": "https://plugins.javalent.com",
99
"fundingUrl": "https://www.buymeacoffee.com/valentine195",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Calendarium",
44
"author": "Jeremy Valentine",
55
"description": "Craft mind-bending fantasy and sci-fi calendars.",
6-
"version": "1.5.0",
6+
"version": "2.0.0",
77
"minAppVersion": "1.5.7",
88
"authorUrl": "https://plugins.javalent.com",
99
"fundingUrl": "https://www.buymeacoffee.com/valentine195",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calendarium",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)