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

Commit b2cb9cb

Browse files
committed
v3.0.0
1 parent 3dede8b commit b2cb9cb

File tree

11 files changed

+49
-8
lines changed

11 files changed

+49
-8
lines changed

docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"author": "Joe Bell (https://joebell.co.uk)",
66
"license": "Apache-2.0",
77
"scripts": {

packages/next/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [af07a60]
12+
- plaiceholder@3.0.0
13+
314
## 2.5.0
415

516
## 2.4.0

packages/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plaiceholder/next",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "Roll-you-own placeholders for Next.js.",
55
"author": "Joe Bell (https://joebell.co.uk)",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"peerDependencies": {
3434
"next": ">= 10.0.0",
35-
"plaiceholder": ">= 2.5.0",
35+
"plaiceholder": ">=3.0.0",
3636
"sharp": ">= 0.30.6"
3737
},
3838
"devDependencies": {

packages/plaiceholder/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)
8+
39
## 2.5.0
410

511
### Minor Changes

packages/plaiceholder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plaiceholder",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "Beautiful image placeholders, without the hassle.",
55
"author": "Joe Bell (https://joebell.co.uk)",
66
"license": "Apache-2.0",

packages/tailwindcss/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [af07a60]
12+
- plaiceholder@3.0.0
13+
314
## 2.5.0
415

516
### Minor Changes

packages/tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plaiceholder/tailwindcss",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "Roll-you-own placeholders for Tailwind.",
55
"author": "Joe Bell (https://joebell.co.uk)",
66
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"lint:ts": "tsc --noEmit"
5252
},
5353
"peerDependencies": {
54-
"plaiceholder": ">= 2.5.0",
54+
"plaiceholder": ">=3.0.0",
5555
"sharp": ">= 0.30.6",
5656
"tailwindcss": ">=3"
5757
},

packages/ui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @plaiceholder/ui
2+
3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- af07a60: Visit [plaiceholder.co/docs/upgrading-to-3](https://plaiceholder.co/docs/upgrading-to-3)

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@plaiceholder/ui",
4-
"version": "2.5.0",
4+
"version": "3.0.0",
55
"description": "Private UI styles for plaiceholder examples",
66
"author": "Joe Bell (https://joebell.co.uk)",
77
"license": "Apache-2.0",

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)