From 75e2d554525698168a1d62db27cd81c5c4d8561b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Dec 2023 11:18:56 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f558697..5266d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/compare/v1.0.2...v1.0.3) (2023-12-12) + +### Bug Fixes + +- dayNo default to 0 ([9899eae](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/commit/9899eae2062aefc69aa1aeedb8be66440f50a7ed)) + ## [1.0.2](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/compare/v1.0.1...v1.0.2) (2023-11-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3d44c5e..aee2888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-recurring-dates", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sanity-plugin-recurring-dates", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@sanity/icons": "^2.4.1", diff --git a/package.json b/package.json index d0c2002..d943749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-recurring-dates", - "version": "1.0.2", + "version": "1.0.3", "description": "Add a custom input component to your Sanity Studio to manage recurring dates (e.g. for events)", "keywords": [ "sanity",