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

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed May 24, 2023
1 parent 3dede8b commit b2cb9cb
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)

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

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.2.0",
"version": "3.0.0",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.0

### Major Changes

- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)

### Patch Changes

- Updated dependencies [af07a60]
- [email protected]

## 2.5.0

## 2.4.0
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plaiceholder/next",
"version": "2.5.0",
"version": "3.0.0",
"description": "Roll-you-own placeholders for Next.js.",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"next": ">= 10.0.0",
"plaiceholder": ">= 2.5.0",
"plaiceholder": ">=3.0.0",
"sharp": ">= 0.30.6"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plaiceholder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plaiceholder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plaiceholder",
"version": "2.5.0",
"version": "3.0.0",
"description": "Beautiful image placeholders, without the hassle.",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.0

### Major Changes

- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)

### Patch Changes

- Updated dependencies [af07a60]
- [email protected]

## 2.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plaiceholder/tailwindcss",
"version": "2.5.0",
"version": "3.0.0",
"description": "Roll-you-own placeholders for Tailwind.",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"lint:ts": "tsc --noEmit"
},
"peerDependencies": {
"plaiceholder": ">= 2.5.0",
"plaiceholder": ">=3.0.0",
"sharp": ">= 0.30.6",
"tailwindcss": ">=3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @plaiceholder/ui

## 3.0.0

### Major Changes

- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@plaiceholder/ui",
"version": "2.5.0",
"version": "3.0.0",
"description": "Private UI styles for plaiceholder examples",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit b2cb9cb

@vercel
Copy link

@vercel vercel bot commented on b2cb9cb May 24, 2023

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 b2cb9cb May 24, 2023

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 b2cb9cb May 24, 2023

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.