Skip to content

Commit 0ab445a

Browse files
change core and helper version (#35)
## Change description Modification of core and helper version, before publication ## Type of change - [ X] Bug fix (fixes an issue) - [ ] New feature (adds functionality) ## Related issues ## Checklists ### Development - [ X] Lint rules pass locally - [ X] Application changes have been tested thoroughly - [ X] Automated tests covering modified code pass ### Security - [ X] Security impact of change has been considered - [ X] Code follows company security practices and guidelines ### Code review - [ X] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary - [ X] reviewers assigned --------- Co-authored-by: louis <louis@webcapsule.io>
1 parent 326f52f commit 0ab445a

3 files changed

Lines changed: 26 additions & 9 deletions

File tree

.github/pull_request_template.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
<!--
1+
## Change description
22

3-
Heya! Thanks for opening a Pull Request! Please make sure your PR adheres to the following requirements:
3+
> Description here
44
5-
- The PR closes an Issue (not Discussion)
6-
- Tests are added/updated and are passing locally if applicable
7-
- Documentation was added/updated if applicable
5+
## Type of change
6+
- [ ] Bug fix (fixes an issue)
7+
- [ ] New feature (adds functionality)
88

9-
Please make sure to "Link" the issue you're closing. Without a Linked issue, this PR won't be accepted. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue for more information.
9+
## Related issues
10+
1011

11-
-->
12+
## Checklists
13+
14+
### Development
15+
16+
- [ ] Lint rules pass locally
17+
- [ ] Application changes have been tested thoroughly
18+
- [ ] Automated tests covering modified code pass
19+
20+
### Security
21+
22+
- [ ] Security impact of change has been considered
23+
- [ ] Code follows company security practices and guidelines
24+
25+
### Code review
26+
27+
- [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
28+
- [ ] reviewers assigned

src/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wbce/orbits-core",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "Flow for DevOps - a simple way to write state machine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wbce/orbits-fuel",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"description": "Flow for DevOps - a simple way to write state machine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)