Skip to content

Commit d3fc3c1

Browse files
committed
chore(release): publish [skip ci]
- e2e-emotion@1.0.2 - e2e-fonts@1.0.2 - e2e-head@1.0.5 - e2e-image@1.0.4 - e2e-loadable@1.0.1 - e2e-project@1.0.5 - example-mars-theme-example@1.2.0 - example-typescript-basic@0.2.19 - @frontity/components@1.1.15 - @frontity/core@1.4.1 - @frontity/extension-example-1@1.1.18 - @frontity/extension-example-2@1.2.18 - frontity@1.4.3 - @frontity/hooks@1.1.14 - @frontity/html2react@1.1.15 - @frontity/mars-theme@1.3.0 - @frontity/router@1.0.18 - @frontity/source@1.0.17 - @frontity/tiny-router@1.0.18 - @frontity/wp-source@1.4.3 - @frontity/yoast@1.1.6
1 parent d939feb commit d3fc3c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+265
-69
lines changed

e2e/packages/emotion/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.0.2 (2019-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** add labels and source maps ([#227](https://github.com/frontity/frontity/issues/227)) ([d5af653](https://github.com/frontity/frontity/commit/d5af653))
12+
13+
14+
15+
16+
617
## 1.0.1 (2019-11-04)
718

819

e2e/packages/emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "e2e-emotion",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's internal Emotion library",
66
"dependencies": {
7-
"frontity": "^1.4.2"
7+
"frontity": "^1.4.3"
88
}
99
}

e2e/packages/fonts/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.0.2 (2019-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** add labels and source maps ([#227](https://github.com/frontity/frontity/issues/227)) ([d5af653](https://github.com/frontity/frontity/commit/d5af653))
12+
13+
14+
15+
16+
617
## 1.0.1 (2019-11-04)
718

819

e2e/packages/fonts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "e2e-fonts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Package to do e2e testing for fonts",
66
"dependencies": {
7-
"frontity": "^1.4.2"
7+
"frontity": "^1.4.3"
88
}
99
}

e2e/packages/head/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.5 (2019-12-10)
7+
8+
**Note:** Version bump only for package e2e-head
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/frontity/frontity/compare/head@1.0.3...head@1.0.4) (2019-11-04)
715

816
**Note:** Version bump only for package head

e2e/packages/head/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "e2e-head",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's Head component",
66
"dependencies": {
7-
"frontity": "^1.4.2"
7+
"frontity": "^1.4.3"
88
}
99
}

e2e/packages/image/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 (2019-12-10)
7+
8+
**Note:** Version bump only for package e2e-image
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/frontity/frontity/compare/image@1.0.2...image@1.0.3) (2019-11-04)
715

816
**Note:** Version bump only for package image

e2e/packages/image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "e2e-image",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's Image component",
66
"dependencies": {
7-
"@frontity/components": "^1.1.14",
8-
"frontity": "1.4.2"
7+
"@frontity/components": "^1.1.15",
8+
"frontity": "^1.4.3"
99
}
1010
}

e2e/packages/loadable/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.1 (2019-12-10)
7+
8+
**Note:** Version bump only for package e2e-loadable

e2e/packages/loadable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "e2e-loadable",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's loadable utility",
66
"dependencies": {
7-
"frontity": "^1.4.2"
7+
"frontity": "^1.4.3"
88
}
99
}

0 commit comments

Comments
 (0)