Skip to content

Commit fab7243

Browse files
github-actions[bot]zOadT
authored andcommitted
Version Packages
1 parent b30ce17 commit fab7243

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/grumpy-cougars-rush.md

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

.changeset/shaky-lights-brake.md

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

packages/rolldown-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rolldown-plugin-concurrent-top-level-await
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#46](https://github.com/zOadT/concurrent-top-level-await-plugins/pull/46) [`a950854`](https://github.com/zOadT/concurrent-top-level-await-plugins/commit/a95085415262d2dbddd576300334f5a833c25888) Thanks [@zOadT](https://github.com/zOadT)! - fix default export for dynamically imported modules
8+
39
## 0.2.0
410

511
### Minor Changes

packages/rolldown-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rolldown-plugin-concurrent-top-level-await",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Rolldown (and Vite) plugin enabling concurrent execution of modules that contain top level await.",
55
"keywords": [
66
"rolldown-plugin",

packages/rollup-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rollup-plugin-concurrent-top-level-await
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/zOadT/concurrent-top-level-await-plugins/pull/49) [`57446e3`](https://github.com/zOadT/concurrent-top-level-await-plugins/commit/57446e31a3772347a1bf9367af2f69e8d350ad75) Thanks [@fkrauthan](https://github.com/fkrauthan)! - Fixed undefined access within `getClassDeclarationStart` in some instances
8+
39
## 0.3.1
410

511
### Patch Changes

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-concurrent-top-level-await",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Rollup (and Vite) plugin enabling concurrent execution of modules that contain top level await.",
55
"keywords": [
66
"rollup-plugin",

0 commit comments

Comments
 (0)