Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Oct 28, 2020
1 parent 1f140bc commit fd1fd84
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-10-28)


### Features

* initial commit ([7da9ebf](https://github.com/joe-bell/next-blurhash/commit/7da9ebf1e60fe65a36c8615b6d4ae89be863149b))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "0.0.1",
"packages": [
"packages/*"
],
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-10-28)


### Features

* initial commit ([7da9ebf](https://github.com/joe-bell/next-blurhash/commit/7da9ebf1e60fe65a36c8615b6d4ae89be863149b))
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "demo",
"version": "0.0.1",
"version": "0.1.0",
"author": "Joe Bell <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"next": "10.0.0",
"next-blurhash": "^0.0.1",
"react-blurhash": "0.1.3",
"next-blurhash": "^0.1.0",
"react": "16.13.1",
"react-blurhash": "0.1.3",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/next-blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-10-28)


### Features

* initial commit ([7da9ebf](https://github.com/joe-bell/next-blurhash/commit/7da9ebf1e60fe65a36c8615b6d4ae89be863149b))
2 changes: 1 addition & 1 deletion packages/next-blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-blurhash",
"version": "0.0.1",
"version": "0.1.0",
"description": "Create BlurHash strings in Next.js getStaticProps",
"author": "Joe Bell <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit fd1fd84

@vercel
Copy link

@vercel vercel bot commented on fd1fd84 Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.