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

Commit

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

# [2.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

### Bug Fixes

- broken meta tags ([79ed093](https://github.com/joe-bell/plaiceholder/commit/79ed093a26d709937d82777e38f735fe165d3797))

### Features

- **@plaiceholder/tailwindcss:** add support for [email protected] ([5efe472](https://github.com/joe-bell/plaiceholder/commit/5efe472e1a719aeb86ef288d0fd76041c72c288b))
- create CODE_OF_CONDUCT.md ([6d10b6e](https://github.com/joe-bell/plaiceholder/commit/6d10b6e0dfd24c1a3f24cebb5decb2f120744a24))

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

### 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.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

### Bug Fixes

- broken meta tags ([79ed093](https://github.com/joe-bell/plaiceholder/commit/79ed093a26d709937d82777e38f735fe165d3797))

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

### 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.3",
"version": "2.1.0",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
"funding": "https://plaiceholder.co",
Expand Down
6 changes: 6 additions & 0 deletions examples/11ty/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.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

### Features

- **@plaiceholder/tailwindcss:** add support for [email protected] ([5efe472](https://github.com/joe-bell/plaiceholder/commit/5efe472e1a719aeb86ef288d0fd76041c72c288b))

## [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
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.3",
"version": "2.1.0",
"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.3",
"@plaiceholder/tailwindcss": "^2.1.0",
"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.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

### Features

- **@plaiceholder/tailwindcss:** add support for [email protected] ([5efe472](https://github.com/joe-bell/plaiceholder/commit/5efe472e1a719aeb86ef288d0fd76041c72c288b))

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

### Bug Fixes
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.3",
"version": "2.1.0",
"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.3",
"@plaiceholder/tailwindcss": "^2.0.3",
"@plaiceholder/next": "^2.1.0",
"@plaiceholder/tailwindcss": "^2.1.0",
"@tailwindcss/aspect-ratio": "0.2.0",
"glob": "7.1.7",
"next": "11.0.0",
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.3",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/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.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

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

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

### Bug Fixes
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.3",
"version": "2.1.0",
"description": "Roll-you-own placeholders for Next.js.",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
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.1.0](https://github.com/joe-bell/plaiceholder/compare/v2.0.3...v2.1.0) (2021-06-18)

### Features

- **@plaiceholder/tailwindcss:** add support for [email protected] ([5efe472](https://github.com/joe-bell/plaiceholder/commit/5efe472e1a719aeb86ef288d0fd76041c72c288b))

## [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
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.3",
"version": "2.1.0",
"description": "Roll-you-own placeholders for Tailwind.",
"author": "Joe Bell <[email protected]>",
"license": "Apache-2.0",
Expand Down

3 comments on commit 95923a7

@vercel
Copy link

@vercel vercel bot commented on 95923a7 Jun 18, 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 95923a7 Jun 18, 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-joebell.vercel.app
plaiceholder-docs-git-main-joebell.vercel.app
plaiceholder-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 95923a7 Jun 18, 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.