Skip to content

Commit 4f1c07a

Browse files
committed
chore(release): publish [skip ci]
- mars-theme@0.1.12 - typescript-basic@0.1.12 - @frontity/core@0.3.6 - @frontity/extension-example-1@1.0.12 - @frontity/extension-example-2@1.0.11 - frontity@0.2.10 - @frontity/mars-theme@0.3.3 - @frontity/tiny-router@0.3.3
1 parent 2126306 commit 4f1c07a

File tree

16 files changed

+89
-22
lines changed

16 files changed

+89
-22
lines changed

examples/mars-theme-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.1.11](https://github.com/frontity/frontity/compare/mars-theme@0.1.10...mars-theme@0.1.11) (2019-05-16)
715

816
**Note:** Version bump only for package mars-theme

examples/mars-theme-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mars-theme",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"description": "The minimum setup for Frontity using TypeScript",
66
"scripts": {
@@ -13,12 +13,12 @@
1313
},
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@frontity/core": "^0.3.5",
16+
"@frontity/core": "^0.3.6",
1717
"@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",
2020
"@frontity/wp-source": "^0.1.5",
21-
"frontity": "^0.2.9"
21+
"frontity": "^0.2.10"
2222
},
2323
"devDependencies": {
2424
"ts-node": "^8.0.3"

examples/typescript-basic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.1.11](https://github.com/frontity/frontity/compare/typescript-basic@0.1.10...typescript-basic@0.1.11) (2019-05-16)
715

816
**Note:** Version bump only for package typescript-basic
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-basic",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"description": "The minimum setup for Frontity using TypeScript",
66
"scripts": {
@@ -13,10 +13,10 @@
1313
},
1414
"license": "Apache-2.0",
1515
"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"
2121
}
2222
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [0.3.5](https://github.com/frontity/frontity/compare/@frontity/core@0.3.4...@frontity/core@0.3.5) (2019-05-16)
718

819
**Note:** Version bump only for package @frontity/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontity/core",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Main Frontity package",
55
"keywords": [
66
"frontity"

packages/extension-example-1/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [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)
715

816
**Note:** Version bump only for package @frontity/extension-example-1

packages/extension-example-1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontity/extension-example-1",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"private": true,
55
"description": "This is an empty extension only for testing purposes",
66
"keywords": [
@@ -16,7 +16,7 @@
1616
"url": "https://community.frontity.org"
1717
},
1818
"dependencies": {
19-
"frontity": "^0.2.9"
19+
"frontity": "^0.2.10"
2020
},
2121
"devDependencies": {
2222
"@frontity/router": "^0.1.3"

packages/extension-example-2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [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)
715

816
**Note:** Version bump only for package @frontity/extension-example-2

packages/extension-example-2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontity/extension-example-2",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"private": true,
55
"description": "This is an empty extension only for testing purposes",
66
"keywords": [
@@ -16,6 +16,6 @@
1616
"url": "https://community.frontity.org"
1717
},
1818
"dependencies": {
19-
"frontity": "^0.2.9"
19+
"frontity": "^0.2.10"
2020
}
2121
}

0 commit comments

Comments
 (0)