Skip to content

Commit

Permalink
Chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](adaptlearning/adapt-contrib-graphic@v6.0.0...v6.1.0) (2022-07-24)

### Fix

* Added package-lock.json ([050ec57](adaptlearning@050ec57))
* Added release automation ([72e4fb3](adaptlearning@72e4fb3))
* Added release automation ([aac511f](adaptlearning@aac511f))

### New

* Issue and pr project addition automation (Fixes #3315) ([68c76ee](adaptlearning@68c76ee)), closes [#3315](https://github.com/adaptlearning/adapt-contrib-graphic/issues/3315)
* Issue and pr project addition automation (refs adaptlearning/adapt_framework#3315) ([5fc1f6b](adaptlearning@5fc1f6b))
  • Loading branch information
semantic-release-bot committed Jul 24, 2022
1 parent 72e4fb3 commit 9f88f3c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 12 deletions.
51 changes: 46 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,62 @@
{
"name": "adapt-contrib-graphic",
"version": "6.0.0",
"version": "6.1.0",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-graphic",
"bugs": "https://github.com/adaptlearning/adapt-contrib-graphic/issues",
"component" : "graphic",
"component": "graphic",
"targetAttribute": "_graphic",
"displayName" : "Graphic",
"displayName": "Graphic",
"description": "Graphic component which dynamically displays small and large images of different resolutions based upon device width",
"main": "/js/adapt-contrib-graphic.js",
"assetFields" : [
"assetFields": [
"_graphic.small",
"_graphic.large"
],
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPL-3.0"
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"scripts": {
"postversion": "cp package.json bower.json"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"bower.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "adapt-contrib-graphic",
"version": "6.0.0",
"version": "6.1.0",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-graphic",
"bugs": "https://github.com/adaptlearning/adapt-contrib-graphic/issues",
"component" : "graphic",
"component": "graphic",
"targetAttribute": "_graphic",
"displayName" : "Graphic",
"displayName": "Graphic",
"description": "Graphic component which dynamically displays small and large images of different resolutions based upon device width",
"main": "/js/adapt-contrib-graphic.js",
"assetFields" : [
"assetFields": [
"_graphic.small",
"_graphic.large"
],
Expand All @@ -35,18 +35,25 @@
"plugins": [
[
"@semantic-release/commit-analyzer",
{ "preset": "eslint" }
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{ "preset": "eslint" }
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [ "package.json", "bower.json" ],
"assets": [
"package.json",
"bower.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit 9f88f3c

Please sign in to comment.