Skip to content

Commit

Permalink
release version minor
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Apr 30, 2024
1 parent 63dea1b commit 393b913
Show file tree
Hide file tree
Showing 5 changed files with 3,149 additions and 2,047 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Build test app
run: npm run ci:test:build

# - name: Running Playwright Tests
# run: npm run ci:test:run
- name: Running Playwright Tests
run: npm run ci:test:run

# - name: Linting
# run: npm run lint
Expand All @@ -69,27 +69,27 @@ jobs:
- name: copy .npmrc
run: cp .npmrc source && cp .npmrc source/dist

# - name: Ship it
# uses: './.github/actions/execute-cmd'
# with:
# cmd_to_execute: $WILL_RELEASE_CMD
- name: Ship it
uses: './.github/actions/execute-cmd'
with:
cmd_to_execute: $WILL_RELEASE_CMD

- run: git diff
- run: cat package.json
working-directory: source

# - name: Push changes
# uses: './.github/actions/git-push-action'
# with:
# branch: master
# github_token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
- name: Push changes
uses: './.github/actions/git-push-action'
with:
branch: master
github_token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}

# - name: Send version to slack
# uses: "./.github/actions/send-version-to-slack"
# with:
# slack_webhook_notify: ${{ secrets.SLACK_WEBHOOK_NOTIFY }}
# publish-docs-on-release:
# needs: release
# name: 'Rebuilds website'
# uses: ./.github/workflows/rebuild-website.yml
# secrets: inherit
publish-docs-on-release:
needs: release
name: 'Rebuilds website'
uses: ./.github/workflows/rebuild-website.yml
secrets: inherit
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tscw": "tsc --watch --project tsconfig.json"
},
"dependencies": {
"@vanilla-extract/css": "1.10.0",
"@vanilla-extract/css": "1.15.1",
"ag-charts-react": "^9.1.1",
"chokidar-cli": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -38,7 +38,7 @@
"@playwright/test": "1.32.1",
"@types/isomorphic-fetch": "0.0.35",
"@types/lodash": "^4.14.172",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"@vanilla-extract/webpack-plugin": "^2.3.8",
"autoprefixer": "^10.4.19",
"babel-plugin-dev-expression": "^0.2.2",
"concurrently": "^5.1.0",
Expand Down

0 comments on commit 393b913

Please sign in to comment.