Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Oct 12, 2018
1 parent 1ab2ab7 commit 5c4956b
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.1](https://github.com/darkobits/inspirat/compare/v0.7.0...v0.7.1) (2018-10-12)


### Bug Fixes

* Backend sends proper information for attribution links. ([1ab2ab7](https://github.com/darkobits/inspirat/commit/1ab2ab7))





# [0.7.0](https://github.com/darkobits/inspirat/compare/v0.6.0...v0.7.0) (2018-10-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.1](https://github.com/darkobits/frontlawn-website/compare/v0.7.0...v0.7.1) (2018-10-12)


### Bug Fixes

* Backend sends proper information for attribution links. ([1ab2ab7](https://github.com/darkobits/frontlawn-website/commit/1ab2ab7))





# [0.7.0](https://github.com/darkobits/frontlawn-website/compare/v0.6.0...v0.7.0) (2018-10-10)

**Note:** Version bump only for package inspirat-backend
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inspirat-backend",
"description": "Serverless functions for Inspirat.",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"author": "darkobits",
"license": "WTFPL",
Expand Down
6 changes: 0 additions & 6 deletions packages/backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ functions:
name: sync-collection-${self:custom.stage}
description: 'Sync collection from Unsplash.'
rate: rate(1 hour)
# - http:
# method: GET
# path: photos/update-collection
handler: src/sync-collection.default
environment:
UNSPLASH_ACCESS_KEY: ${env:UNSPLASH_ACCESS_KEY}
Expand All @@ -52,9 +49,6 @@ functions:
name: update-records-${self:custom.stage}
description: 'Update partial records.'
rate: rate(1 hour)
# - http:
# method: GET
# path: photos/update-photos
handler: src/update-records.default
environment:
UNSPLASH_ACCESS_KEY: ${env:UNSPLASH_ACCESS_KEY}
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.1](https://github.com/darkobits/frontlawn-website/compare/v0.7.0...v0.7.1) (2018-10-12)


### Bug Fixes

* Backend sends proper information for attribution links. ([1ab2ab7](https://github.com/darkobits/frontlawn-website/commit/1ab2ab7))





# [0.7.0](https://github.com/darkobits/frontlawn-website/compare/v0.6.0...v0.7.0) (2018-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inspirat-client",
"description": "Front-end for Inspirat.",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"author": "darkobits",
"license": "WTFPL",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Inspirat",
"description": "A minimalistic new tab experience in the style of Momentum.",
"version": "0.7.0",
"version": "0.7.1",
"manifest_version": 2,
"icons": {
"16": "favicon-16.png",
Expand Down

0 comments on commit 5c4956b

Please sign in to comment.