Skip to content

Commit d19de8e

Browse files
committed
chore(release): publish new version 1.1.1
1 parent 1c2ccee commit d19de8e

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
8+
9+
### Bug Fixes
10+
11+
* add `aria-expanded` on ms-drop element, fixes [#178](https://github.com/ghiscoding/multiple-select-vanilla/issues/178) ([#179](https://github.com/ghiscoding/multiple-select-vanilla/issues/179)) ([1c2ccee](https://github.com/ghiscoding/multiple-select-vanilla/commit/1c2ccee7b744d5f654c4575da8b1b5732ee4938a)) - by @ghiscoding
12+
713
## [1.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.3...v1.1.0) (2023-11-26)
814

915
### Features

demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-demo
10+
711
## [1.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.3...v1.1.0) (2023-11-26)
812

913
**Note:** Version bump only for package multiple-select-vanilla-demo

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multiple-select-vanilla-demo",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"author": {
77
"name": "zhixin wen",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
8+
9+
### Bug Fixes
10+
11+
* add `aria-expanded` on ms-drop element, fixes [#178](https://github.com/ghiscoding/multiple-select-vanilla/issues/178) ([#179](https://github.com/ghiscoding/multiple-select-vanilla/issues/179)) ([1c2ccee](https://github.com/ghiscoding/multiple-select-vanilla/commit/1c2ccee7b744d5f654c4575da8b1b5732ee4938a)) - by @ghiscoding
12+
713
## [1.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.3...v1.1.0) (2023-11-26)
814

915
### Features

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./dist/cjs/multiple-select.cjs",
55
"module": "./dist/esm/multiple-select.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)