Skip to content

Commit

Permalink
Merge pull request #8 from marko-js/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
DylanPiercey authored Nov 30, 2023
2 parents ec6ed21 + f7c22df commit 44751aa
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-bags-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-masks-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pigs-smile.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.2.0

### Minor Changes

- [#7](https://github.com/marko-js/arc-vite/pull/7) [`1472478`](https://github.com/marko-js/arc-vite/commit/14724786236fc0373eb13bc164eaa059b99a3f18) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Move away from top level await which has limited browser support.

### Patch Changes

- [#7](https://github.com/marko-js/arc-vite/pull/7) [`161b0c1`](https://github.com/marko-js/arc-vite/commit/161b0c14ea8dc1349a9b6461b29d424eee7ffb25) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using `this.load` unless the ast has not already been parsed for a module.

- [#7](https://github.com/marko-js/arc-vite/pull/7) [`798c045`](https://github.com/marko-js/arc-vite/commit/798c045de06c2bec2c7706ca029d11371746ebd6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid checking for virtual adaptive modules when processing files known to be handled by Vite.

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arc-vite",
"version": "1.1.0",
"version": "1.2.0",
"description": "Declaratively bundle and execute code specific to your users ARC and Vite.",
"keywords": [
"ARC",
Expand Down

0 comments on commit 44751aa

Please sign in to comment.