Skip to content

Commit

Permalink
Merge pull request #2 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
avoinea authored Aug 1, 2024
2 parents 064d130 + 78f23f9 commit b728027
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog
### Changelog

## 0.1.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

- Initial release
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.1.1](https://github.com/eea/volto-chatbot/compare/0.1.0...0.1.1) - 1 August 2024

#### :hammer_and_wrench: Others

- Update package.json [dobri1408 - [`f1600ca`](https://github.com/eea/volto-chatbot/commit/f1600caf6ce0658d11dec116fcb20deb369f66a1)]
- Fix jest-addon.config.js [alin - [`779dd52`](https://github.com/eea/volto-chatbot/commit/779dd52b5705db6308399e8fbeec6cc2f61ffcbe)]
- Fix Jenkinsfile and package.json [alin - [`6f53880`](https://github.com/eea/volto-chatbot/commit/6f5388048f0a47db10953fcf95e5154d3bc09d86)]
### 0.1.0 - 1 August 2024

#### :hammer_and_wrench: Others

- yarn bootstrap [alin - [`064d130`](https://github.com/eea/volto-chatbot/commit/064d130ad938a046a4f8dfaa3e78d2fe426c53aa)]
- Initial commit [Tiberiu Ichim - [`c9e59d3`](https://github.com/eea/volto-chatbot/commit/c9e59d3d0d91c2a40c5d215aa26d8ed982fd7856)]
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,3 @@ pipeline {
}
}
}

}
}

2 changes: 0 additions & 2 deletions jest-addon.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ module.exports = {
],
}),
}
}),
}
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-chatbot",
"version": "0.1.0",
"version": "0.1.1",
"description": "@eeacms/volto-chatbot: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -24,7 +24,8 @@
"babel-plugin-transform-class-properties": "^6.24.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0"
"md5": "^2.3.0",
"cypress": "13.1.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down Expand Up @@ -68,6 +69,3 @@
"cypress:open": "make cypress-open"
}
}
en": "make cypress-open"
}
}

0 comments on commit b728027

Please sign in to comment.