diff --git a/README.md b/README.md index ec0cb92..fae71a0 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.5.2-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.5.3-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 ac7a900..a4f9322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "add-to-calendar-button-react", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "add-to-calendar-button-react", - "version": "2.5.2", + "version": "2.5.3", "license": "ELv2", "dependencies": { - "add-to-calendar-button": "^2.5.2" + "add-to-calendar-button": "^2.5.3" }, "devDependencies": { "@testing-library/react": "^14.1.2", @@ -1988,9 +1988,9 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.5.2.tgz", - "integrity": "sha512-m3AXZyfmPkEFGR0h1hsl9SUYfdDfTTthhUz5rZLbaHzRuby03WsoVj12B/mz1HJrNew4QVGSh6bVRotVZh79WQ==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.5.3.tgz", + "integrity": "sha512-CI6QWtybASfHubCZKXXwLLJav7a/Bu5JXVk/a90F/gKTX/nQLVoDsCl/qiPhgdHhQUlBLTSJZXoTBZ4O2hjdnQ==", "dependencies": { "timezones-ical-library": "^1.7.2" }, diff --git a/package.json b/package.json index 227d1e2..53f2daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-to-calendar-button-react", - "version": "2.5.2", + "version": "2.5.3", "engines": { "node": ">=16.18.1", "npm": ">=8.19.2" @@ -92,6 +92,6 @@ "react-dom": ">=18.0.0" }, "dependencies": { - "add-to-calendar-button": "^2.5.2" + "add-to-calendar-button": "^2.5.3" } }