Skip to content

Commit 898149d

Browse files
chore(release): 7.6.0 [skip ci]
1 parent 18a14b8 commit 898149d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [7.6.0](https://github.com/sanity-io/gatsby-source-sanity/compare/v7.5.1...v7.6.0) (2022-11-22)
9+
10+
### Features
11+
12+
- support gatsby v5 ([#195](https://github.com/sanity-io/gatsby-source-sanity/issues/195)) ([063d533](https://github.com/sanity-io/gatsby-source-sanity/commit/063d5335f23f667a0e5e1b087d886d4ec9989a97))
13+
14+
### Bug Fixes
15+
16+
- **deps:** update dependency @sanity/client to v3 ([#178](https://github.com/sanity-io/gatsby-source-sanity/issues/178)) ([c7952b7](https://github.com/sanity-io/gatsby-source-sanity/commit/c7952b7fe4edcc80f9a2f0becb26812653f550fc))
17+
- **deps:** update dependency axios to v1 ([#185](https://github.com/sanity-io/gatsby-source-sanity/issues/185)) ([7b0d7e6](https://github.com/sanity-io/gatsby-source-sanity/commit/7b0d7e6efe272cc4d278bfda39547727f9f5221c))
18+
- **deps:** update dependency semver to ^7.3.8 ([#184](https://github.com/sanity-io/gatsby-source-sanity/issues/184)) ([504db33](https://github.com/sanity-io/gatsby-source-sanity/commit/504db337574e93e297ba2e99869ac851438dddf3))
19+
820
## [7.5.1](https://github.com/sanity-io/gatsby-source-sanity/compare/v7.5.0...v7.5.1) (2022-09-29)
921

1022
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-sanity",
3-
"version": "7.5.2-valhalla.1",
3+
"version": "7.6.0",
44
"description": "Gatsby source plugin for building websites using Sanity.io as a backend.",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)