Skip to content

Commit 71b6799

Browse files
👷 [ci]: Version Packages
1 parent b808816 commit 71b6799

File tree

3 files changed

+59
-57
lines changed

3 files changed

+59
-57
lines changed

‎.changeset/full-clouds-grow.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# astro-webrings
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#2](https://github.com/louisescher/astro-webrings/pull/2) [`2fe222d`](https://github.com/louisescher/astro-webrings/commit/2fe222dc5bdd0afd97458049ebf9de495fa69a4e) Thanks [@louisescher](https://github.com/louisescher)! - Initial release
Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
{
2-
"name": "astro-webrings",
3-
"version": "0.0.0",
4-
"description": "Add webring badges for astro-webrings.lou.gg to your Astro site with ease!",
5-
"packageManager": "pnpm@10.17.1",
6-
"license": "MIT",
7-
"author": {
8-
"name": "Louis Escher",
9-
"url": "https://lou.gg"
10-
},
11-
"keywords": [
12-
"astro",
13-
"astro-integration",
14-
"withastro",
15-
"webring",
16-
"webrings"
17-
],
18-
"type": "module",
19-
"scripts": {
20-
"build": "buildkit build 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'",
21-
"dev": "buildkit dev 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'"
22-
},
23-
"files": [
24-
"dist"
25-
],
26-
"devDependencies": {
27-
"@withstudiocms/buildkit": "0.1.0-beta.5",
28-
"typescript": "^5.9.2",
29-
"@types/node": "^22.18.0",
30-
"@changesets/changelog-github": "0.5.1",
31-
"@changesets/cli": "2.29.7",
32-
"@changesets/config": "3.1.1",
33-
"@changesets/write": "0.4.0"
34-
},
35-
"peerDependencies": {
36-
"astro": "^5"
37-
},
38-
"exports": {
39-
"./badges": {
40-
"types": "./dist/badges.d.ts",
41-
"default": "./dist/badges.js"
42-
},
43-
"./badge": {
44-
"types": "./dist/components/Badge.astro",
45-
"default": "./dist/components/Badge.astro"
46-
},
47-
"./images/*": {
48-
"types": "./dist/images/*",
49-
"default": "./dist/images/*"
50-
}
51-
}
52-
}
1+
{
2+
"name": "astro-webrings",
3+
"version": "0.1.0",
4+
"description": "Add webring badges for astro-webrings.lou.gg to your Astro site with ease!",
5+
"packageManager": "pnpm@10.17.1",
6+
"license": "MIT",
7+
"author": {
8+
"name": "Louis Escher",
9+
"url": "https://lou.gg"
10+
},
11+
"keywords": [
12+
"astro",
13+
"astro-integration",
14+
"withastro",
15+
"webring",
16+
"webrings"
17+
],
18+
"type": "module",
19+
"scripts": {
20+
"build": "buildkit build 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'",
21+
"dev": "buildkit dev 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'"
22+
},
23+
"files": [
24+
"dist"
25+
],
26+
"devDependencies": {
27+
"@withstudiocms/buildkit": "0.1.0-beta.5",
28+
"typescript": "^5.9.2",
29+
"@types/node": "^22.18.0",
30+
"@changesets/changelog-github": "0.5.1",
31+
"@changesets/cli": "2.29.7",
32+
"@changesets/config": "3.1.1",
33+
"@changesets/write": "0.4.0"
34+
},
35+
"peerDependencies": {
36+
"astro": "^5"
37+
},
38+
"exports": {
39+
"./badges": {
40+
"types": "./dist/badges.d.ts",
41+
"default": "./dist/badges.js"
42+
},
43+
"./badge": {
44+
"types": "./dist/components/Badge.astro",
45+
"default": "./dist/components/Badge.astro"
46+
},
47+
"./images/*": {
48+
"types": "./dist/images/*",
49+
"default": "./dist/images/*"
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)