Skip to content

Commit 4c35a46

Browse files
committed
chore(release): publish new version 3.1.1
1 parent 05e27ec commit 4c35a46

File tree

5 files changed

+3118
-2556
lines changed

5 files changed

+3118
-2556
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+
## [3.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.1.0...v3.1.1) (2024-05-01)
8+
9+
### Bug Fixes
10+
11+
* better flex alignment of label span ([48c6fe9](https://github.com/ghiscoding/multiple-select-vanilla/commit/48c6fe997f76bcf7e35369148176d4c4d814d516)) - by @ghiscoding
12+
713
## [3.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.0.0...v3.1.0) (2024-03-23)
814

915
### Features

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": "3.1.0",
3+
"version": "3.1.1",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/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+
## [3.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.1.0...v3.1.1) (2024-05-01)
8+
9+
### Bug Fixes
10+
11+
* better flex alignment of label span ([48c6fe9](https://github.com/ghiscoding/multiple-select-vanilla/commit/48c6fe997f76bcf7e35369148176d4c4d814d516)) - by @ghiscoding
12+
713
## [3.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.0.0...v3.1.0) (2024-03-23)
814

915
### Features

packages/multiple-select-vanilla/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": "3.1.0",
3+
"version": "3.1.1",
44
"main": "./dist/multiple-select.cjs",
55
"module": "./dist/multiple-select.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)