Skip to content

Commit f90d785

Browse files
committed
Publish
- @threemammals/[email protected] - @threemammals/[email protected]
1 parent 7bcaf7a commit f90d785

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

packages/gutenberg-to-react/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.0.11](https://github.com/ThreeMammals/gutenberg-to-react/compare/@threemammals/[email protected]...@threemammals/[email protected]) (2019-11-08)
7+
8+
**Note:** Version bump only for package @threemammals/gutenberg-to-react
9+
10+
11+
12+
13+
614
## [0.0.10](https://github.com/ThreeMammals/gutenberg-to-react/compare/@threemammals/[email protected]...@threemammals/[email protected]) (2019-11-08)
715

816
**Note:** Version bump only for package @threemammals/gutenberg-to-react

packages/gutenberg-to-react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gutenberg-to-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@threemammals/gutenberg-to-react",
33
"private": false,
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"description": "Parse gutenberg post_content to a React tree",
66
"author": "Tom Pallister <[email protected]>",
77
"homepage": "https://threemammals.com",
@@ -19,7 +19,7 @@
1919
"test": "jest --coverage --verbose --detectOpenHandles"
2020
},
2121
"dependencies": {
22-
"@threemammals/scripts": "^0.0.8",
22+
"@threemammals/scripts": "^0.0.9",
2323
"@wordpress/block-serialization-default-parser": "^3.1.0",
2424
"cheerio": "^1.0.0-rc.3"
2525
},

packages/scripts/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.0.9](https://github.com/ThreeMammals/gutenberg-to-react/compare/@threemammals/[email protected]...@threemammals/[email protected]) (2019-11-08)
7+
8+
**Note:** Version bump only for package @threemammals/scripts
9+
10+
11+
12+
13+
614
## [0.0.8](https://github.com/ThreeMammals/gutenberg-to-react/compare/@threemammals/[email protected]...@threemammals/[email protected]) (2019-11-08)
715

816
**Note:** Version bump only for package @threemammals/scripts

packages/scripts/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@threemammals/scripts",
33
"private": false,
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "",
66
"author": "Tom Pallister <[email protected]>",
77
"homepage": "https://threemammals.com",
88
"license": "MIT",
9-
"scripts": {
10-
},
9+
"scripts": {},
1110
"gitHead": "59dc9d82ebd22e23b8ac8f1b4e1b7aca7ae27ab0"
1211
}

0 commit comments

Comments
 (0)