Skip to content

Commit a3bbe3f

Browse files
committed
v3.46.10
1 parent 9c20618 commit a3bbe3f

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

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+
## [3.46.10](https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-docs:** useBuiltins ([9c20618](https://github.com/ccontrols/structured-types/commit/9c20618d1fb4bf90794d2aaf7327750f3a45e61a))
12+
13+
14+
15+
16+
617
## [3.46.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"plugins/*",
55
"site"
66
],
7-
"version": "3.46.9",
7+
"version": "3.46.10",
88
"npmClient": "yarn",
99
"useWorkspaces": true,
1010
"command": {

packages/api-docs/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+
## [3.46.10](https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-docs:** useBuiltins ([9c20618](https://github.com/ccontrols/structured-types/commit/9c20618d1fb4bf90794d2aaf7327750f3a45e61a))
12+
13+
14+
15+
16+
617
## [3.46.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
718

819

packages/api-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structured-types/api-docs",
3-
"version": "3.46.9",
3+
"version": "3.46.10",
44
"description": "Create api documentation nodes using structured-types/api",
55
"keywords": [
66
"jsdoc",

packages/api-readme/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+
## [3.46.10](https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10) (2022-05-11)
7+
8+
**Note:** Version bump only for package @structured-types/api-readme
9+
10+
11+
12+
13+
614
## [3.46.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
715

816

packages/api-readme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structured-types/api-readme",
3-
"version": "3.46.9",
3+
"version": "3.46.10",
44
"description": "API documentation extractor for Readme.md files",
55
"keywords": [
66
"markdown",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@structured-types/api": "^3.46.9",
41-
"@structured-types/api-docs": "^3.46.9",
41+
"@structured-types/api-docs": "^3.46.10",
4242
"@structured-types/prop-types-plugin": "^3.46.9",
4343
"@structured-types/react-plugin": "^3.46.9",
4444
"chalk": "^4.1.0",

packages/instant-documentation-plugin/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+
## [3.46.10](https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10) (2022-05-11)
7+
8+
**Note:** Version bump only for package @structured-types/instant-documentation-plugin
9+
10+
11+
12+
13+
614
## [3.46.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
715

816

packages/instant-documentation-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structured-types/instant-documentation-plugin",
3-
"version": "3.46.9",
3+
"version": "3.46.10",
44
"description": "Typescript playground plugin to display instant documentation.",
55
"keywords": [
66
"structured-types",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@structured-types/api": "^3.46.9",
38-
"@structured-types/api-docs": "^3.46.9",
38+
"@structured-types/api-docs": "^3.46.10",
3939
"@structured-types/prop-types-plugin": "^3.46.9",
4040
"@structured-types/react-plugin": "^3.46.9",
4141
"deepmerge": "^4.2.2",

site/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+
## [3.46.10](https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10) (2022-05-11)
7+
8+
**Note:** Version bump only for package structured-types-site
9+
10+
11+
12+
13+
614
## [3.46.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
715

816

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "structured-types-site",
33
"description": "documentation site for structured-types",
4-
"version": "3.46.9",
4+
"version": "3.46.10",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -50,7 +50,7 @@
5050
"typescript": "^4.5.0"
5151
},
5252
"devDependencies": {
53-
"@structured-types/api-readme": "^3.46.9",
53+
"@structured-types/api-readme": "^3.46.10",
5454
"@types/file-saver": "^2.0.2",
5555
"@types/lz-string": "^1.3.34",
5656
"@types/node-fetch": "^2.5.12",

0 commit comments

Comments
 (0)