From 4ed5da18c75dced7092317496855bf0c7b7a8438 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 22:35:23 +0000 Subject: [PATCH] chore(release): 1.10.26 [skip ci] ## [1.10.26](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.25...v1.10.26) (2023-06-11) ### Bug Fixes * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([db52128](https://github.com/CoCreate-app/CoCreate-select/commit/db5212816e9a0b12145da40197cff90a990c9098)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d67ca8..9b13ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.26](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.25...v1.10.26) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([db52128](https://github.com/CoCreate-app/CoCreate-select/commit/db5212816e9a0b12145da40197cff90a990c9098)) + ## [1.10.25](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.24...v1.10.25) (2023-06-11) diff --git a/package.json b/package.json index fd90d4d..7499377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.10.25", + "version": "1.10.26", "description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "select", @@ -63,4 +63,4 @@ "@cocreate/message-client": "^1.3.26", "@cocreate/observer": "^1.8.16" } -} \ No newline at end of file +}