Skip to content

Commit a3b1c41

Browse files
committed
chore(release): publish [skip ci]
- mars-theme@0.1.8 - typescript-basic@0.1.8 - @frontity/core@0.3.3 - @frontity/extension-example-1@1.0.8 - @frontity/extension-example-2@1.0.8 - frontity@0.2.7 - @frontity/mars-theme@0.2.0 - @frontity/tiny-router@0.2.7
1 parent faf8761 commit a3b1c41

File tree

16 files changed

+95
-22
lines changed

16 files changed

+95
-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.8](https://github.com/frontity/frontity/compare/mars-theme@0.1.7...mars-theme@0.1.8) (2019-05-16)
7+
8+
**Note:** Version bump only for package mars-theme
9+
10+
11+
12+
13+
614
## [0.1.7](https://github.com/frontity/frontity/compare/mars-theme@0.1.6...mars-theme@0.1.7) (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.7",
3+
"version": "0.1.8",
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.2",
16+
"@frontity/core": "^0.3.3",
1717
"@frontity/file-settings": "^0.2.2",
18-
"@frontity/mars-theme": "^0.1.7",
19-
"@frontity/tiny-router": "^0.2.6",
18+
"@frontity/mars-theme": "^0.2.0",
19+
"@frontity/tiny-router": "^0.2.7",
2020
"@frontity/wp-source": "^0.1.3",
21-
"frontity": "^0.2.6"
21+
"frontity": "^0.2.7"
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.8](https://github.com/frontity/frontity/compare/typescript-basic@0.1.7...typescript-basic@0.1.8) (2019-05-16)
7+
8+
**Note:** Version bump only for package typescript-basic
9+
10+
11+
12+
13+
614
## [0.1.7](https://github.com/frontity/frontity/compare/typescript-basic@0.1.6...typescript-basic@0.1.7) (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.7",
3+
"version": "0.1.8",
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.2",
17-
"@frontity/extension-example-1": "^1.0.7",
18-
"@frontity/extension-example-2": "^1.0.7",
19-
"@frontity/tiny-router": "^0.2.6",
20-
"frontity": "^0.2.6"
16+
"@frontity/core": "^0.3.3",
17+
"@frontity/extension-example-1": "^1.0.8",
18+
"@frontity/extension-example-2": "^1.0.8",
19+
"@frontity/tiny-router": "^0.2.7",
20+
"frontity": "^0.2.7"
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.3](https://github.com/frontity/frontity/compare/@frontity/core@0.3.2...@frontity/core@0.3.3) (2019-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **core-scripts:** fixes texts and core dependencies ([faf8761](https://github.com/frontity/frontity/commit/faf8761))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/frontity/frontity/compare/@frontity/core@0.3.1...@frontity/core@0.3.2) (2019-05-15)
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.2",
3+
"version": "0.3.3",
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.8](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.7...@frontity/extension-example-1@1.0.8) (2019-05-16)
7+
8+
**Note:** Version bump only for package @frontity/extension-example-1
9+
10+
11+
12+
13+
614
## [1.0.7](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.6...@frontity/extension-example-1@1.0.7) (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.7",
3+
"version": "1.0.8",
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.6"
19+
"frontity": "^0.2.7"
2020
},
2121
"devDependencies": {
2222
"@frontity/router": "^0.1.2"

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.8](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.7...@frontity/extension-example-2@1.0.8) (2019-05-16)
7+
8+
**Note:** Version bump only for package @frontity/extension-example-2
9+
10+
11+
12+
13+
614
## [1.0.7](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.6...@frontity/extension-example-2@1.0.7) (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.7",
3+
"version": "1.0.8",
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.6"
19+
"frontity": "^0.2.7"
2020
}
2121
}

0 commit comments

Comments
 (0)