Skip to content

Commit d0dd801

Browse files
committed
chore(release): publish [skip ci]
- mars-theme-example@1.0.4 - typescript-basic@0.1.15 - @frontity/core@0.4.0 - @frontity/extension-example-1@1.0.15 - @frontity/extension-example-2@1.1.0 - frontity@0.2.13 - @frontity/mars-theme@0.3.7 - @frontity/tiny-router@0.3.6
1 parent 4207483 commit d0dd801

File tree

16 files changed

+92
-22
lines changed

16 files changed

+92
-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+
## [1.0.4](https://github.com/frontity/frontity/compare/mars-theme-example@1.0.3...mars-theme-example@1.0.4) (2019-05-27)
7+
8+
**Note:** Version bump only for package mars-theme-example
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/frontity/frontity/compare/mars-theme-example@1.0.2...mars-theme-example@1.0.3) (2019-05-27)
715

816

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-example",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "Example of a project using mars-theme.",
66
"scripts": {
@@ -13,11 +13,11 @@
1313
},
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@frontity/core": "^0.3.7",
17-
"@frontity/mars-theme": "^0.3.6",
18-
"@frontity/tiny-router": "^0.3.5",
16+
"@frontity/core": "^0.4.0",
17+
"@frontity/mars-theme": "^0.3.7",
18+
"@frontity/tiny-router": "^0.3.6",
1919
"@frontity/wp-source": "^0.1.7",
20-
"frontity": "^0.2.12"
20+
"frontity": "^0.2.13"
2121
},
2222
"devDependencies": {
2323
"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.15](https://github.com/frontity/frontity/compare/typescript-basic@0.1.14...typescript-basic@0.1.15) (2019-05-27)
7+
8+
**Note:** Version bump only for package typescript-basic
9+
10+
11+
12+
13+
614
## [0.1.14](https://github.com/frontity/frontity/compare/typescript-basic@0.1.13...typescript-basic@0.1.14) (2019-05-27)
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.14",
3+
"version": "0.1.15",
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.7",
17-
"@frontity/extension-example-1": "^1.0.14",
18-
"@frontity/extension-example-2": "^1.0.13",
19-
"@frontity/tiny-router": "^0.3.5",
20-
"frontity": "^0.2.12"
16+
"@frontity/core": "^0.4.0",
17+
"@frontity/extension-example-1": "^1.0.15",
18+
"@frontity/extension-example-2": "^1.1.0",
19+
"@frontity/tiny-router": "^0.3.6",
20+
"frontity": "^0.2.13"
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.4.0](https://github.com/frontity/frontity/compare/@frontity/core@0.3.7...@frontity/core@0.4.0) (2019-05-27)
7+
8+
9+
### Features
10+
11+
* **webpack:** add support for images (png, jpg, gif and svg) ([fadbe29](https://github.com/frontity/frontity/commit/fadbe29))
12+
13+
14+
15+
16+
617
## [0.3.7](https://github.com/frontity/frontity/compare/@frontity/core@0.3.6...@frontity/core@0.3.7) (2019-05-17)
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.7",
3+
"version": "0.4.0",
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.15](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.14...@frontity/extension-example-1@1.0.15) (2019-05-27)
7+
8+
**Note:** Version bump only for package @frontity/extension-example-1
9+
10+
11+
12+
13+
614
## [1.0.14](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.0.13...@frontity/extension-example-1@1.0.14) (2019-05-27)
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.14",
3+
"version": "1.0.15",
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.12"
19+
"frontity": "^0.2.13"
2020
},
2121
"devDependencies": {
2222
"@frontity/router": "^0.1.3"

packages/extension-example-2/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+
# [1.1.0](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.13...@frontity/extension-example-2@1.1.0) (2019-05-27)
7+
8+
9+
### Features
10+
11+
* **webpack:** add support for images (png, jpg, gif and svg) ([fadbe29](https://github.com/frontity/frontity/commit/fadbe29))
12+
13+
14+
15+
16+
617
## [1.0.13](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.0.12...@frontity/extension-example-2@1.0.13) (2019-05-27)
718

819
**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.13",
3+
"version": "1.1.0",
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.12"
19+
"frontity": "^0.2.13"
2020
}
2121
}

0 commit comments

Comments
 (0)