Skip to content

Commit

Permalink
bump packages that need updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Aug 15, 2024
1 parent 7a44da8 commit d3333ee
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/head-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a feature of the library. This extension addresses that shortcoming.
## Install

```html
<script src="https://unpkg.com/[email protected].0/head-support.js"></script>
<script src="https://unpkg.com/[email protected].1/head-support.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/head-support/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-head-support",
"main": "head-support.js",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down
2 changes: 1 addition & 1 deletion src/json-enc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This extension encodes parameters in JSON format instead of url format.
## Install

```html
<script src="https://unpkg.com/[email protected].0/json-enc.js"></script>
<script src="https://unpkg.com/[email protected].1/json-enc.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/json-enc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-json-enc",
"main": "json-enc.js",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down
2 changes: 1 addition & 1 deletion src/method-override/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ actual HTTP method. This is necessary when dealing with some firewall or proxy
## Install

```html
<script src="https://unpkg.com/[email protected].0/method-override.js"></script>
<script src="https://unpkg.com/[email protected].1/method-override.js"></script>
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion src/method-override/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-method-override",
"main": "method-override.js",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down
2 changes: 1 addition & 1 deletion src/preload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `preload` extension allows you to load HTML fragments into your browser's ca
## Install

```html
<script src="https://unpkg.com/[email protected].0/preload.js"></script>
<script src="https://unpkg.com/[email protected].1/preload.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/preload/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-preload",
"main": "preload.js",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down
2 changes: 1 addition & 1 deletion src/sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use the following attributes to configure how SSE connections behave:
## Install

```html
<script src="https://unpkg.com/[email protected].1/sse.js"></script>
<script src="https://unpkg.com/[email protected].2/sse.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/sse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-sse",
"main": "sse.js",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down
2 changes: 1 addition & 1 deletion src/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use the following attributes to configure how WebSockets behave:
## Install

```html
<script src="https://unpkg.com/[email protected].0/ws.js"></script>
<script src="https://unpkg.com/[email protected].1/ws.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmx-ext-ws",
"main": "ws.js",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
Expand Down

0 comments on commit d3333ee

Please sign in to comment.