publish new versions

This commit is contained in:
jbolda
2020-07-27 16:15:06 +00:00
parent f34cb7f1e5
commit 08bca3e5fc
6 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"script": patch
---
Fixed Rust docs IDs written in wrong sidebar index

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# Changelog
## [1.0.1]
- Fixed Rust docs IDs written in wrong sidebar index
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27

View File

@@ -0,0 +1,7 @@
# Changelog
## [1.0.1]
- Fixed Rust docs IDs written in wrong sidebar index
- Bumped due to a bump in script.
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27

View File

@@ -1,7 +1,7 @@
{
"name": "rustdocusaurus-action",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"run-source": "node index.js",

13
github-action/yarn.lock Normal file
View File

@@ -0,0 +1,13 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@actions/core@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.4.tgz#96179dbf9f8d951dd74b40a0dbd5c22555d186ab"
integrity sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==
"@zeit/ncc@^0.22.3":
version "0.22.3"
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"
integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==

View File

@@ -1,6 +1,6 @@
{
"name": "rustdocusaurus",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {