Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into benelan/add-more-snap…
Browse files Browse the repository at this point in the history
…shot-doc

* origin/main:
  chore: release next
  fix(tooltip): ensure --calcite-app-z-index-tooltip is applied (#7345)
  docs: add warning notice to internal storybook (#7338)
  chore: remove references to removed cleanup script (#7339)
  chore: drop Airtable syncing action (#7340)
  chore: release next
  fix(color-picker): maintains correct numbering system when entering invalid RGB value (#7327)
  ci: notify teams about calcite-components releases only (#7317)
  build(deps): Bump rollup from 2.77.1 to 3.26.0 (#7264)
  build(deps): Bump eslint-plugin-jsdoc from 46.4.3 to 46.4.4 (#7329)
  build(deps): Bump semver and @types/semver (#7309)
  • Loading branch information
benelan committed Jul 20, 2023
2 parents 15a5e59 + 9a12ea3 commit 516cb51
Show file tree
Hide file tree
Showing 17 changed files with 517 additions and 678 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/notify-teams-release_calcite_components.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release Notification
on:
release:
types: [published]
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send notification
if: contains(github.event.release.tag_name, '@esri/calcite-components@')
run: |
curl -X POST -H "Content-Type: application/json" -d '{"@context": "http://schema.org/extensions", "@type": "MessageCard", "title": "${{ github.event.release.tag_name }}", "text": "🚀 <code>${{ github.event.release.tag_name }}</code> released! Check out the [changelog](https://github.com/Esri/calcite-design-system/blob/main/packages/calcite-components/CHANGELOG.md#changelog) for more info. 🚀"}' ${{ secrets.TEAMS_WEBHOOK_URI_RELEASE }}
187 changes: 0 additions & 187 deletions .github/workflows/sync_to_airtable.yml

This file was deleted.

Loading

0 comments on commit 516cb51

Please sign in to comment.