Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FRSOURCE/light-scrollbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2257447bbeb37ea23ea4651bf740457c8590a386
Choose a base ref
..
head repository: FRSOURCE/light-scrollbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 945322c8d96e353b235aa3fc341ec6a40f54a659
Choose a head ref
Showing with 142 additions and 136 deletions.
  1. +11 −0 CHANGELOG.md
  2. +4 −4 package.json
  3. +127 −132 pnpm-lock.yaml
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.4.213](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.212...v1.4.213) (2024-08-05)

## [1.4.212](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.211...v1.4.212) (2024-07-29)


### Bug Fixes

* **deps:** update all non-major dependency bump ([#455](https://github.com/FRSOURCE/light-scrollbar/issues/455)) ([6854305](https://github.com/FRSOURCE/light-scrollbar/commit/68543050855f579e2563ed89e56f6bf60b75b8da))

## [1.4.211](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.210...v1.4.211) (2024-07-29)

## [1.4.210](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.209...v1.4.210) (2024-07-22)


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.210",
"version": "1.4.213",
"name": "@frsource/light-scrollbar",
"description": "Minimalistic plugin to create custom scrollbars! 💪",
"source": "./src/index.ts",
@@ -60,8 +60,8 @@
"@semantic-release/github": "10.1.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"concurrently": "8.2.2",
"cpy-cli": "5.0.0",
"cypress": "13.9.0",
@@ -82,7 +82,7 @@
"ts-essentials": "10.0.1",
"typescript": "5.4.5",
"vitepress": "1.1.4",
"vue": "3.4.33",
"vue": "3.4.35",
"wait-on": "^7.0.1"
},
"dependencies": {
Loading