Skip to content

Commit 63de35d

Browse files
committed
build: change build output to module es2022
1 parent 6fb620b commit 63de35d

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Support Nuxt 3
8+
39
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
410

511
## [0.1.0](https://github.com/nuxt-community/emotion-module/compare/v0.0.1...v0.1.0) (2020-12-17)
612

7-
813
### ⚠ BREAKING CHANGES
914

10-
* upgrade emotion to @emotion/css
15+
- upgrade emotion to @emotion/css
1116

1217
### Features
1318

14-
* upgrade emotion to @emotion/css ([1b1c02a](https://github.com/nuxt-community/emotion-module/commit/1b1c02ab9289d011987648127c2d819e16399aee))
19+
- upgrade emotion to @emotion/css ([1b1c02a](https://github.com/nuxt-community/emotion-module/commit/1b1c02ab9289d011987648127c2d819e16399aee))
1520

1621
<a name="0.0.1"></a>
17-
## 0.0.1 (2019-02-09)
1822

23+
## 0.0.1 (2019-02-09)
1924

2025
### Bug Fixes
2126

22-
* support runtime and buildtime SPA ([8405f50](https://github.com/nuxt-community/emotion-module/commit/8405f50))
23-
* **module:** set sourceMap and autoLabel based on dev mode ([725196f](https://github.com/nuxt-community/emotion-module/commit/725196f))
27+
- support runtime and buildtime SPA ([8405f50](https://github.com/nuxt-community/emotion-module/commit/8405f50))
28+
- **module:** set sourceMap and autoLabel based on dev mode ([725196f](https://github.com/nuxt-community/emotion-module/commit/725196f))

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"moduleResolution": "Node",
4-
"module": "node16"
3+
"module": "es2022",
4+
"moduleResolution": "Node"
55
}
66
}

0 commit comments

Comments
 (0)