Update @actions/core in remaining toolkit packages (#636)

* Update to latest @actions/core version

* Bump release notes for new versions

* Add correct pr #
This commit is contained in:
Thomas Boop
2020-11-13 16:51:15 -05:00
committed by GitHub
parent e7eb2c7418
commit 2bf7365352
9 changed files with 32 additions and 15 deletions

View File

@@ -3,3 +3,7 @@
### 0.1.0
- Initial release
### 0.1.1
- Update @actions/core version

View File

@@ -1,9 +1,14 @@
{
"name": "@actions/glob",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"description": "Actions glob lib",
"keywords": [
@@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/core": "^1.2.6",
"minimatch": "^3.0.4"
}
}