Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 7.1.0 #593

Merged
merged 25 commits into from
Apr 15, 2024
Merged

🎉 7.1.0 #593

merged 25 commits into from
Apr 15, 2024

Conversation

sebbo2002
Copy link
Owner

@sebbo2002 sebbo2002 commented Mar 31, 2024

ℹ️ About this release

  • Version: 7.1.0
  • Type: minor
  • Last Release: 7.0.0 (3/17/2024, 8:47:09 AM) [?]
  • Commits to merge: 24 [?]

🐛 Bug Fixes

  • Use event timezone for allDay events (1bfeaf6)

🆕 Features

  • Apply timezone for supported allday-events (176352c), closes #592

📦 Development Dependencies

  • Update @semantic-release/npm from ^11.0.3 to ^12.0.0
  • Update @typescript-eslint/eslint-plugin from ^7.1.0 to ^7.3.1
  • Update @typescript-eslint/parser from ^7.1.0 to ^7.3.1
  • Update eslint-plugin-jsonc from ^2.13.0 to ^2.14.0
  • Update mocha from ^10.3.0 to ^10.4.0
  • Update semantic-release from ^23.0.2 to ^23.0.5
  • Update typedoc from ^0.25.8 to ^0.25.12
  • Update typescript from ^5.3.3 to ^5.4.3

sebbo2002 and others added 25 commits March 17, 2024 09:48
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1...v2)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1...v2)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…-4.19.2

build(deps): bump express from 4.18.1 to 4.19.2
Without the attribute set, if the test would be run with `export TZ=Etc/UTC`, it would actually pass.
For allday events, the timezone is not used if defined. This works for moment-timezone objects and Luxon DateTime objects with a zone set.

Close #592
Previously, the calendar time zone was always used, even if it was different or not set at all.
# [7.1.0-develop.1](v7.0.1-develop.2...v7.1.0-develop.1) (2024-03-31)

### Bug Fixes

* Use event timezone for allDay events ([1bfeaf6](1bfeaf6))

### Features

* Apply timezone for supported allday-events ([176352c](176352c)), closes [#592](#592)
…velop

# Conflicts:
#	package-lock.json
#	package.json
@sebbo2002 sebbo2002 merged commit ebde947 into main Apr 15, 2024
@sebbo2002
Copy link
Owner Author

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants