Skip to content

Commit

Permalink
Merge pull request #34 from BeverCRM/chore/publishing
Browse files Browse the repository at this point in the history
publish updates
  • Loading branch information
Hovhannes-Dilanyan authored Apr 28, 2023
2 parents c5d6e8f + 34304b2 commit bfee852
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 27 deletions.

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/publish-on-marketplace-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish on Bever Marketplace CI

on:
push:
branches: release

jobs:
main:
uses: BeverCRM/Workflow-Build-Release-Upload-Update/.github/workflows/build-release-upload-update-rw.yml@master
secrets: inherit
with:
control-title: Schedule Board View
control-youtube-video-url: https://www.youtube.com/watch?v=PD5IvVbYWBs
control-tags: Dataset, Grid, Board
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v1.0.1]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.1) (2023-04-28)

### Bug Fix
* Fixed the issue with formatted dates

## [v1.0.0]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.0) (2023-03-03)

This control converts any dataset that has start date and end date in its records into Schedule Board.
2 changes: 1 addition & 1 deletion ScheduleBoard/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="BeverControls" constructor="ScheduleBoardView" version="1.0.0" display-name-key="BeverControls.ScheduleBoardView" description-key="This control converts any dataset that has start date and end date in its records into Schedule Board" control-type="virtual">
<control namespace="BeverControls" constructor="ScheduleBoardView" version="1.0.1" display-name-key="BeverControls.ScheduleBoardView" description-key="This control converts any dataset that has start date and end date in its records into Schedule Board" control-type="virtual">
<data-set name="DataSet" display-name-key="Records" cds-data-set-options="displayViewSelector:true;displayQuickFind:true">
</data-set>
<property name='name' display-name-key='Name' description-key='Label of record on the board' of-type='SingleLine.Text' usage='input' required='true' />
Expand Down
8 changes: 0 additions & 8 deletions Solution/.gitignore

This file was deleted.

0 comments on commit bfee852

Please sign in to comment.