@datarailsshared/dr_renderer 1.4.133 → 1.4.135

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.
@@ -0,0 +1,39 @@
1
+ name: Build and Publish
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ pull_request:
6
+ branches:
7
+ - 'master'
8
+ - 'main'
9
+ push:
10
+ branches:
11
+ - 'master'
12
+ - 'main'
13
+ - 'migration-to-github'
14
+
15
+ concurrency:
16
+ group: '${{ github.ref }}-${{ github.workflow }}'
17
+ cancel-in-progress: true
18
+
19
+ jobs:
20
+ publish-npm:
21
+ name: Build, Test and Publish to NPM
22
+ uses: datarails/dr_github_reusable/.github/workflows/npm-build-publish.yml@main
23
+ with:
24
+ node_version: '14.16.1'
25
+ access_level: 'public'
26
+ branch_postfix: false
27
+ main_branch: 'master'
28
+ version_prefix: '1.4'
29
+ secrets:
30
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31
+
32
+ publish-gh-packages:
33
+ name: Publish to GitHub Packages
34
+ needs: publish-npm
35
+ uses: datarails/dr_github_reusable/.github/workflows/npm-publish-gh-packages.yml@main
36
+ with:
37
+ node_version: '14.16.1'
38
+ package_scope: '@datarails'
39
+ version: ${{ needs.publish-npm.outputs.version }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.4.133",
3
+ "version": "1.4.135",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",