Publish utility packages
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@github/codeql-build-tasks",
|
||||
"comment": "Initial configuration for publishing",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@github/codeql-build-tasks",
|
||||
"email": "dbartol@github.com"
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@github/codeql-vscode-utils",
|
||||
"comment": "Initial configuration for publishing",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@github/codeql-vscode-utils",
|
||||
"email": "dbartol@github.com"
|
||||
}
|
||||
@@ -582,7 +582,7 @@
|
||||
"react-dom": "^16.8.6",
|
||||
"semmle-bqrs": "^0.0.1",
|
||||
"semmle-io-node": "^0.0.1",
|
||||
"@github/codeql-vscode-utils": "^0.0.1",
|
||||
"@github/codeql-vscode-utils": "^0.0.2",
|
||||
"tmp": "^0.1.0",
|
||||
"tree-kill": "~1.2.2",
|
||||
"unzipper": "~0.10.5",
|
||||
@@ -615,7 +615,7 @@
|
||||
"@types/vscode": "^1.39.0",
|
||||
"@types/webpack": "^4.32.1",
|
||||
"@types/xml2js": "~0.4.4",
|
||||
"@github/codeql-build-tasks": "^0.0.1",
|
||||
"@github/codeql-build-tasks": "^0.0.2",
|
||||
"chai": "^4.2.0",
|
||||
"css-loader": "~3.1.0",
|
||||
"glob": "^7.1.4",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.8",
|
||||
"@github/codeql-build-tasks": "^0.0.1",
|
||||
"@github/codeql-build-tasks": "^0.0.2",
|
||||
"typescript-config": "^0.0.1",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^8.0.0",
|
||||
"@types/node": "^12.0.8",
|
||||
"@github/codeql-build-tasks": "^0.0.1",
|
||||
"@github/codeql-build-tasks": "^0.0.2",
|
||||
"typescript-config": "^0.0.1",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.8",
|
||||
"@github/codeql-build-tasks": "^0.0.1",
|
||||
"@github/codeql-build-tasks": "^0.0.2",
|
||||
"typescript-config": "^0.0.1",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
}
|
||||
|
||||
22
lib/semmle-vscode-utils/CHANGELOG.json
Normal file
22
lib/semmle-vscode-utils/CHANGELOG.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@github/codeql-vscode-utils",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.2",
|
||||
"tag": "@github/codeql-vscode-utils_v0.0.2",
|
||||
"date": "Fri, 05 Jun 2020 21:52:18 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Initial configuration for publishing"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@github/codeql-build-tasks\" from `^0.0.1` to `^0.0.2`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
11
lib/semmle-vscode-utils/CHANGELOG.md
Normal file
11
lib/semmle-vscode-utils/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Change Log - @github/codeql-vscode-utils
|
||||
|
||||
This log was last generated on Fri, 05 Jun 2020 21:52:18 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.2
|
||||
Fri, 05 Jun 2020 21:52:18 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Initial configuration for publishing
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"description": "Shared utilities for writing Visual Studio Code extensions",
|
||||
"author": "GitHub",
|
||||
"private": false,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"publisher": "GitHub",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,12 +18,11 @@
|
||||
"format": "tsfmt -r"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@github/codeql-build-tasks": "^0.0.2",
|
||||
"@types/node": "^12.0.8",
|
||||
"@types/vscode": "^1.39.0",
|
||||
"@github/codeql-build-tasks": "^0.0.1",
|
||||
"typescript": "^3.7.2",
|
||||
"typescript-config": "^0.0.1",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
||||
17
tools/build-tasks/CHANGELOG.json
Normal file
17
tools/build-tasks/CHANGELOG.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@github/codeql-build-tasks",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.2",
|
||||
"tag": "@github/codeql-build-tasks_v0.0.2",
|
||||
"date": "Fri, 05 Jun 2020 21:52:18 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Initial configuration for publishing"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
11
tools/build-tasks/CHANGELOG.md
Normal file
11
tools/build-tasks/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Change Log - @github/codeql-build-tasks
|
||||
|
||||
This log was last generated on Fri, 05 Jun 2020 21:52:18 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.2
|
||||
Fri, 05 Jun 2020 21:52:18 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Initial configuration for publishing
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"description": "Internal Gulp tasks",
|
||||
"author": "GitHub",
|
||||
"private": false,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"publisher": "GitHub",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user