File tree Expand file tree Collapse file tree
vuepress-plugin-versioning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.13.0" ,
3- "version" : " 4.10.1 " ,
3+ "version" : " 4.10.2 " ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments