Skip to content

Commit

Permalink
Merge pull request #341 from localnerve/rc-8.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve authored Jan 13, 2025
2 parents b6c85f2 + 83d9b49 commit 1f5ee2a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 28 deletions.
42 changes: 23 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-elements",
"version": "8.10.10",
"version": "8.10.11",
"description": "A repo of ui elements",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"babel-loader": "^9.2.1",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"mocha": "^11.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/horizontal-pager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/horizontal-pager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizontal-pager",
"version": "4.2.8",
"version": "4.2.9",
"description": "A small, fast, no-dep, horizontal scroll behavior",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/jump-scroll/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jump-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localnerve/jump-scroll",
"version": "0.9.23",
"version": "0.9.24",
"description": "A small, fast, no-dep, jump-scroll web component",
"main": "dist/index.js",
"browser": "dist/jump-scroll.js",
Expand Down

0 comments on commit 1f5ee2a

Please sign in to comment.