Skip to content

Commit 35e1875

Browse files
committed
chore(release): publish v4.10.2
1 parent b44e13f commit 35e1875

10 files changed

Lines changed: 58 additions & 8 deletions

File tree

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+
## [4.10.2](https://github.com/appcelerator/docs-devkit/compare/v4.10.1...v4.10.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* dont pretty print the jsca file ([701d298](https://github.com/appcelerator/docs-devkit/commit/701d298d870a42922620e9055a9b728e6b819c74))
12+
* some extendPageData generated path with duplicated versions ([23fab6c](https://github.com/appcelerator/docs-devkit/commit/23fab6c5cff8192b1f93e7d577f94d1946058045))
13+
14+
15+
16+
17+
618
## [4.10.1](https://github.com/appcelerator/docs-devkit/compare/v4.10.0...v4.10.1) (2021-01-12)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.13.0",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/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+
## [4.10.2](https://github.com/appcelerator/docs-devkit/compare/v4.10.1...v4.10.2) (2021-03-09)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## [4.10.1](https://github.com/appcelerator/docs-devkit/compare/v4.10.0...v4.10.1) (2021-01-12)
715

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

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "Docs for the Titanium docs-devkit",
55
"repository": "https://github.com/appcelerator/docs-devkit.git",
66
"author": "Axway Appcelerator",
@@ -17,8 +17,8 @@
1717
"@vuepress/plugin-back-to-top": "1.8.2",
1818
"fs-extra": "^9.0.1",
1919
"vuepress": "^1.7.1",
20-
"vuepress-plugin-apidocs": "^4.10.1",
21-
"vuepress-plugin-versioning": "^4.9.0",
20+
"vuepress-plugin-apidocs": "^4.10.2",
21+
"vuepress-plugin-versioning": "^4.10.2",
2222
"vuepress-theme-titanium": "^4.9.0",
2323
"vuex": "^3.5.1",
2424
"vuex-router-sync": "^5.0.0"

packages/titanium-docgen/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+
## [4.10.2](https://github.com/appcelerator/docs-devkit/compare/v4.10.1...v4.10.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* dont pretty print the jsca file ([701d298](https://github.com/appcelerator/docs-devkit/commit/701d298d870a42922620e9055a9b728e6b819c74))
12+
13+
14+
15+
16+
617
## [4.10.1](https://github.com/appcelerator/docs-devkit/compare/v4.10.0...v4.10.1) (2021-01-12)
718

819

packages/titanium-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "titanium-docgen",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "Generates Titanium API documentation in different formats",
55
"main": "index.js",
66
"scripts": {

packages/vuepress/vuepress-plugin-apidocs/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+
## [4.10.2](https://github.com/appcelerator/docs-devkit/compare/v4.10.1...v4.10.2) (2021-03-09)
7+
8+
**Note:** Version bump only for package vuepress-plugin-apidocs
9+
10+
11+
12+
13+
614
## [4.10.1](https://github.com/appcelerator/docs-devkit/compare/v4.10.0...v4.10.1) (2021-01-12)
715

816
**Note:** Version bump only for package vuepress-plugin-apidocs

packages/vuepress/vuepress-plugin-apidocs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-apidocs",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "Plugin for VuePress to render API reference documentation",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"@vuepress/shared-utils": "^1.7.1",
2424
"axios": "^0.21.0",
2525
"fs-extra": "^9.0.1",
26-
"titanium-docgen": "^4.10.1",
26+
"titanium-docgen": "^4.10.2",
2727
"vue-content-loader": "^0.2.2"
2828
},
2929
"peerDependencies": {

packages/vuepress/vuepress-plugin-versioning/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+
## [4.10.2](https://github.com/appcelerator/docs-devkit/compare/v4.10.1...v4.10.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* some extendPageData generated path with duplicated versions ([23fab6c](https://github.com/appcelerator/docs-devkit/commit/23fab6c5cff8192b1f93e7d577f94d1946058045))
12+
13+
14+
15+
16+
617
# [4.9.0](https://github.com/appcelerator/docs-devkit/compare/v4.8.3...v4.9.0) (2020-11-10)
718

819
**Note:** Version bump only for package vuepress-plugin-versioning

packages/vuepress/vuepress-plugin-versioning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-versioning",
3-
"version": "4.9.0",
3+
"version": "4.10.2",
44
"description": "Versioning plugin for VuePress",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)