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: 2bf766cbae0fa2ac216f0b1ff21454d354ffd253
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: de53caa19e84558edde8b67a2963e20b54cc3cd9
Choose a head ref
Showing with 94 additions and 72 deletions.
  1. +2 −0 CHANGELOG.md
  2. +3 −3 package.json
  3. +89 −69 pnpm-lock.yaml
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.4.221](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.220...v1.4.221) (2024-09-23)

## [1.4.220](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.219...v1.4.220) (2024-09-16)


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.220",
"version": "1.4.221",
"name": "@frsource/light-scrollbar",
"description": "Minimalistic plugin to create custom scrollbars! 💪",
"source": "./src/index.ts",
@@ -57,7 +57,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.5",
"@semantic-release/github": "11.0.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
@@ -66,7 +66,7 @@
"cpy-cli": "5.0.0",
"cypress": "13.9.0",
"cypress-real-events": "^1.7.4",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-eslint-comments": "3.2.0",
Loading