Skip to content

Commit c7d4e14

Browse files
committed
chore: update changelogs
1 parent a8396c0 commit c7d4e14

File tree

4 files changed

+1
-75
lines changed

4 files changed

+1
-75
lines changed

packages/form/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# simple-stack-form
22

3-
## 0.1.13
4-
5-
### Patch Changes
6-
7-
- [#68](https://github.com/bholmesdev/simple-stack/pull/68) [`017e3ea`](https://github.com/bholmesdev/simple-stack/commit/017e3ea9de946148b7c02ae1b63e360ef45e9a99) Thanks [@bholmesdev](https://github.com/bholmesdev)! - introduces the new `simple-stack-query` package, a simple library to query the DOM from your Astro components.
8-
9-
```astro
10-
<button data-target={$('btn')}>Click me</button>
11-
12-
<script>
13-
ready(() => {
14-
$('btn').addEventListener('click', () => {
15-
console.log("It's like JQuery but not!");
16-
});
17-
});
18-
</script>
19-
```
20-
21-
Visit the package README for more information.
22-
233
## 0.1.12
244

255
### Patch Changes

packages/frame/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# simple-stack-frame
22

3-
## 0.0.4
4-
5-
### Patch Changes
6-
7-
- [#68](https://github.com/bholmesdev/simple-stack/pull/68) [`017e3ea`](https://github.com/bholmesdev/simple-stack/commit/017e3ea9de946148b7c02ae1b63e360ef45e9a99) Thanks [@bholmesdev](https://github.com/bholmesdev)! - introduces the new `simple-stack-query` package, a simple library to query the DOM from your Astro components.
8-
9-
```astro
10-
<button data-target={$('btn')}>Click me</button>
11-
12-
<script>
13-
ready(() => {
14-
$('btn').addEventListener('click', () => {
15-
console.log("It's like JQuery but not!");
16-
});
17-
});
18-
</script>
19-
```
20-
21-
Visit the package README for more information.
22-
233
## 0.0.3
244

255
### Patch Changes

packages/scope/CHANGELOG.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,7 @@
44

55
### Patch Changes
66

7-
- [#68](https://github.com/bholmesdev/simple-stack/pull/68) [`017e3ea`](https://github.com/bholmesdev/simple-stack/commit/017e3ea9de946148b7c02ae1b63e360ef45e9a99) Thanks [@bholmesdev](https://github.com/bholmesdev)! - introduces the new `simple-stack-query` package, a simple library to query the DOM from your Astro components.
8-
9-
```astro
10-
<button data-target={$('btn')}>Click me</button>
11-
12-
<script>
13-
ready(() => {
14-
$('btn').addEventListener('click', () => {
15-
console.log("It's like JQuery but not!");
16-
});
17-
});
18-
</script>
19-
```
20-
21-
Visit the package README for more information.
7+
- [#68](https://github.com/bholmesdev/simple-stack/pull/68) [`017e3ea`](https://github.com/bholmesdev/simple-stack/commit/017e3ea9de946148b7c02ae1b63e360ef45e9a99) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix type error applying the Simple scope plugin to a `.ts` config file.
228

239
## 2.0.0
2410

packages/stream/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# simple-stack-stream
22

3-
## 0.3.5
4-
5-
### Patch Changes
6-
7-
- [#68](https://github.com/bholmesdev/simple-stack/pull/68) [`017e3ea`](https://github.com/bholmesdev/simple-stack/commit/017e3ea9de946148b7c02ae1b63e360ef45e9a99) Thanks [@bholmesdev](https://github.com/bholmesdev)! - introduces the new `simple-stack-query` package, a simple library to query the DOM from your Astro components.
8-
9-
```astro
10-
<button data-target={$('btn')}>Click me</button>
11-
12-
<script>
13-
ready(() => {
14-
$('btn').addEventListener('click', () => {
15-
console.log("It's like JQuery but not!");
16-
});
17-
});
18-
</script>
19-
```
20-
21-
Visit the package README for more information.
22-
233
## 0.3.4
244

255
### Patch Changes

0 commit comments

Comments
 (0)