Skip to content

Commit 0ed8a90

Browse files
committed
chore(release): publish v4.11.0
1 parent d379e66 commit 0ed8a90

File tree

8 files changed

+54
-6
lines changed

8 files changed

+54
-6
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/tidev/docs-devkit/compare/v4.10.3...v4.11.0) (2022-08-03)
7+
8+
9+
### Bug Fixes
10+
11+
* anchor scroll ([4ef4b59](https://github.com/tidev/docs-devkit/commit/4ef4b5980393ef3926ff87adacde62660c9b0363))
12+
13+
14+
### Features
15+
16+
* **all:** dark light switch ([cec7c37](https://github.com/tidev/docs-devkit/commit/cec7c377cf13ee5628372a5ae218e026ee90f349))
17+
18+
19+
20+
21+
622
## [4.10.3](https://github.com/appcelerator/docs-devkit/compare/v4.10.2...v4.10.3) (2021-03-09)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.13.0",
3-
"version": "4.10.3",
3+
"version": "4.11.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/docs/CHANGELOG.md

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

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

packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "4.10.3",
3+
"version": "4.11.0",
44
"description": "Docs for the Titanium docs-devkit",
55
"repository": "https://github.com/appcelerator/docs-devkit.git",
66
"author": "Axway Appcelerator",
@@ -17,9 +17,9 @@
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.3",
20+
"vuepress-plugin-apidocs": "^4.11.0",
2121
"vuepress-plugin-versioning": "^4.10.2",
22-
"vuepress-theme-titanium": "^4.9.0",
22+
"vuepress-theme-titanium": "^4.11.0",
2323
"vuex": "^3.5.1",
2424
"vuex-router-sync": "^5.0.0"
2525
}

packages/vuepress/vuepress-plugin-apidocs/CHANGELOG.md

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-apidocs",
3-
"version": "4.10.3",
3+
"version": "4.11.0",
44
"description": "Plugin for VuePress to render API reference documentation",
55
"main": "index.js",
66
"scripts": {

packages/vuepress/vuepress-theme-titanium/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/appcelerator/docs-devkit/compare/v4.10.3...v4.11.0) (2022-08-03)
7+
8+
9+
### Bug Fixes
10+
11+
* anchor scroll ([4ef4b59](https://github.com/appcelerator/docs-devkit/commit/4ef4b5980393ef3926ff87adacde62660c9b0363))
12+
13+
14+
### Features
15+
16+
* **all:** dark light switch ([cec7c37](https://github.com/appcelerator/docs-devkit/commit/cec7c377cf13ee5628372a5ae218e026ee90f349))
17+
18+
19+
20+
21+
622
# [4.9.0](https://github.com/appcelerator/docs-devkit/compare/v4.8.3...v4.9.0) (2020-11-10)
723

824

packages/vuepress/vuepress-theme-titanium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-titanium",
3-
"version": "4.9.2",
3+
"version": "4.11.0",
44
"description": "VuePress theme for Titanium projects",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)