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

Chore: Update to 5.1.1 #1680

Merged
merged 27 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
32cfa71
chore(release): 4.3.0 (#852)
ElinorW Feb 16, 2021
a42b742
chore(release): 4.4.0 (#860)
ElinorW Feb 22, 2021
8190568
chore(release): 4.4.1 (#878)
thewahome Mar 3, 2021
bc65ddf
chore(release): 4.4.2 (#912)
thewahome Mar 30, 2021
5368580
chore(release): 4.5.0 (#929)
thewahome Apr 13, 2021
d690cd8
Fix linting errors preventing the pipeline from runnings (#930)
thewahome Apr 13, 2021
69758cb
chore(release): 4.6.0 (#938)
thewahome May 5, 2021
9107145
Set GET as default HTTP method if method specified in query params is…
millicentachieng May 13, 2021
40d8316
Task: Update version number (#951)
millicentachieng May 13, 2021
e0ef4a4
chore(release): 4.9.0 (#989)
thewahome Jun 10, 2021
c477432
chore(release): 4.10.0 (#1014)
thewahome Jul 6, 2021
19733ac
chore(release): 4.11.0 (#1031)
thewahome Jul 15, 2021
c919328
chore(release): 4.12.0 (#1046)
thewahome Aug 3, 2021
d16607c
Release: September 2021 (#1091)
thewahome Sep 1, 2021
edfb717
Release: November 2021 (#1238)
ElinorW Nov 18, 2021
932a672
Release: December 2021 (#1308)
Onokaev Dec 9, 2021
194610a
Merge branch 'dev'
Onokaev Jan 5, 2022
f167a60
Revert "Merge branch 'dev'"
Onokaev Jan 5, 2022
1ff4ea0
Release 01-2022 (#1344)
millicentachieng Jan 13, 2022
0b3facd
Release: February 2022 (#1417)
ElinorW Feb 3, 2022
4be0d11
Chore (release): 4.17.0 (#1549)
github-actions[bot] Mar 10, 2022
8e825b1
Chore (release): 4.18.0 (#1553)
github-actions[bot] Mar 11, 2022
d47dd98
Chore (patch): 4.18.1 (#1558)
thewahome Mar 15, 2022
fef5627
Chore (release): 5.0.0 (#1582)
github-actions[bot] Mar 30, 2022
bb595f7
Chore (release): 5.1.0 (#1662)
github-actions[bot] Apr 13, 2022
ea4425f
Bump version to 5.1.1
invalid-email-address Apr 21, 2022
0ac229b
Merge remote-tracking branch 'refs/remotes/origin/master'
ElinorW Apr 22, 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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
Expand Down Expand Up @@ -124,4 +124,4 @@
"reportFile": "test-report.xml",
"indent": 4
}
}
}