Skip to content

Commit 903a76e

Browse files
chore(main): release 2.9.1 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a902ae4 commit 903a76e

9 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.9.1](https://github.com/afonsojramos/super-calendar/compare/v2.9.0...v2.9.1) (2026-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* move multi-day event previews together ([#52](https://github.com/afonsojramos/super-calendar/issues/52)) ([a902ae4](https://github.com/afonsojramos/super-calendar/commit/a902ae4cd16c6d620a98f6edfecaee5208017642))
9+
310
## [2.9.0](https://github.com/afonsojramos/super-calendar/compare/v2.8.2...v2.9.0) (2026-08-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "super-calendar",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"private": true,
55
"description": "Monorepo for super-calendar: a render-agnostic core with React Native and react-dom renderers.",
66
"homepage": "https://github.com/afonsojramos/super-calendar#readme",

packages/core/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/core",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Render-agnostic core for super-calendar: date math, selection model, event layout, the month-grid builder, headless hooks, and neutral theme tokens. No renderer.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/core",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Render-agnostic core for super-calendar: date math, selection model, event layout, the month-grid builder, headless hooks, and neutral theme tokens. No renderer.",
55
"keywords": [
66
"calendar",

packages/dom/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/dom",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Virtualized month / week / day calendar and date picker for react-dom. No React Native, no react-native-web.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/dom",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Virtualized month / week / day calendar and date picker for react-dom. No React Native, no react-native-web.",
55
"keywords": [
66
"calendar",

packages/native/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/native",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Gesture-driven, virtualized month / week / day calendar and date picker for React Native (and web via react-native-web).",
55
"license": "MIT",
66
"exports": {

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@super-calendar/native",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Gesture-driven, virtualized month / week / day calendar and date picker for React Native (and web via react-native-web).",
55
"keywords": [
66
"agenda",

0 commit comments

Comments
 (0)