diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 38b2f08..8a16833 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. diff --git a/docs/package.json b/docs/package.json index 73d1adf..e4b7c82 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": { diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index f181621..caf72d7 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -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] + - plaiceholder@3.0.0 + ## 2.5.0 ## 2.4.0 diff --git a/packages/next/package.json b/packages/next/package.json index 35fde01..4ee9697 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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", @@ -32,7 +32,7 @@ }, "peerDependencies": { "next": ">= 10.0.0", - "plaiceholder": ">= 2.5.0", + "plaiceholder": ">=3.0.0", "sharp": ">= 0.30.6" }, "devDependencies": { diff --git a/packages/plaiceholder/CHANGELOG.md b/packages/plaiceholder/CHANGELOG.md index fd3de3f..7777e15 100644 --- a/packages/plaiceholder/CHANGELOG.md +++ b/packages/plaiceholder/CHANGELOG.md @@ -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 diff --git a/packages/plaiceholder/package.json b/packages/plaiceholder/package.json index 557663d..8e43baa 100644 --- a/packages/plaiceholder/package.json +++ b/packages/plaiceholder/package.json @@ -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", diff --git a/packages/tailwindcss/CHANGELOG.md b/packages/tailwindcss/CHANGELOG.md index 46cfe85..ae182bc 100644 --- a/packages/tailwindcss/CHANGELOG.md +++ b/packages/tailwindcss/CHANGELOG.md @@ -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] + - plaiceholder@3.0.0 + ## 2.5.0 ### Minor Changes diff --git a/packages/tailwindcss/package.json b/packages/tailwindcss/package.json index 2db2871..cd57002 100644 --- a/packages/tailwindcss/package.json +++ b/packages/tailwindcss/package.json @@ -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", @@ -51,7 +51,7 @@ "lint:ts": "tsc --noEmit" }, "peerDependencies": { - "plaiceholder": ">= 2.5.0", + "plaiceholder": ">=3.0.0", "sharp": ">= 0.30.6", "tailwindcss": ">=3" }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 0000000..002d4d2 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -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) diff --git a/packages/ui/package.json b/packages/ui/package.json index 10a32c2..81a2de1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22533d2..1f3d46b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,7 +157,7 @@ importers: packages/next: dependencies: plaiceholder: - specifier: '>= 2.5.0' + specifier: '>=3.0.0' version: link:../plaiceholder devDependencies: '@types/node':