Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hjvedvik committed Sep 13, 2019
1 parent 63da3dd commit 9530616
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 3 deletions.
15 changes: 15 additions & 0 deletions gridsome/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/gridsome/gridsome/compare/[email protected]@0.7.2) (2019-09-13)


### Bug Fixes

* **build:** ensure column width for deprecation notices ([50a6ebb](https://github.com/gridsome/gridsome/commit/50a6ebb))
* **develop:** refresh query results on navigation ([0ce8de3](https://github.com/gridsome/gridsome/commit/0ce8de3))
* **graphql:** don’t process empty object fields ([#662](https://github.com/gridsome/gridsome/issues/662)) ([7852e9e](https://github.com/gridsome/gridsome/commit/7852e9e))
* **graphql:** process object types only once ([11416ac](https://github.com/gridsome/gridsome/commit/11416ac))
* **graphql:** require resolve for custom resolvers ([63da3dd](https://github.com/gridsome/gridsome/commit/63da3dd))





## [0.7.1](https://github.com/gridsome/gridsome/compare/[email protected]@0.7.1) (2019-09-12)


Expand Down
2 changes: 1 addition & 1 deletion gridsome/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.7.2",
"name": "gridsome",
"description": "A JAMstack framework for building blazing fast websites with Vue.js",
"homepage": "https://gridsome.org",
Expand Down
16 changes: 16 additions & 0 deletions packages/remark-prismjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs/compare/@gridsome/[email protected]...@gridsome/[email protected]) (2019-09-13)


### Bug Fixes

* **prismjs:** dont highlight page-query in html ([99ebec0](https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs/commit/99ebec0))


### Features

* **prismjs:** generate html with hastscript ([48f1509](https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs/commit/48f1509))





# [0.1.0](https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs/compare/@gridsome/[email protected]...@gridsome/[email protected]) (2019-06-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"name": "@gridsome/remark-prismjs",
"description": "Syntax highlighter for markdown code blocks",
"homepage": "https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/vue-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/gridsome/gridsome/tree/master/packages/vue-remark/compare/@gridsome/[email protected]...@gridsome/[email protected]) (2019-09-13)


### Bug Fixes

* **vue-remark:** don’t interpolate inline code ([db3416f](https://github.com/gridsome/gridsome/tree/master/packages/vue-remark/commit/db3416f))
* **vue-remark:** preload VueRemarkContent component ([369d2fc](https://github.com/gridsome/gridsome/tree/master/packages/vue-remark/commit/369d2fc))





# 0.1.0 (2019-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"name": "@gridsome/vue-remark",
"description": "Use Vue Components in Markdown",
"homepage": "https://github.com/gridsome/gridsome/tree/master/packages/vue-remark#readme",
Expand Down

0 comments on commit 9530616

Please sign in to comment.