Skip to content

Commit 9fc86ef

Browse files
committed
v3.46.6
1 parent b0bdf29 commit 9fc86ef

File tree

18 files changed

+105
-27
lines changed

18 files changed

+105
-27
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.6](https://github.com/ccontrols/structured-types/compare/v3.46.5...v3.46.6) (2022-02-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** aliased parameter prop ([b0bdf29](https://github.com/ccontrols/structured-types/commit/b0bdf29889af9ab8cabfae7813c50cfcb59f871f))
12+
13+
14+
15+
16+
617
## [3.46.5](https://github.com/ccontrols/structured-types/compare/v3.46.4...v3.46.5) (2022-02-22)
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.5",
7+
"version": "3.46.6",
88
"npmClient": "yarn",
99
"useWorkspaces": true,
1010
"command": {

packages/api-docs/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.6](https://github.com/ccontrols/structured-types/compare/v3.46.5...v3.46.6) (2022-02-22)
7+
8+
**Note:** Version bump only for package @structured-types/api-docs
9+
10+
11+
12+
13+
614
## [3.46.5](https://github.com/ccontrols/structured-types/compare/v3.46.4...v3.46.5) (2022-02-22)
715

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

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.5",
3+
"version": "3.46.6",
44
"description": "Create api documentation nodes using structured-types/api",
55
"keywords": [
66
"jsdoc",
@@ -46,7 +46,7 @@
4646
"path-browserify": "^1.0.1"
4747
},
4848
"devDependencies": {
49-
"@structured-types/api": "^3.46.5",
49+
"@structured-types/api": "^3.46.6",
5050
"@types/hosted-git-info": "^3.0.0",
5151
"@types/js-string-escape": "^1.0.1",
5252
"@types/micromatch": "^4.0.2",

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.6](https://github.com/ccontrols/structured-types/compare/v3.46.5...v3.46.6) (2022-02-22)
7+
8+
**Note:** Version bump only for package @structured-types/api-readme
9+
10+
11+
12+
13+
614
## [3.46.5](https://github.com/ccontrols/structured-types/compare/v3.46.4...v3.46.5) (2022-02-22)
715

816
**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.5",
3+
"version": "3.46.6",
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.5",
41-
"@structured-types/api-docs": "^3.46.5",
42-
"@structured-types/prop-types-plugin": "^3.46.5",
43-
"@structured-types/react-plugin": "^3.46.5",
40+
"@structured-types/api": "^3.46.6",
41+
"@structured-types/api-docs": "^3.46.6",
42+
"@structured-types/prop-types-plugin": "^3.46.6",
43+
"@structured-types/react-plugin": "^3.46.6",
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.6](https://github.com/ccontrols/structured-types/compare/v3.46.5...v3.46.6) (2022-02-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** aliased parameter prop ([b0bdf29](https://github.com/ccontrols/structured-types/commit/b0bdf29889af9ab8cabfae7813c50cfcb59f871f))
12+
13+
14+
15+
16+
617
## [3.46.5](https://github.com/ccontrols/structured-types/compare/v3.46.4...v3.46.5) (2022-02-22)
718

819

packages/api/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",
3-
"version": "3.46.5",
3+
"version": "3.46.6",
44
"description": "api to extract structured type information from typescript types and jsdoc comments",
55
"keywords": [
66
"jsdoc",

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.6](https://github.com/ccontrols/structured-types/compare/v3.46.5...v3.46.6) (2022-02-22)
7+
8+
**Note:** Version bump only for package @structured-types/instant-documentation-plugin
9+
10+
11+
12+
13+
614
## [3.46.5](https://github.com/ccontrols/structured-types/compare/v3.46.4...v3.46.5) (2022-02-22)
715

816
**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.5",
3+
"version": "3.46.6",
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.5",
38-
"@structured-types/api-docs": "^3.46.5",
39-
"@structured-types/prop-types-plugin": "^3.46.5",
40-
"@structured-types/react-plugin": "^3.46.5",
37+
"@structured-types/api": "^3.46.6",
38+
"@structured-types/api-docs": "^3.46.6",
39+
"@structured-types/prop-types-plugin": "^3.46.6",
40+
"@structured-types/react-plugin": "^3.46.6",
4141
"deepmerge": "^4.2.2",
4242
"lz-string": "^1.4.4",
4343
"node-fetch": "^2.6.0",

0 commit comments

Comments
 (0)