@innovaccer/design-system 2.11.0-2 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ jobs:
31
31
 
32
32
  - name: bump module version
33
33
  if: steps.is_release_commit.outputs.result == 1
34
- run: RELEASE_COMMIT=true npm version --no-commit-hooks $(git log -1 --pretty=format:%s) -m "Released %s"
34
+ run: RELEASE_COMMIT=true npm version --allow-same-version --no-commit-hooks $(git log -1 --pretty=format:%s) -m "Released %s"
35
35
 
36
36
  - name: gnerate .npmrc
37
37
  if: steps.is_release_commit.outputs.result == 1
@@ -51,16 +51,20 @@ jobs:
51
51
  if: steps.is_release_commit.outputs.result == 1
52
52
  run: git push https://${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git $(git log -2 --pretty=format:%B | tail -n1)
53
53
 
54
- - name: remove css/dist dist/ from commit
55
- if: steps.is_release_commit.outputs.result == 1
56
- run: |
57
- git reset HEAD~1
58
- git add package.json
59
- git commit -m "Released $(git log -1 --pretty=format:%s)" --no-verify
54
+ # Note : not working due to limitation of github actions to push to protected branches.
55
+ # Error example : remote: error: GH006: Protected branch update failed for refs/heads/docs.
56
+ # Please add updated version in package.json while adding the release commit itself.
60
57
 
61
- - name: push version to github
62
- if: steps.is_release_commit.outputs.result == 1
63
- run: git push https://${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git HEAD:master
58
+ # - name: remove css/dist dist/ from commit
59
+ # if: steps.is_release_commit.outputs.result == 1
60
+ # run: |
61
+ # git reset HEAD~1
62
+ # git add package.json
63
+ # git commit -m "Released $(git log -1 --pretty=format:%s)" --no-verify
64
+
65
+ # - name: push version to github
66
+ # if: steps.is_release_commit.outputs.result == 1
67
+ # run: git push https://${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git HEAD:master
64
68
 
65
69
  - name: deploy storybook
66
70
  if: steps.is_release_commit.outputs.result == 1
@@ -1,4 +1,4 @@
1
- name: "Manual release"
1
+ name: "Custom release"
2
2
 
3
3
  on:
4
4
  workflow_dispatch:
@@ -51,11 +51,6 @@ jobs:
51
51
  - name: push version to github
52
52
  run: git push https://${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git HEAD:$GITHUB_REF_NAME
53
53
 
54
- - name: deploy storybook
55
- env:
56
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
57
- run: npm run deploy-storybook -- --ci
58
-
59
54
  - name: notify release
60
55
  uses: /innovaccer/design-system/actions/notify-release@master
61
56
  env:
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1651482819298
3
+ * Generated on: 1654148703685
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.11.0-2
5
+ * Version: v2.11.0
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -20649,6 +20649,6 @@ Divider.defaultProps = {
20649
20649
  vertical: false
20650
20650
  };
20651
20651
 
20652
- var version = "2.11.0-2";
20652
+ var version = "2.11.0";
20653
20653
 
20654
20654
  export { Avatar, AvatarGroup, Backdrop, Badge, Breadcrumbs, Button, Calendar, Caption, Card, CardBody, CardFooter, CardHeader, CardSubdued, ChatMessage, Checkbox, Chip, ChipGroup, ChipInput, ChoiceList, Collapsible, Column, DatePicker, DateRangePicker, Dialog, Divider, Dropdown, Dropzone, EditableChipInput, EditableDropdown, EditableInput, EmptyState, FileList, FileUploader, FileUploaderList, FullscreenModal, Grid, GridCell, Heading, HorizontalNav, Icon, InlineMessage, Input, X as InputMask, Label, Legend, Link, List, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, MultiSlider, Navigation, OutsideClick, PageHeader, Pagination, Paragraph, Pills, Placeholder, PlaceholderParagraph, Popover, ProgressBar, ProgressRing, Radio, RangeSlider, Row, Sidesheet, Slider, Spinner, StatusHint, Stepper, Subheading, Switch, Tab, Table, Tabs, TabsWrapper, Text, Textarea, TimePicker, Toast, Tooltip, index$1 as Utils, VerificationCodeInput, VerticalNav, version };
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1651482819551
3
+ * Generated on: 1654148704018
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.11.0-2
5
+ * Version: v2.11.0
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -15088,7 +15088,7 @@
15088
15088
  vertical: false
15089
15089
  };
15090
15090
 
15091
- var version = "2.11.0-2";
15091
+ var version = "2.11.0";
15092
15092
 
15093
15093
  exports.Avatar = Avatar;
15094
15094
  exports.AvatarGroup = AvatarGroup;