Skip to content

Commit 9fee8e2

Browse files
Version Packages (#31)
Co-authored-by: squiggler-ent[bot] <265501495+squiggler-ent[bot]@users.noreply.github.com>
1 parent 39a6e18 commit 9fee8e2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/jquery-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sanity-labs/logo-soup
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#30](https://github.com/sanity-labs/logo-soup/pull/30) [`39a6e18`](https://github.com/sanity-labs/logo-soup/commit/39a6e1899b6c5911563bc4f3943b1bdec11ad846) Thanks [@RostiMelk](https://github.com/RostiMelk)! - Add jQuery 4.x adapter via `@sanity-labs/logo-soup/jquery`. Provides a `$.fn.logoSoup` plugin with `process`, `ready`, `destroy`, and `instance` methods. Auto-installs onto `window.jQuery` if available, or call `install($)` manually with a bundler.
8+
39
## 2.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity-labs/logo-soup",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A tiny framework-agnostic library that makes logos look good together",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)