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

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jun 13, 2021
1 parent 709e3c5 commit fed1b1e
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/next-placeholder/compare/v2.0.2...v2.0.3) (2021-06-13)

### Bug Fixes

- **@plaiceholder/next:** add sharp to webpack externals ([76a49be](https://github.com/joe-bell/next-placeholder/commit/76a49befa385133ecb7171409c347561088bd0e8))
- **deps:** update react monorepo to v17.0.2 ([d3a7b09](https://github.com/joe-bell/next-placeholder/commit/d3a7b09cf52f2789dceaa3941ac96525775078b5))

## [2.0.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/next-placeholder/compare/v2.0.2...v2.0.3) (2021-06-13)

### Bug Fixes

- **deps:** update react monorepo to v17.0.2 ([d3a7b09](https://github.com/joe-bell/next-placeholder/commit/d3a7b09cf52f2789dceaa3941ac96525775078b5))

## [2.0.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "docs",
"version": "2.0.2",
"version": "2.0.3",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
"funding": "https://plaiceholder.co",
Expand Down
4 changes: 4 additions & 0 deletions examples/11ty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/next-placeholder/compare/v2.0.2...v2.0.3) (2021-06-13)

**Note:** Version bump only for package example-with-11ty

## [2.0.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

**Note:** Version bump only for package example-with-11ty
Expand Down
4 changes: 2 additions & 2 deletions examples/11ty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "example-with-11ty",
"version": "2.0.2",
"version": "2.0.3",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
"funding": "https://plaiceholder.co",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@11ty/eleventy": "0.12.1",
"@11ty/eleventy-img": "0.9.0",
"@plaiceholder/tailwindcss": "^2.0.2",
"@plaiceholder/tailwindcss": "^2.0.3",
"autoprefixer": "10.2.5",
"clean-css": "4.2.3",
"concurrently": "6.2.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/next-placeholder/compare/v2.0.2...v2.0.3) (2021-06-13)

### Bug Fixes

- **@plaiceholder/next:** add sharp to webpack externals ([76a49be](https://github.com/joe-bell/next-placeholder/commit/76a49befa385133ecb7171409c347561088bd0e8))

## [2.0.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

**Note:** Version bump only for package example-with-next
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "example-with-next",
"version": "2.0.2",
"version": "2.0.3",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
"funding": "https://plaiceholder.co",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@joebell/cx": "0.1.0",
"@plaiceholder/next": "^2.0.0",
"@plaiceholder/tailwindcss": "^2.0.2",
"@plaiceholder/next": "^2.0.3",
"@plaiceholder/tailwindcss": "^2.0.3",
"@tailwindcss/aspect-ratio": "0.2.0",
"glob": "7.1.7",
"next": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["docs", "examples/*", "packages/*"],
"version": "2.0.2",
"version": "2.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/plaiceholder/compare/v2.0.2...v2.0.3) (2021-06-13)

### Bug Fixes

- **@plaiceholder/next:** add sharp to webpack externals ([76a49be](https://github.com/joe-bell/plaiceholder/commit/76a49befa385133ecb7171409c347561088bd0e8))

# [2.0.0](https://github.com/joe-bell/plaiceholder/compare/v1.0.0...v2.0.0) (2021-06-11)

**Note:** Version bump only for package @plaiceholder/next
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plaiceholder/next",
"version": "2.0.0",
"version": "2.0.3",
"description": "Roll-you-own placeholders for Next.js.",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/joe-bell/plaiceholder/compare/v2.0.2...v2.0.3) (2021-06-13)

**Note:** Version bump only for package @plaiceholder/tailwindcss

## [2.0.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plaiceholder/tailwindcss",
"version": "2.0.2",
"version": "2.0.3",
"description": "Roll-you-own placeholders for Tailwind.",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
Expand Down

3 comments on commit fed1b1e

@vercel
Copy link

@vercel vercel bot commented on fed1b1e Jun 13, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

plaiceholder-docs – ./docs

plaiceholder-docs.vercel.app
plaiceholder-docs-git-main-joebell.vercel.app
plaiceholder-docs-joebell.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fed1b1e Jun 13, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on fed1b1e Jun 13, 2021

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.