Skip to content

Commit 2dcab5d

Browse files
committed
v3.46.9
1 parent a02a3ad commit 2dcab5d

File tree

20 files changed

+141
-29
lines changed

20 files changed

+141
-29
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-docs:** export props-to-nodes ([a02a3ad](https://github.com/ccontrols/structured-types/commit/a02a3ada9652f074344eb81db53769dd07338e5c))
12+
* clean node_modules ([a1f98ef](https://github.com/ccontrols/structured-types/commit/a1f98efadefd6f8e9da80b185a474cda3884e3f9))
13+
14+
15+
16+
17+
618
## [3.46.8](https://github.com/ccontrols/structured-types/compare/v3.46.7...v3.46.8) (2022-04-29)
719

820

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.8",
7+
"version": "3.46.9",
88
"npmClient": "yarn",
99
"useWorkspaces": true,
1010
"command": {

packages/api-docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-docs:** export props-to-nodes ([a02a3ad](https://github.com/ccontrols/structured-types/commit/a02a3ada9652f074344eb81db53769dd07338e5c))
12+
* clean node_modules ([a1f98ef](https://github.com/ccontrols/structured-types/commit/a1f98efadefd6f8e9da80b185a474cda3884e3f9))
13+
14+
15+
16+
17+
618
## [3.46.8](https://github.com/ccontrols/structured-types/compare/v3.46.7...v3.46.8) (2022-04-29)
719

820

packages/api-docs/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-docs",
3-
"version": "3.46.8",
3+
"version": "3.46.9",
44
"description": "Create api documentation nodes using structured-types/api",
55
"keywords": [
66
"jsdoc",
@@ -52,7 +52,7 @@
5252
"yaml": "^1.10.0"
5353
},
5454
"devDependencies": {
55-
"@structured-types/api": "^3.46.8",
55+
"@structured-types/api": "^3.46.9",
5656
"@types/hosted-git-info": "^3.0.0",
5757
"@types/js-string-escape": "^1.0.1",
5858
"@types/micromatch": "^4.0.2",

packages/api-readme/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.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* clean node_modules ([a1f98ef](https://github.com/ccontrols/structured-types/commit/a1f98efadefd6f8e9da80b185a474cda3884e3f9))
12+
13+
14+
15+
16+
617
## [3.46.8](https://github.com/ccontrols/structured-types/compare/v3.46.7...v3.46.8) (2022-04-29)
718

819
**Note:** Version bump only for package @structured-types/api-readme

packages/api-readme/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structured-types/api-readme",
3-
"version": "3.46.8",
3+
"version": "3.46.9",
44
"description": "API documentation extractor for Readme.md files",
55
"keywords": [
66
"markdown",
@@ -37,10 +37,10 @@
3737
},
3838
"license": "MIT",
3939
"dependencies": {
40-
"@structured-types/api": "^3.46.8",
41-
"@structured-types/api-docs": "^3.46.8",
42-
"@structured-types/prop-types-plugin": "^3.46.8",
43-
"@structured-types/react-plugin": "^3.46.8",
40+
"@structured-types/api": "^3.46.9",
41+
"@structured-types/api-docs": "^3.46.9",
42+
"@structured-types/prop-types-plugin": "^3.46.9",
43+
"@structured-types/react-plugin": "^3.46.9",
4444
"chalk": "^4.1.0",
4545
"js-string-escape": "^1.0.1",
4646
"prop-types": "^15.7.2",

packages/api/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.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* clean node_modules ([a1f98ef](https://github.com/ccontrols/structured-types/commit/a1f98efadefd6f8e9da80b185a474cda3884e3f9))
12+
13+
14+
15+
16+
617
## [3.46.8](https://github.com/ccontrols/structured-types/compare/v3.46.7...v3.46.8) (2022-04-29)
718

819
**Note:** Version bump only for package @structured-types/api

packages/api/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",
3-
"version": "3.46.8",
3+
"version": "3.46.9",
44
"description": "api to extract structured type information from typescript types and jsdoc comments",
55
"keywords": [
66
"jsdoc",
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@structured-types/typescript-config": "^3.40.5",
39+
"@structured-types/typescript-config": "^3.46.9",
4040
"deepmerge": "^4.2.2",
4141
"path-browserify": "^1.0.1"
4242
},

packages/instant-documentation-plugin/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.9](https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* clean node_modules ([a1f98ef](https://github.com/ccontrols/structured-types/commit/a1f98efadefd6f8e9da80b185a474cda3884e3f9))
12+
13+
14+
15+
16+
617
## [3.46.8](https://github.com/ccontrols/structured-types/compare/v3.46.7...v3.46.8) (2022-04-29)
718

819
**Note:** Version bump only for package @structured-types/instant-documentation-plugin

packages/instant-documentation-plugin/package.json

Lines changed: 5 additions & 5 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.8",
3+
"version": "3.46.9",
44
"description": "Typescript playground plugin to display instant documentation.",
55
"keywords": [
66
"structured-types",
@@ -34,10 +34,10 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@structured-types/api": "^3.46.8",
38-
"@structured-types/api-docs": "^3.46.8",
39-
"@structured-types/prop-types-plugin": "^3.46.8",
40-
"@structured-types/react-plugin": "^3.46.8",
37+
"@structured-types/api": "^3.46.9",
38+
"@structured-types/api-docs": "^3.46.9",
39+
"@structured-types/prop-types-plugin": "^3.46.9",
40+
"@structured-types/react-plugin": "^3.46.9",
4141
"deepmerge": "^4.2.2",
4242
"lz-string": "^1.4.4",
4343
"node-fetch": "^2.6.0",

0 commit comments

Comments
 (0)