Skip to content

Commit 89495b5

Browse files
committed
chore(release): publish [skip ci]
- emotion@1.0.1 - fonts@1.0.1 - head@1.0.4 - image@1.0.3 - project-for-e2e-tests@1.0.4 - mars-theme-example@1.1.16 - typescript-basic@0.2.18 - babel-plugin-frontity@1.0.1 - @frontity/components@1.1.14 - @frontity/core@1.4.0 - @frontity/extension-example-1@1.1.17 - @frontity/extension-example-2@1.2.17 - @frontity/file-settings@1.1.5 - frontity@1.4.2 - @frontity/hooks@1.1.13 - @frontity/html2react@1.1.14 - @frontity/mars-theme@1.2.3 - @frontity/router@1.0.17 - @frontity/source@1.0.16 - @frontity/tiny-router@1.0.17 - @frontity/wp-source@1.4.2 - @frontity/yoast@1.1.5
1 parent 47a605c commit 89495b5

Some content is hidden

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

44 files changed

+281
-71
lines changed

e2e/packages/emotion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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-11-04)
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))

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": "emotion",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's internal Emotion library",
66
"dependencies": {
7-
"frontity": "^1.3.1"
7+
"frontity": "^1.4.2"
88
}
99
}

e2e/packages/fonts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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-11-04)
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))

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": "fonts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Package to do e2e testing for fonts",
66
"dependencies": {
7-
"frontity": "^1.3.0"
7+
"frontity": "^1.4.2"
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.4](https://github.com/frontity/frontity/compare/head@1.0.3...head@1.0.4) (2019-11-04)
7+
8+
**Note:** Version bump only for package head
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/frontity/frontity/compare/head@1.0.2...head@1.0.3) (2019-10-10)
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": "head",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "Package to do e2e testing of Frontity's Head component",
66
"dependencies": {
7-
"frontity": "^1.4.1"
7+
"frontity": "^1.4.2"
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.3](https://github.com/frontity/frontity/compare/image@1.0.2...image@1.0.3) (2019-11-04)
7+
8+
**Note:** Version bump only for package image
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/frontity/frontity/compare/image@1.0.1...image@1.0.2) (2019-10-10)
715

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

e2e/packages/image/package.json

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

e2e/project/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.4](https://github.com/frontity/frontity/compare/project-for-e2e-tests@1.0.3...project-for-e2e-tests@1.0.4) (2019-11-04)
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.3](https://github.com/frontity/frontity/compare/project-for-e2e-tests@1.0.2...project-for-e2e-tests@1.0.3) (2019-10-10)
718

819
**Note:** Version bump only for package project-for-e2e-tests

e2e/project/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-for-e2e-tests",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "A project to start sites for e2e testing",
66
"scripts": {
@@ -12,13 +12,13 @@
1212
"serve:inspect": "node --inspect -r ts-node/register/transpile-only ./node_modules/.bin/frontity serve"
1313
},
1414
"dependencies": {
15-
"@frontity/core": "^1.3.0",
16-
"babel-plugin-frontity": "^1.0.0",
17-
"frontity": "^1.4.1",
18-
"head": "^1.0.3",
19-
"image": "^1.0.2",
20-
"@frontity/tiny-router": "^1.0.13",
21-
"fonts": "^1.0.0",
22-
"emotion": "^1.0.0"
15+
"@frontity/core": "^1.4.0",
16+
"@frontity/tiny-router": "^1.0.17",
17+
"babel-plugin-frontity": "^1.0.1",
18+
"emotion": "^1.0.1",
19+
"fonts": "^1.0.1",
20+
"frontity": "^1.4.2",
21+
"head": "^1.0.4",
22+
"image": "^1.0.3"
2323
}
2424
}

0 commit comments

Comments
 (0)