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

Merge release/1.35.0 into develop branch #745

Merged
merged 35 commits into from
Sep 14, 2022
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4259031
allows Tooltip to open on hover (#487)
jasonbasuil Dec 8, 2021
01593c3
Prepare hotfix 1.24.1 (#492)
github-actions[bot] Dec 8, 2021
fb49996
Merge release/1.25.0 into main branch (#494)
github-actions[bot] Dec 10, 2021
8e5b93e
update relative bootstrap imports (#497)
jasonbasuil Dec 10, 2021
0b1f60d
Prepare hotfix 1.25.1 (#498)
github-actions[bot] Dec 10, 2021
35bde05
Merge release/1.26.0 into main branch (#513)
github-actions[bot] Jan 6, 2022
3c22d6a
Merge release/1.26.1 into main branch (#517)
github-actions[bot] Jan 10, 2022
b7ff3db
Merge branch 'release/1.27.0' into main
Feb 11, 2022
dbb32e8
Fix merge conflicts on 1.27.0
Feb 11, 2022
ec827b1
Merge release/1.28.0 into main branch (#563)
github-actions[bot] Mar 9, 2022
9200396
Merge release/1.29.0 into main branch (#569)
github-actions[bot] Mar 14, 2022
c14f468
Merge release/1.29.1 into main branch (#578)
github-actions[bot] Mar 29, 2022
73db0b4
Merge release/1.29.2 into main branch (#594)
github-actions[bot] Apr 20, 2022
0a49fb1
remove extra version in package.json
jasonbasuil Apr 20, 2022
db34760
Merge release/1.30.0 into main branch (#611)
github-actions[bot] May 5, 2022
bfaafec
Merge release/1.30.1 into main branch (#618)
github-actions[bot] May 16, 2022
716f489
Merge release/1.30.2 into main branch (#624)
github-actions[bot] May 19, 2022
4ee7f86
Merge release/1.30.3 into main branch (#629)
github-actions[bot] May 23, 2022
4b8e1da
Merge release/1.31.0 into main branch (#633)
github-actions[bot] Jun 1, 2022
a3ab62a
Merge release/1.31.1 into main branch (#642)
github-actions[bot] Jun 8, 2022
99b0077
Merge release/1.32.0 into main branch (#660)
github-actions[bot] Jul 7, 2022
08fbf35
update snapshots
jasonbasuil Jul 14, 2022
a05d024
Merge release/1.32.1 into main branch (#668)
github-actions[bot] Jul 14, 2022
5777eff
Merge release/1.32.2 into main branch (#675)
github-actions[bot] Jul 22, 2022
a3e81b0
Merge release/1.32.3 into main branch (#688)
github-actions[bot] Jul 29, 2022
0324eeb
Merge release/1.32.4 into main branch (#692)
github-actions[bot] Jul 29, 2022
03efd6f
Merge release/1.32.5 into main branch (#700)
github-actions[bot] Aug 2, 2022
e6ee42a
Merge release/1.33.0 into main branch (#709)
github-actions[bot] Aug 15, 2022
52fb483
Merge release/1.34.0 into main branch (#719)
github-actions[bot] Aug 24, 2022
689ef1f
Merge release/1.34.1 into main branch (#728)
github-actions[bot] Aug 31, 2022
78ef5a6
Merge release/1.34.2 into main branch (#734)
github-actions[bot] Sep 6, 2022
05cae34
Merge release/1.34.3 into main branch (#740)
github-actions[bot] Sep 12, 2022
268113b
Prepare release 1.35.0
github-actions[bot] Sep 14, 2022
dd45fd4
Merge branch 'main' into release/1.35.0
jasonbasuil Sep 14, 2022
d342526
update snapshots
jasonbasuil Sep 14, 2022
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@user-interviews/ui-design-system",
"version": "1.34.3",
"version": "1.35.0",
"dependencies": {
"react-bootstrap": "^2.0.2",
"react-router-dom": "^5.2.0",
Expand Down