alpha
Login
or
Join now
danielroe.dev
/
vue-sanity
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/vue-sanity. Sanity integration for Vue Composition API
composition-api
hacktoberfest
javascript
nuxt
sanity
typescript
vue
vuejs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: release v0.5.4
author
Daniel Roe
date
6 years ago
(May 2, 2020, 10:47 PM +0100)
commit
95596b28
95596b281088a3294e0d8d1bda41f9c5ddba881f
parent
d9418650
d9418650ff72ae70aa0413de93319cc26ddf0c39
+8
-1
2 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
package.json
+7
CHANGELOG.md
View file
Reviewed
···
1
1
+
### [0.5.4](https://github.com/danielroe/vue-sanity/compare/v0.5.3...v0.5.4) (2020-05-02)
2
2
+
3
3
+
4
4
+
### Bug Fixes
5
5
+
6
6
+
* remove iife build ([89336af](https://github.com/danielroe/vue-sanity/commit/89336afa5dba9fe869bd5d5d65e077357d7ed645))
7
7
+
1
8
### [0.5.3](https://github.com/danielroe/vue-sanity/compare/v0.5.2...v0.5.3) (2020-04-30)
2
9
3
10
+1
-1
package.json
View file
Reviewed
···
1
1
{
2
2
"name": "vue-sanity",
3
3
-
"version": "0.5.3",
3
3
+
"version": "0.5.4",
4
4
"description": "Sanity integration for VueJS",
5
5
"license": "MIT",
6
6
"repository": "danielroe/vue-sanity",