@uinstinct/svelte-wheel-picker 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # svelte-wheel-picker 🖱️
2
2
 
3
+ [![CI](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/ci.yml)
4
+ [![Deploy to Netlify](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/deploy.yml)
5
+ [![Release](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/uinstinct/svelte-wheel-picker/actions/workflows/release.yml)
3
6
  [![npm version](https://img.shields.io/npm/v/@uinstinct/svelte-wheel-picker)](https://www.npmjs.com/package/@uinstinct/svelte-wheel-picker)
4
7
  [![license](https://img.shields.io/npm/l/@uinstinct/svelte-wheel-picker)](https://github.com/uinstinct/svelte-wheel-picker/blob/main/LICENSE)
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uinstinct/svelte-wheel-picker",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "description": "iOS-style wheel picker for Svelte 5 with inertia scrolling, infinite loop, and keyboard navigation",
6
6
  "license": "MIT",