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

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jun 11, 2021
1 parent 08a1760 commit 83755dd
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 7 deletions.
6 changes: 6 additions & 0 deletions 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.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

### Bug Fixes

- **@plaiceholder/tailwindcss:** lock peerDep range until migrated to 2.2 ([08a1760](https://github.com/joe-bell/plaiceholder/commit/08a1760a7ff9a9ab0626a1da2b88b0e9020d853f))

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

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/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.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

**Note:** Version bump only for package docs

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

### Bug Fixes
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.0",
"version": "2.0.2",
"author": "Joe Bell <joe@joebell.co.uk>",
"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.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

## [2.0.1](https://github.com/joe-bell/plaiceholder/compare/v2.0.0...v2.0.1) (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.1",
"version": "2.0.2",
"author": "Joe Bell <joe@joebell.co.uk>",
"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.1",
"@plaiceholder/tailwindcss": "^2.0.2",
"autoprefixer": "10.2.5",
"clean-css": "4.2.3",
"concurrently": "6.2.0",
Expand Down
4 changes: 4 additions & 0 deletions examples/next/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.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

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

**Note:** Version bump only for package example-with-next
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "2.0.2",
"author": "Joe Bell <joe@joebell.co.uk>",
"license": "Apache-2.0",
"funding": "https://plaiceholder.co",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@joebell/cx": "0.1.0",
"@plaiceholder/next": "^2.0.0",
"@plaiceholder/tailwindcss": "^2.0.1",
"@plaiceholder/tailwindcss": "^2.0.2",
"@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.1",
"version": "2.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwindcss/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.2](https://github.com/joe-bell/plaiceholder/compare/v2.0.1...v2.0.2) (2021-06-11)

### Bug Fixes

- **@plaiceholder/tailwindcss:** lock peerDep range until migrated to 2.2 ([08a1760](https://github.com/joe-bell/plaiceholder/commit/08a1760a7ff9a9ab0626a1da2b88b0e9020d853f))

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

**Note:** Version bump only for package @plaiceholder/tailwindcss
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.1",
"version": "2.0.2",
"description": "Roll-you-own placeholders for Tailwind.",
"author": "Joe Bell <joe@joebell.co.uk>",
"license": "Apache-2.0",
Expand Down

3 comments on commit 83755dd

@vercel
Copy link

@vercel vercel bot commented on 83755dd Jun 11, 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 83755dd Jun 11, 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-joebell.vercel.app
plaiceholder-docs-git-main-joebell.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 83755dd Jun 11, 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.