diff --git a/CHANGELOG.md b/CHANGELOG.md index 5652e9e..e1ec9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/next-placeholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package root + # [2.2.0](https://github.com/joe-bell/next-placeholder/compare/v2.1.0...v2.2.0) (2021-10-27) ### Bug Fixes diff --git a/examples/11ty/CHANGELOG.md b/examples/11ty/CHANGELOG.md index 8a06aa4..932236b 100644 --- a/examples/11ty/CHANGELOG.md +++ b/examples/11ty/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/next-placeholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package example-with-11ty + # [2.2.0](https://github.com/joe-bell/next-placeholder/compare/v2.1.0...v2.2.0) (2021-10-27) **Note:** Version bump only for package example-with-11ty diff --git a/examples/11ty/package.json b/examples/11ty/package.json index 2e2e1f9..64339eb 100644 --- a/examples/11ty/package.json +++ b/examples/11ty/package.json @@ -1,7 +1,7 @@ { "private": "true", "name": "example-with-11ty", - "version": "2.2.0", + "version": "2.3.0", "author": "Joe Bell ", "license": "Apache-2.0", "funding": "https://plaiceholder.co", @@ -18,12 +18,12 @@ "devDependencies": { "@11ty/eleventy": "0.12.1", "@11ty/eleventy-img": "0.9.0", - "@plaiceholder/tailwindcss": "^2.2.0", + "@plaiceholder/tailwindcss": "^2.3.0", "autoprefixer": "10.2.5", "clean-css": "4.2.3", "concurrently": "6.2.0", "glob": "7.1.7", - "plaiceholder": "^2.2.0", + "plaiceholder": "^2.3.0", "postcss": "8.2.13", "postcss-cli": "8.3.1", "prettier": "2.4.0", diff --git a/examples/next/CHANGELOG.md b/examples/next/CHANGELOG.md index 21f572d..a23c765 100644 --- a/examples/next/CHANGELOG.md +++ b/examples/next/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/next-placeholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package example-with-next + # [2.2.0](https://github.com/joe-bell/next-placeholder/compare/v2.1.0...v2.2.0) (2021-10-27) **Note:** Version bump only for package example-with-next diff --git a/examples/next/package.json b/examples/next/package.json index da7085e..c6b4613 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,7 +1,7 @@ { "private": "true", "name": "example-with-next", - "version": "2.2.0", + "version": "2.3.0", "author": "Joe Bell ", "license": "Apache-2.0", "funding": "https://plaiceholder.co", @@ -14,12 +14,12 @@ }, "dependencies": { "@joebell/cx": "0.1.0", - "@plaiceholder/next": "^2.2.0", - "@plaiceholder/tailwindcss": "^2.2.0", + "@plaiceholder/next": "^2.3.0", + "@plaiceholder/tailwindcss": "^2.3.0", "@tailwindcss/aspect-ratio": "0.2.0", "glob": "7.1.7", "next": "12.0.9", - "plaiceholder": "^2.2.0", + "plaiceholder": "^2.3.0", "react": "17.0.2", "react-blurhash": "0.1.3", "react-dom": "17.0.2", diff --git a/lerna.json b/lerna.json index 28cd4cd..9c0e274 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["docs", "examples/*", "packages/*"], - "version": "2.2.0", + "version": "2.3.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 4882f1d..12faa9e 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/plaiceholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package @plaiceholder/next + # [2.2.0](https://github.com/joe-bell/plaiceholder/compare/v2.1.0...v2.2.0) (2021-10-27) **Note:** Version bump only for package @plaiceholder/next diff --git a/packages/next/package.json b/packages/next/package.json index 77d5249..8f9c929 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@plaiceholder/next", - "version": "2.2.0", + "version": "2.3.0", "description": "Roll-you-own placeholders for Next.js.", "author": "Joe Bell ", "license": "Apache-2.0", diff --git a/packages/plaiceholder/CHANGELOG.md b/packages/plaiceholder/CHANGELOG.md index 35a0d7a..568d781 100644 --- a/packages/plaiceholder/CHANGELOG.md +++ b/packages/plaiceholder/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/plaiceholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package plaiceholder + # [2.2.0](https://github.com/joe-bell/plaiceholder/compare/v2.1.0...v2.2.0) (2021-10-27) ### Bug Fixes diff --git a/packages/plaiceholder/package.json b/packages/plaiceholder/package.json index 332869e..5eb4ed7 100644 --- a/packages/plaiceholder/package.json +++ b/packages/plaiceholder/package.json @@ -1,6 +1,6 @@ { "name": "plaiceholder", - "version": "2.2.0", + "version": "2.3.0", "description": "Beautiful image placeholders, without the hassle.", "author": "Joe Bell ", "license": "Apache-2.0", diff --git a/packages/tailwindcss/CHANGELOG.md b/packages/tailwindcss/CHANGELOG.md index 74467c5..3d18830 100644 --- a/packages/tailwindcss/CHANGELOG.md +++ b/packages/tailwindcss/CHANGELOG.md @@ -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.3.0](https://github.com/joe-bell/plaiceholder/compare/v2.2.0...v2.3.0) (2022-02-13) + +**Note:** Version bump only for package @plaiceholder/tailwindcss + # [2.2.0](https://github.com/joe-bell/plaiceholder/compare/v2.1.0...v2.2.0) (2021-10-27) **Note:** Version bump only for package @plaiceholder/tailwindcss diff --git a/packages/tailwindcss/package.json b/packages/tailwindcss/package.json index b52e824..247124b 100644 --- a/packages/tailwindcss/package.json +++ b/packages/tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "@plaiceholder/tailwindcss", - "version": "2.2.0", + "version": "2.3.0", "description": "Roll-you-own placeholders for Tailwind.", "author": "Joe Bell ", "license": "Apache-2.0", @@ -45,7 +45,7 @@ }, "dependencies": { "make-synchronous": "0.1.1", - "plaiceholder": "^2.2.0" + "plaiceholder": "^2.3.0" }, "devDependencies": { "tailwindcss": "2.2.15"