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

v2.4.1 #579

Merged
merged 32 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2e10afd
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
365bd0c
build(deps-dev): bump next from 12.1.6 to 13.4.19
dependabot[bot] Aug 21, 2023
53268fa
build(deps-dev): bump @storybook/addon-links from 7.0.18 to 7.4.0
dependabot[bot] Aug 29, 2023
8869d26
build(deps): bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
1572c58
Merge pull request #543 from lyytioy/dependabot/npm_and_yarn/word-wra…
Sep 5, 2023
2c53368
Merge pull request #567 from lyytioy/dependabot/npm_and_yarn/next-13.…
Sep 5, 2023
0c6374f
Merge pull request #573 from lyytioy/dependabot/npm_and_yarn/storyboo…
Sep 5, 2023
4ed2a51
Revert "build(deps-dev): bump next from 12.1.6 to 13.4.19"
grzegorz-bach Sep 5, 2023
ac92dd5
Merge pull request #577 from lyytioy/revert-567-dependabot/npm_and_ya…
Sep 5, 2023
685d7c9
build(deps-dev): bump @babel/core from 7.22.1 to 7.22.15
dependabot[bot] Sep 5, 2023
d3233d6
Merge pull request #575 from lyytioy/dependabot/npm_and_yarn/babel/co…
Sep 5, 2023
9ee65af
Merge pull request #576 from lyytioy/dependabot/github_actions/action…
Sep 5, 2023
2a7620d
update required npm version
grzegorz-bach Sep 5, 2023
d78dbc0
Merge pull request #578 from grzegorz-bach/update-required-npm-version
Sep 5, 2023
e968bd4
build(deps-dev): bump babel-loader from 9.1.2 to 9.1.3
dependabot[bot] Sep 5, 2023
f51b5a6
build(deps): bump @mui/x-data-grid from 6.7.0 to 6.13.0
dependabot[bot] Sep 8, 2023
e3a4a1b
Merge pull request #584 from lyytioy/dependabot/npm_and_yarn/mui/x-da…
mikael-jarvinen Sep 11, 2023
2c20fb4
build(deps): bump @emotion/react from 11.11.0 to 11.11.1
dependabot[bot] Sep 11, 2023
55e914c
Merge pull request #581 from lyytioy/dependabot/npm_and_yarn/babel-lo…
mikael-jarvinen Sep 11, 2023
45c595f
Merge pull request #580 from lyytioy/dependabot/npm_and_yarn/emotion/…
mikael-jarvinen Sep 11, 2023
27ccd46
build(deps): bump @mui/material from 5.13.2 to 5.14.8
dependabot[bot] Sep 11, 2023
4f33a63
fix: Modify autocomplete prop types
mikael-jarvinen Sep 11, 2023
8126a7f
Merge pull request #583 from lyytioy/dependabot/npm_and_yarn/mui/mate…
mikael-jarvinen Sep 11, 2023
e18eca6
build(deps-dev): bump @types/node from 20.2.5 to 20.6.0
dependabot[bot] Sep 11, 2023
2130661
build(deps-dev): bump dayjs from 1.11.7 to 1.11.9
dependabot[bot] Sep 11, 2023
f578e2a
add Sharing icon
kacperkosinski Sep 12, 2023
e14ff5a
bump version
kacperkosinski Sep 12, 2023
fd3888e
Merge pull request #586 from lyytioy/dependabot/npm_and_yarn/types/no…
mikael-jarvinen Sep 13, 2023
d76f104
Merge pull request #588 from lyytioy/dependabot/npm_and_yarn/dayjs-1.…
mikael-jarvinen Sep 13, 2023
9a5670a
build(deps-dev): bump eslint-config-prettier from 8.8.0 to 9.0.0
dependabot[bot] Sep 13, 2023
663b11e
Merge pull request #587 from lyytioy/dependabot/npm_and_yarn/eslint-c…
mikael-jarvinen Sep 13, 2023
17edb96
Merge pull request #589 from kacperkosinski/add-share-icon
kacperkosinski Sep 13, 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
6 changes: 3 additions & 3 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
compare-versions:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- name: Get main branch package.json version
id: version-in-main
uses: martinbeentjes/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get current package.json version
id: current-package-version
uses: martinbeentjes/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:
test-build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.event.pull_request.merged == true || github.event.inputs.accept == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get package.json version
id: package-version
uses: martinbeentjes/[email protected]
Expand All @@ -51,7 +51,7 @@ jobs:
needs: create-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
Expand Down
Loading