Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 6ad20f4

Browse files
Version Packages (#526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2aafc0 commit 6ad20f4

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.changeset/eleven-ways-fry.md

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

adders/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @svelte-add/adders
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- chore: upgrade to typescript-eslint v8 final ([#525](https://github.com/svelte-add/svelte-add/pull/525))
8+
39
## 1.5.0
410

511
### Minor Changes

adders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svelte-add/adders",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"exports": {
77
".": {

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-add
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- chore: upgrade to typescript-eslint v8 final ([#525](https://github.com/svelte-add/svelte-add/pull/525))
8+
39
## 2.6.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-add",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"bin": "build/index.js",
55
"type": "module",
66
"files": [

packages/website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @svelte-add/website
22

3+
## 2.3.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e2aafc0a6e62c7b9d44d5e2eefb50c2074433384`](https://github.com/svelte-add/svelte-add/commit/e2aafc0a6e62c7b9d44d5e2eefb50c2074433384)]:
8+
- @svelte-add/adders@1.5.1
9+
310
## 2.3.16
411

512
### Patch Changes

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-add/website",
3-
"version": "2.3.16",
3+
"version": "2.3.17",
44
"type": "module",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)