Skip to content

Commit

Permalink
Release: sept 2020 (#701)
Browse files Browse the repository at this point in the history
* Release: july 2020 2 (#650)

* chore(release): 4.1.5

* add version 4.1.5 build files

* Release: august 2020 (#662)

* chore(release): 4.1.4

* add 4.1.4 build files

* chore(release): 4.1.5

* add version 4.1.5 build files

* fix copy paste failure when query bar is empty

* HB of localized GE.jsons (#660)

Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com>

* chore(release): 4.1.6

* create 4.1.6 build files

Co-authored-by: OfficeGlobal <47977325+OfficeGlobal@users.noreply.github.com>
Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com>

* chore(release): 4.1.7

Co-authored-by: OfficeGlobal <47977325+OfficeGlobal@users.noreply.github.com>
Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com>
  • Loading branch information
3 people committed Sep 17, 2020
1 parent a4dac37 commit e9ae01e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.1.7](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/compare/v4.1.4...v4.1.7) (2020-09-16)


### Bug Fixes

* add fallback texts to placeholder text ([#690](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/690)) ([4419110](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/441911079035b2cbbe137f168c8fb3baa0887dec))
* copy paste query address bar ([#658](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/658)) ([f47d237](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/f47d23733a73b9e4dc33b5c328e2e87feed318a1))
* Message bar truncation ([#679](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/679)) ([569bf53](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/569bf53eef99179bfe811de5a09835fb86656bea))
* Remove main tag ([#680](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/680)) ([5e634dd](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/5e634ddbbcc20bdd5662b11e94fc3307e5c6e84f))
* remove unnecessary code snippets tab ([#695](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/695)) ([7aca4fc](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/7aca4fca87f0e09fea706f254ce3ae4799740a9b))
* sovereign clouds metadata ([#676](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/676)) ([d0de298](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/d0de298e0d4068defaa9b135e99820c28a366d6f))

### [4.1.6](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v4.1.4...v4.1.6) (2020-08-07)


### Bug Fixes

* add fallback texts to placeholder text ([#690](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/690)) ([4419110](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/441911079035b2cbbe137f168c8fb3baa0887dec))
* copy paste query address bar ([#658](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/658)) ([f47d237](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/f47d23733a73b9e4dc33b5c328e2e87feed318a1))
* Message bar truncation ([#679](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/679)) ([569bf53](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/569bf53eef99179bfe811de5a09835fb86656bea))
* Remove main tag ([#680](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/680)) ([5e634dd](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/5e634ddbbcc20bdd5662b11e94fc3307e5c6e84f))
* remove unnecessary code snippets tab ([#695](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/695)) ([7aca4fc](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/7aca4fca87f0e09fea706f254ce3ae4799740a9b))
* sovereign clouds metadata ([#676](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/issues/676)) ([d0de298](https://github.com/microsoftgraph/microsoft-graph-explorer-v2/commit/d0de298e0d4068defaa9b135e99820c28a366d6f))
* copy paste query address bar ([#658](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/658)) ([f47d237](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/f47d23733a73b9e4dc33b5c328e2e87feed318a1))

### 4.1.5 (2020-07-23)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "4.1.6",
"version": "4.1.7",
"private": true,
"dependencies": {
"@babel/core": "7.2.2",
Expand Down

0 comments on commit e9ae01e

Please sign in to comment.