Skip to content

Commit 87d982f

Browse files
committed
chore: create changeset
1 parent adebaa9 commit 87d982f

File tree

6 files changed

+740
-28
lines changed

6 files changed

+740
-28
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.1
4+
5+
### Patch Changes
6+
7+
- Upgrade emotion packages and add changesets publish workflow
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))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/emotion",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
55
"repository": "nuxt-modules/emotion",
66
"license": "MIT",
@@ -30,6 +30,7 @@
3030
"@nuxt/kit": "^3.0.0"
3131
},
3232
"devDependencies": {
33+
"@changesets/cli": "^2.26.0",
3334
"@nuxt/module-builder": "^0.2.1",
3435
"@nuxt/schema": "^3.0.0",
3536
"@nuxt/test-utils": "^3.0.0",

0 commit comments

Comments
 (0)