diff --git a/README.md b/README.md index 67eda78..5fe32b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true) ![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version) -[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.12.8-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) +[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.12.9-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) [![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) diff --git a/package-lock.json b/package-lock.json index 41f5600..4ad418f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.8", + "version": "2.12.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "add-to-calendar-button-react", - "version": "2.12.8", + "version": "2.12.9", "license": "ELv2", "dependencies": { - "add-to-calendar-button": "^2.12.8" + "add-to-calendar-button": "^2.12.9" }, "devDependencies": { "@testing-library/react": "^16.3.0", @@ -2435,9 +2435,9 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.12.8", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.8.tgz", - "integrity": "sha512-Lcg78SxvpU2uB85/e8kqmLLW7Ao4sloT5ydDkMMDOdQ7NoXnlauzGo2B736maeDGMXLG5EhG4Up5EFFl6PmqCg==", + "version": "2.12.9", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.9.tgz", + "integrity": "sha512-6Gw9TzYQ6Tz5l63bEZbpKdZNd294GEpXwGHBIvOHwI0lyDN17XsfS1s1yCxg8nIXX1NYiPUCSjRzaJg3tu1c7A==", "license": "ELv2", "dependencies": { "timezones-ical-library": "^1.10.0" diff --git a/package.json b/package.json index 0d1ba8f..08427d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.8", + "version": "2.12.9", "engines": { "node": ">=18.17.0", "npm": ">=9.6.7" @@ -93,6 +93,6 @@ "react-dom": ">=18.0.0" }, "dependencies": { - "add-to-calendar-button": "^2.12.8" + "add-to-calendar-button": "^2.12.9" } }