Skip to content

Commit d2d3d9d

Browse files
[ci] release
1 parent cfe8f98 commit d2d3d9d

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changeset/cuddly-radios-film.md

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

packages/scope/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# vite-plugin-simple-scope
2+
3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#16](https://github.com/bholmesdev/simple-stack/pull/16) [`bfd7834`](https://github.com/bholmesdev/simple-stack/commit/bfd783467eb3e9f39d014a59316e8715d290e76d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update package.json to use new github URL

packages/scope/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "vite-plugin-simple-scope",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Get a scoped ID for whatever file you're in. Zero client-side JS.",
55
"type": "module",
66
"exports": {
77
".": "./index.js",
88
"./types": "./types.d.ts"
99
},
10-
"files": ["types.d.ts", "index.js"],
11-
10+
"files": [
11+
"types.d.ts",
12+
"index.js"
13+
],
1214
"repository": {
1315
"type": "git",
1416
"url": "https://github.com/bholmesdev/simple-stack.git",

0 commit comments

Comments
 (0)