Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: master to alpha #2764

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
833fcd0
chore(deps): bump @babel/traverse from 7.21.4 to 7.23.2 (#2732)
dependabot[bot] Oct 19, 2023
bb7d388
chore: update browserslist DB (#2723)
edx-requirements-bot Oct 19, 2023
309ee18
docs: update dependent-usage.json (#2733)
github-actions[bot] Oct 19, 2023
1ad84a2
chore: Update openedx brand dependency.
feanil Oct 19, 2023
6719baa
fix: Update imports to the new brand package.
feanil Oct 19, 2023
484a30e
Merge pull request #2735 from openedx/feanil/update_brand_dependency
feanil Oct 19, 2023
46f8d85
docs: update dependent-usage.json (#2738)
github-actions[bot] Oct 20, 2023
63d4640
fix: properly test untyped selectable box sets (#2736)
brian-smith-tcril Oct 20, 2023
acd22b3
docs: update dependent-usage.json (#2739)
github-actions[bot] Oct 21, 2023
b413fcc
docs: update dependent-usage.json (#2740)
github-actions[bot] Oct 22, 2023
e9e69ca
docs: Update the security e-mail address.
feanil Oct 23, 2023
c52d353
docs: update dependent-usage.json (#2743)
github-actions[bot] Oct 23, 2023
22dd0c4
fix: Update docs for a final publish before we move this package.
feanil Oct 23, 2023
a729947
build: Update release workflow to use the new release credentials.
feanil Oct 24, 2023
7cefa7e
fix: Update to deploy to the openedx scope.
feanil Oct 24, 2023
250b965
fix: Rebuild package-loc.json
feanil Oct 24, 2023
03a6fc1
docs: update dependent-usage.json (#2746)
github-actions[bot] Oct 24, 2023
b85b00b
Merge pull request #2742 from openedx/feanil/update_security_emails
feanil Oct 24, 2023
20be580
Merge pull request #2744 from openedx/feanil/pre_move
feanil Oct 24, 2023
9698463
Merge pull request #2745 from openedx/feanil/move_package
feanil Oct 24, 2023
e5a0f7c
docs: update dependent-usage.json (#2747)
github-actions[bot] Oct 25, 2023
df30702
docs: added link to Contrast Checker tool (#2726)
PKulkoRaccoonGang Oct 26, 2023
1f93930
chore: update browserslist DB (#2741)
edx-requirements-bot Oct 26, 2023
2747ac1
docs: update dependent-usage.json (#2748)
github-actions[bot] Oct 26, 2023
47e4379
feat: add outlined videoCam icon (#2750)
KristinAoki Oct 26, 2023
64611f7
docs: update dependent-usage.json (#2754)
github-actions[bot] Oct 27, 2023
aad69eb
docs: update dependent-usage.json (#2759)
github-actions[bot] Oct 28, 2023
e71cf42
docs: update dependent-usage.json (#2761)
github-actions[bot] Oct 29, 2023
0a809ed
docs: change breadcrumbs links for the basic usage example (#2760)
khudym Oct 30, 2023
e005852
docs: remove duplicated menu title (#2756)
khudym Oct 30, 2023
b284ec5
docs: update dependent-usage.json (#2763)
github-actions[bot] Oct 30, 2023
89fd59e
fix: display Header's names in 'Filter by ...' text in `DataTable` fi…
khudym Oct 31, 2023
3b7bbd5
docs: update dependent-usage.json (#2766)
github-actions[bot] Oct 31, 2023
f124792
feat: add i18n support for ProductTour Checkpoint sr-only message (#2…
khudym Nov 1, 2023
cfe9ba6
docs: update dependent-usage.json (#2769)
github-actions[bot] Nov 1, 2023
4982e5a
docs: update dependent-usage.json (#2770)
github-actions[bot] Nov 2, 2023
7fcc6ed
docs: update dependent-usage.json (#2771)
github-actions[bot] Nov 3, 2023
bee71c4
docs: update dependent-usage.json (#2772)
github-actions[bot] Nov 4, 2023
00c48ec
docs: update dependent-usage.json (#2773)
github-actions[bot] Nov 5, 2023
0e6631b
docs: update dependent-usage.json (#2777)
github-actions[bot] Nov 6, 2023
e9d0bcd
docs: update dependent-usage.json (#2787)
github-actions[bot] Nov 7, 2023
12c5573
docs: update dependent-usage.json (#2788)
github-actions[bot] Nov 8, 2023
cccb2a6
chore: update browserslist DB (#2762)
edx-requirements-bot Nov 9, 2023
e75a5ad
docs: update dependent-usage.json (#2793)
github-actions[bot] Nov 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Lint
Expand All @@ -34,8 +31,8 @@ jobs:
uses: codecov/codecov-action@v3
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,6 @@ To get treeshaking to work, your app may require some updates - most notably, Ba
The assigned maintainers for this component and other project details may be found in [Backstage](https://backstage.openedx.org/catalog/default/component/paragon). Backstage pulls this data from the `catalog-info.yml` file in this repository.

## Reporting Security Issues
Please do not report security issues in public. Please email security@edx.org.
Please do not report security issues in public. Please email security@openedx.org.

We tend to prioritize security issues which impact the published `@edx/paragon` NPM library more so than the [documentation website](https://paragon-openedx.netlify.app/) or example React application.
2 changes: 1 addition & 1 deletion bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const COMMANDS = {
{
name: 'theme',
description: 'The @edx/brand package to install.',
defaultValue: '@edx/brand-openedx@latest',
defaultValue: '@openedx/brand-openedx@latest',
required: false,
},
],
Expand Down
Loading
Loading