File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed
docs/content/4.sdk/5.reference Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 20
20
"changesets" : [
21
21
" brave-jokes-film" ,
22
22
" chilly-eggs-fetch" ,
23
+ " chilly-fans-check" ,
24
+ " loud-rings-occur" ,
23
25
" slimy-olives-drive" ,
24
26
" strange-schools-mate"
25
27
]
Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## 3.3.0-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @vue-storefront/logger @1.0.0-rc.3
9
+
3
10
## 3.3.0-rc.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
# @vue-storefront/logger
2
2
3
+ ## 1.0.0-rc.3
4
+
5
+ ### Major Changes
6
+
7
+ rc.3
8
+ rc.3
9
+
3
10
## 1.0.0-rc.2
4
11
5
12
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-storefront/logger" ,
3
- "version" : " 1.0.0-rc.2 " ,
3
+ "version" : " 1.0.0-rc.3 " ,
4
4
"main" : " lib/index.cjs.js" ,
5
5
"module" : " lib/index.es.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## 3.3.0-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @vue-storefront/logger @1.0.0-rc.3
9
+
3
10
## 3.3.0-rc.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-storefront/sdk" ,
3
3
"license" : " MIT" ,
4
- "version" : " 3.3.0-rc.0 " ,
4
+ "version" : " 3.3.0-rc.1 " ,
5
5
"main" : " lib/index.cjs.js" ,
6
6
"module" : " lib/index.es.js" ,
7
7
"types" : " lib/index.d.ts" ,
20
20
"changesets:publish" : " yarn run build && yarn changeset publish"
21
21
},
22
22
"dependencies" : {
23
- "@vue-storefront/logger" : " 1.0.0-rc.2 "
23
+ "@vue-storefront/logger" : " 1.0.0-rc.3 "
24
24
},
25
25
"devDependencies" : {
26
26
"@types/jest" : " ^29.0.3" ,
You can’t perform that action at this time.
0 commit comments