From dc707bea4ff04291a77e4607f250848ae5ee98af Mon Sep 17 00:00:00 2001 From: simbathesailor Date: Mon, 29 Mar 2021 20:51:51 +0530 Subject: [PATCH 1/2] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b91bfe..d2c72ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@simbathesailor/use-what-changed", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "author": "simbathesailor", "main": "dist/index.js", From 31864ebec38f8bac812175187417a9879c9cec93 Mon Sep 17 00:00:00 2001 From: simbathesailor Date: Thu, 1 Apr 2021 10:53:24 +0530 Subject: [PATCH 2/2] add example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23c8f40..363329e 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,12 @@ Todos: Need to add an example for react-native, which is work in progress. I wil [Electron repo link](https://github.com/simbathesailor/electron-learner) + +## Nextjs Example + +[Nextjs Example](https://github.com/simbathesailor/nextjs-uwc) + + ## Contributing Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.