File tree Expand file tree Collapse file tree 16 files changed +89
-22
lines changed Expand file tree Collapse file tree 16 files changed +89
-22
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.12] ( https://github.com/frontity/frontity/compare/mars-theme@0.1.11...mars-theme@0.1.12 ) (2019-05-17)
7
+
8
+ ** Note:** Version bump only for package mars-theme
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.1.11] ( https://github.com/frontity/frontity/compare/mars-theme@0.1.10...mars-theme@0.1.11 ) (2019-05-16)
7
15
8
16
** Note:** Version bump only for package mars-theme
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mars-theme" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"private" : true ,
5
5
"description" : " The minimum setup for Frontity using TypeScript" ,
6
6
"scripts" : {
13
13
},
14
14
"license" : " Apache-2.0" ,
15
15
"dependencies" : {
16
- "@frontity/core" : " ^0.3.5 " ,
16
+ "@frontity/core" : " ^0.3.6 " ,
17
17
"@frontity/file-settings" : " ^0.2.2" ,
18
- "@frontity/mars-theme" : " ^0.3.2 " ,
19
- "@frontity/tiny-router" : " ^0.3.2 " ,
18
+ "@frontity/mars-theme" : " ^0.3.3 " ,
19
+ "@frontity/tiny-router" : " ^0.3.3 " ,
20
20
"@frontity/wp-source" : " ^0.1.5" ,
21
- "frontity" : " ^0.2.9 "
21
+ "frontity" : " ^0.2.10 "
22
22
},
23
23
"devDependencies" : {
24
24
"ts-node" : " ^8.0.3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.12] ( https://github.com/frontity/frontity/compare/typescript-basic@0.1.11...typescript-basic@0.1.12 ) (2019-05-17)
7
+
8
+ ** Note:** Version bump only for package typescript-basic
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.1.11] ( https://github.com/frontity/frontity/compare/typescript-basic@0.1.10...typescript-basic@0.1.11 ) (2019-05-16)
7
15
8
16
** Note:** Version bump only for package typescript-basic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-basic" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"private" : true ,
5
5
"description" : " The minimum setup for Frontity using TypeScript" ,
6
6
"scripts" : {
13
13
},
14
14
"license" : " Apache-2.0" ,
15
15
"dependencies" : {
16
- "@frontity/core" : " ^0.3.5 " ,
17
- "@frontity/extension-example-1" : " ^1.0.11 " ,
18
- "@frontity/extension-example-2" : " ^1.0.10 " ,
19
- "@frontity/tiny-router" : " ^0.3.2 " ,
20
- "frontity" : " ^0.2.9 "
16
+ "@frontity/core" : " ^0.3.6 " ,
17
+ "@frontity/extension-example-1" : " ^1.0.12 " ,
18
+ "@frontity/extension-example-2" : " ^1.0.11 " ,
19
+ "@frontity/tiny-router" : " ^0.3.3 " ,
20
+ "frontity" : " ^0.2.10 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.6] ( https://github.com/frontity/frontity/compare/@frontity/core@0.3.5...@frontity/core@0.3.6 ) (2019-05-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** core:** fix wrong public path in scripts ([ a1f328b] ( https://github.com/frontity/frontity/commit/a1f328b ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.3.5] ( https://github.com/frontity/frontity/compare/@frontity/core@0.3.4...@frontity/core@0.3.5 ) (2019-05-16)
7
18
8
19
** Note:** Version bump only for package @frontity/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontity/core" ,
3
- "version" : " 0.3.5 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"description" : " Main Frontity package" ,
5
5
"keywords" : [
6
6
" frontity"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.12] ( https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.11...@frontity/extension-example-1@1.0.12 ) (2019-05-17)
7
+
8
+ ** Note:** Version bump only for package @frontity/extension-example-1
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.11] ( https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.10...@frontity/extension-example-1@1.0.11 ) (2019-05-16)
7
15
8
16
** Note:** Version bump only for package @frontity/extension-example-1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontity/extension-example-1" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"private" : true ,
5
5
"description" : " This is an empty extension only for testing purposes" ,
6
6
"keywords" : [
16
16
"url" : " https://community.frontity.org"
17
17
},
18
18
"dependencies" : {
19
- "frontity" : " ^0.2.9 "
19
+ "frontity" : " ^0.2.10 "
20
20
},
21
21
"devDependencies" : {
22
22
"@frontity/router" : " ^0.1.3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.11] ( https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.10...@frontity/extension-example-2@1.0.11 ) (2019-05-17)
7
+
8
+ ** Note:** Version bump only for package @frontity/extension-example-2
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.10] ( https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.9...@frontity/extension-example-2@1.0.10 ) (2019-05-16)
7
15
8
16
** Note:** Version bump only for package @frontity/extension-example-2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontity/extension-example-2" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"private" : true ,
5
5
"description" : " This is an empty extension only for testing purposes" ,
6
6
"keywords" : [
16
16
"url" : " https://community.frontity.org"
17
17
},
18
18
"dependencies" : {
19
- "frontity" : " ^0.2.9 "
19
+ "frontity" : " ^0.2.10 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments