Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cansin committed May 11, 2020
1 parent 271a3c1 commit f0bc09a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/cansin/next-with-offline/compare/v0.3.1...v0.3.2) (2020-05-11)

**Note:** Version bump only for package next-with-offline





## [0.3.1](https://github.com/cansin/next-with-offline/compare/v0.3.0...v0.3.1) (2020-05-11)

**Note:** Version bump only for package next-with-offline
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.1"
"version": "0.3.2"
}
8 changes: 8 additions & 0 deletions packages/next-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/cansin/next-with-offline/compare/v0.3.1...v0.3.2) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/next-plugin





## [0.3.1](https://github.com/cansin/next-with-offline/compare/v0.3.0...v0.3.1) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/next-plugin
2 changes: 1 addition & 1 deletion packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"name": "@next-with-offline/next-plugin",
"description": "Next.js plugin for generating a service worker.",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/cansin/next-with-offline/compare/v0.3.1...v0.3.2) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/react-hook





## [0.3.1](https://github.com/cansin/next-with-offline/compare/v0.3.0...v0.3.1) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/react-hook
2 changes: 1 addition & 1 deletion packages/react-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"name": "@next-with-offline/react-hook",
"description": "React hook for registering/using a Workbox.",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/service-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/cansin/next-with-offline/compare/v0.3.1...v0.3.2) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/service-worker





## [0.3.1](https://github.com/cansin/next-with-offline/compare/v0.3.0...v0.3.1) (2020-05-11)

**Note:** Version bump only for package @next-with-offline/service-worker
2 changes: 1 addition & 1 deletion packages/service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"name": "@next-with-offline/service-worker",
"description": "Code utilities for configuring a service worker.",
"license": "MIT",
Expand Down

0 comments on commit f0bc09a

Please sign in to comment.