8000 Merge branch 'main' into paraglide · svelte-add/svelte-add@e7d2a59 · GitHub
[go: up one dir, main page]

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

Commit e7d2a59

Browse files
authored
Merge branch 'main' into paraglide
2 parents 7b66b52 + 13761e8 commit e7d2a59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+953
-798
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Topic
1010
description: >-
1111
Please enter the adder or project you are having an issue with. (i.e.
12-
bulma, tailwindcss, cli, website, etc)
12+
tailwindcss, cli, website, etc)
1313
validations:
1414
required: true
1515
- type: input

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Topic
1010
description: >-
1111
Please enter the adder or project you are having an issue with. (i.e.
12-
bulma, tailwindcss, cli, website, etc)
12+
tailwindcss, cli, website, etc)
1313
validations:
1414
required: true
1515
- type: textarea

.github/workflows/changesets.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
- main
66

77
permissions:
8-
contents: write
9-
pull-requests: write
8+
contents: write # to create release (changesets/action)
9+
id-token: write # OpenID Connect token needed for provenance
10+
pull-requests: write # to create pull request (changesets/action)
1011

1112
jobs:
1213
version:
@@ -44,6 +45,7 @@ jobs:
4445
createGithubReleases: false
4546
env:
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
NPM_CONFIG_PROVENANCE: true
4749
NPM_TOKEN: ${{ secrets.NPM_TOKEN_2024 }}
4850

4951
- name: published packages

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ pnpm changeset
4646
The easiest way to test a adder is to run it's cli directly.
4747

4848
```sh
49-
npx ./adders/bulma
49+
pnpm svelte-add tailwindcss
5050
```
5151

5252
Alternatively you can also run the testsuite of a adder with this command:
5353

5454
```sh
55-
pnpm test bulma mdsvex
55+
pnpm test tailwindcss mdsvex
5656
```
5757

5858
And if you have made changes to the core packages, you should probably run the full test suite for all adders. But keep in mind, this takes time!

adders/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- feat: remove bulma and bootstrap adders ([#533](https://github.com/svelte-add/svelte-add/pull/533))
8+
9+
### Patch Changes
10+
11+
- fix: removed `postcss` install from `tailwindcss` adder ([#532](https://github.com/svelte-add/svelte-add/pull/532))
12+
13+
- fix: pinned `storybook` cli version ([#531](https://github.com/svelte-add/svelte-add/pull/531))
14+
15+
## 1.5.2
16+
17+
### Patch Changes
18+
19+
- chore: use `defineConfig` helper for `playwright` ([#528](https://github.com/svelte-add/svelte-add/pull/528))
20+
21+
## 1.5.1
22+
23+
### Patch Changes
24+
25+
- chore: upgrade to typescript-eslint v8 final ([#525](https://github.com/svelte-add/svelte-add/pull/525))
26+
27+
## 1.5.0
28+
29+
### Minor Changes
30+
31+
- feat: playwright adder ([#518](https://github.com/svelte-add/svelte-add/pull/518))
32+
33+
- feat: vitest adder ([#519](https://github.com/svelte-add/svelte-add/pull/519))
34+
35+
## 1.4.0
36+
37+
### Minor Changes
38+
39+
- feat: generate `.env.example` file for drizzle adder ([#516](https://github.com/svelte-add/svelte-add/pull/516))
40+
341
## 1.3.0
442

543
### Minor Changes

adders/bootstrap/bootstrap.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

adders/bootstrap/config/adder.ts

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

adders/bootstrap/config/options.ts

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

0 commit comments

Comments
 (0)
0