File tree Expand file tree Collapse file tree 6 files changed +740
-28
lines changed Expand file tree Collapse file tree 6 files changed +740
-28
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Upgrade emotion packages and add changesets publish workflow
8
+
3
9
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.
4
10
5
11
## [ 0.1.0] ( https://github.com/nuxt-community/emotion-module/compare/v0.0.1...v0.1.0 ) (2020-12-17)
6
12
7
-
8
13
### ⚠ BREAKING CHANGES
9
14
10
- * upgrade emotion to @emotion/css
15
+ - upgrade emotion to @emotion/css
11
16
12
17
### Features
13
18
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 ) )
15
20
16
21
<a name =" 0.0.1 " ></a >
17
- ## 0.0.1 (2019-02-09)
18
22
23
+ ## 0.0.1 (2019-02-09)
19
24
20
25
### Bug Fixes
21
26
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxtjs/emotion" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " The Next Generation of CSS-in-JS for Nuxt.js" ,
5
5
"repository" : " nuxt-modules/emotion" ,
6
6
"license" : " MIT" ,
30
30
"@nuxt/kit" : " ^3.0.0"
31
31
},
32
32
"devDependencies" : {
33
+ "@changesets/cli" : " ^2.26.0" ,
33
34
"@nuxt/module-builder" : " ^0.2.1" ,
34
35
"@nuxt/schema" : " ^3.0.0" ,
35
36
"@nuxt/test-utils" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments