Skip to content

Commit 6c7e0fe

Browse files
committed
chore(release): publish new version 1.1.3
1 parent aadb9d4 commit 6c7e0fe

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.2...v1.1.3) (2023-12-30)
8+
9+
### Bug Fixes
10+
11+
* update repo structure & links + update deps ([aadb9d4](https://github.com/ghiscoding/multiple-select-vanilla/commit/aadb9d4a74543864b82389b3f229fe7f092f99a7)) - by @ghiscoding
12+
713
## [1.1.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.1...v1.1.2) (2023-12-20)
814

915
### Bug Fixes

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.2",
3+
"version": "1.1.3",
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+
## [1.1.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.2...v1.1.3) (2023-12-30)
8+
9+
### Bug Fixes
10+
11+
* update repo structure & links + update deps ([aadb9d4](https://github.com/ghiscoding/multiple-select-vanilla/commit/aadb9d4a74543864b82389b3f229fe7f092f99a7)) - by @ghiscoding
12+
713
## [1.1.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.1...v1.1.2) (2023-12-20)
814

915
### Bug Fixes

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "./dist/cjs/multiple-select.cjs",
55
"module": "./dist/esm/multiple-select.js",
66
"types": "index.d.ts",
@@ -43,7 +43,7 @@
4343
"license": "MIT",
4444
"repository": {
4545
"type": "git",
46-
"url" : "https://github.com/ghiscoding/multiple-select-vanilla.git",
46+
"url": "https://github.com/ghiscoding/multiple-select-vanilla.git",
4747
"directory": "packages/multiple-select-vanilla"
4848
},
4949
"publishConfig": {

0 commit comments

Comments
 (0)