diff --git a/README.md b/README.md index d0ab57b..2d52a83 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.6-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.7-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 a63757a..a18f3d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.6", + "version": "2.12.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "add-to-calendar-button-react", - "version": "2.12.6", + "version": "2.12.7", "license": "ELv2", "dependencies": { - "add-to-calendar-button": "^2.12.6" + "add-to-calendar-button": "^2.12.7" }, "devDependencies": { "@testing-library/react": "^16.3.0", @@ -2435,9 +2435,9 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.6.tgz", - "integrity": "sha512-DyhhtkisyaBot8u0KRRWkdlRpqAzFzRgr0SLOx3JIm64aO2zDML2z6T3LQdNM5lIYE8/kSpTbwXwNJswLI5nXQ==", + "version": "2.12.7", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.7.tgz", + "integrity": "sha512-yPDYxI+RdJvxQozlGnIfrMOdPzbl6WC82Pbhrw9NCEckWdrwTVoIMAqB6cNLA/zyu7cWjAC1bgwean1qgIhy4Q==", "license": "ELv2", "dependencies": { "timezones-ical-library": "^1.10.0" diff --git a/package.json b/package.json index 10c0459..9108e1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.6", + "version": "2.12.7", "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.6" + "add-to-calendar-button": "^2.12.7" } }