Skip to content

Commit 0f7a2a9

Browse files
committed
chore(release): publish [skip ci]
- mars-theme-example@1.1.3 - typescript-basic@0.2.6 - @frontity/components@1.1.2 - @frontity/extension-example-1@1.1.6 - @frontity/extension-example-2@1.2.6 - frontity@1.0.4 - @frontity/hooks@1.1.2 - @frontity/html2react@1.1.2 - @frontity/mars-theme@1.1.2 - @frontity/router@1.0.6 - @frontity/source@1.0.5 - @frontity/tiny-router@1.0.6 - @frontity/wp-source@1.1.2
1 parent b7ae5cd commit 0f7a2a9

File tree

26 files changed

+146
-39
lines changed

26 files changed

+146
-39
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.1.3](https://github.com/frontity/frontity/compare/mars-theme-example@1.1.2...mars-theme-example@1.1.3) (2019-06-20)
7+
8+
**Note:** Version bump only for package mars-theme-example
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/frontity/frontity/compare/mars-theme-example@1.1.1...mars-theme-example@1.1.2) (2019-06-19)
715

816
**Note:** Version bump only for package mars-theme-example
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mars-theme-example",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "Example of a project using mars-theme.",
66
"scripts": {
@@ -14,10 +14,10 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@frontity/core": "^1.1.1",
17-
"@frontity/html2react": "^1.1.1",
18-
"@frontity/mars-theme": "^1.1.1",
19-
"@frontity/tiny-router": "^1.0.5",
20-
"@frontity/wp-source": "^1.1.1",
21-
"frontity": "^1.0.3"
17+
"@frontity/html2react": "^1.1.2",
18+
"@frontity/mars-theme": "^1.1.2",
19+
"@frontity/tiny-router": "^1.0.6",
20+
"@frontity/wp-source": "^1.1.2",
21+
"frontity": "^1.0.4"
2222
}
2323
}

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.2.6](https://github.com/frontity/frontity/compare/typescript-basic@0.2.5...typescript-basic@0.2.6) (2019-06-20)
7+
8+
**Note:** Version bump only for package typescript-basic
9+
10+
11+
12+
13+
614
## [0.2.5](https://github.com/frontity/frontity/compare/typescript-basic@0.2.4...typescript-basic@0.2.5) (2019-06-19)
715

816
**Note:** Version bump only for package typescript-basic

examples/typescript-basic/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-basic",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"description": "The minimum setup for Frontity using TypeScript",
66
"scripts": {
@@ -14,9 +14,9 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@frontity/core": "^1.1.1",
17-
"@frontity/extension-example-1": "^1.1.5",
18-
"@frontity/extension-example-2": "^1.2.5",
19-
"@frontity/tiny-router": "^1.0.5",
20-
"frontity": "^1.0.3"
17+
"@frontity/extension-example-1": "^1.1.6",
18+
"@frontity/extension-example-2": "^1.2.6",
19+
"@frontity/tiny-router": "^1.0.6",
20+
"frontity": "^1.0.4"
2121
}
2222
}

packages/components/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.1.2](https://github.com/frontity/frontity/compare/@frontity/components@1.1.1...@frontity/components@1.1.2) (2019-06-20)
7+
8+
**Note:** Version bump only for package @frontity/components
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/frontity/frontity/compare/@frontity/components@1.1.0...@frontity/components@1.1.1) (2019-06-19)
715

816
**Note:** Version bump only for package @frontity/components

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontity/components",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Collection of React components for »Frontity",
55
"keywords": [
66
"frontity"
@@ -24,13 +24,13 @@
2424
},
2525
"devDependencies": {
2626
"@types/react-test-renderer": "^16.8.1",
27-
"frontity": "^1.0.3",
27+
"frontity": "^1.0.4",
2828
"jest": "^24.7.1",
2929
"react-test-renderer": "^16.8.6",
3030
"ts-jest": "^24.0.2",
3131
"typescript": "^3.4.5"
3232
},
3333
"dependencies": {
34-
"@frontity/hooks": "^1.1.1"
34+
"@frontity/hooks": "^1.1.2"
3535
}
3636
}

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.1.6](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.1.5...@frontity/extension-example-1@1.1.6) (2019-06-20)
7+
8+
**Note:** Version bump only for package @frontity/extension-example-1
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/frontity/frontity/compare/@frontity/extension-example-1@1.1.4...@frontity/extension-example-1@1.1.5) (2019-06-19)
715

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

packages/extension-example-1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontity/extension-example-1",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"private": true,
55
"description": "This is an empty extension only for testing purposes",
66
"keywords": [
@@ -16,9 +16,9 @@
1616
"url": "https://community.frontity.org"
1717
},
1818
"dependencies": {
19-
"frontity": "^1.0.3"
19+
"frontity": "^1.0.4"
2020
},
2121
"devDependencies": {
22-
"@frontity/router": "^1.0.5"
22+
"@frontity/router": "^1.0.6"
2323
}
2424
}

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.2.6](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.2.5...@frontity/extension-example-2@1.2.6) (2019-06-20)
7+
8+
**Note:** Version bump only for package @frontity/extension-example-2
9+
10+
11+
12+
13+
614
## [1.2.5](https://github.com/frontity/frontity/compare/@frontity/extension-example-2@1.2.4...@frontity/extension-example-2@1.2.5) (2019-06-19)
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.2.5",
3+
"version": "1.2.6",
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": "^1.0.3"
19+
"frontity": "^1.0.4"
2020
}
2121
}

0 commit comments

Comments
 (0)