From 811c5321b9f187637c2359f322024b98233f84de Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Mon, 6 May 2024 15:44:21 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 6 + apps/nextjs13-approuter/CHANGELOG.md | 6 + apps/nextjs13-approuter/package.json | 4 +- apps/nextjs13-pagerouter/CHANGELOG.md | 6 + apps/nextjs13-pagerouter/package.json | 4 +- apps/nextjs14-approuter/CHANGELOG.md | 6 + apps/nextjs14-approuter/package.json | 2 +- apps/nextjs14-pagerouter/CHANGELOG.md | 6 + apps/nextjs14-pagerouter/package.json | 4 +- build.washingtonpost.com/CHANGELOG.md | 6 + build.washingtonpost.com/package.json | 8 +- lerna.json | 2 +- package-lock.json | 180 +++----------------------- packages/eslint-plugin/CHANGELOG.md | 4 + packages/eslint-plugin/package.json | 4 +- packages/kit/CHANGELOG.md | 6 + packages/kit/package.json | 2 +- packages/kitchen-sink/CHANGELOG.md | 6 + packages/kitchen-sink/package.json | 2 +- packages/tailwind-theme/CHANGELOG.md | 4 + packages/tailwind-theme/package.json | 4 +- packages/tokens/CHANGELOG.md | 6 + packages/tokens/package.json | 4 +- 23 files changed, 101 insertions(+), 181 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282959874..0e6447dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/apps/nextjs13-approuter/CHANGELOG.md b/apps/nextjs13-approuter/CHANGELOG.md index 73a2fb014..9f9ab08a2 100644 --- a/apps/nextjs13-approuter/CHANGELOG.md +++ b/apps/nextjs13-approuter/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/apps/nextjs13-approuter/package.json b/apps/nextjs13-approuter/package.json index 3852a66bf..2cfd4ac85 100644 --- a/apps/nextjs13-approuter/package.json +++ b/apps/nextjs13-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-approuter", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "13.5.6", "react": "^18.2.0", diff --git a/apps/nextjs13-pagerouter/CHANGELOG.md b/apps/nextjs13-pagerouter/CHANGELOG.md index 0a0aeb2b0..0907f7431 100644 --- a/apps/nextjs13-pagerouter/CHANGELOG.md +++ b/apps/nextjs13-pagerouter/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/apps/nextjs13-pagerouter/package.json b/apps/nextjs13-pagerouter/package.json index a6c721197..ba65b3d1f 100644 --- a/apps/nextjs13-pagerouter/package.json +++ b/apps/nextjs13-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-pagerouter", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "13.5.6", "react": "^18.2.0", diff --git a/apps/nextjs14-approuter/CHANGELOG.md b/apps/nextjs14-approuter/CHANGELOG.md index b6da62fc7..7d914366f 100644 --- a/apps/nextjs14-approuter/CHANGELOG.md +++ b/apps/nextjs14-approuter/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/apps/nextjs14-approuter/package.json b/apps/nextjs14-approuter/package.json index b255e287a..39fb8f054 100644 --- a/apps/nextjs14-approuter/package.json +++ b/apps/nextjs14-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-approuter", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "next dev", diff --git a/apps/nextjs14-pagerouter/CHANGELOG.md b/apps/nextjs14-pagerouter/CHANGELOG.md index bd195c2c8..3723bf33f 100644 --- a/apps/nextjs14-pagerouter/CHANGELOG.md +++ b/apps/nextjs14-pagerouter/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/apps/nextjs14-pagerouter/package.json b/apps/nextjs14-pagerouter/package.json index 09aa172b3..7c9aad7e6 100644 --- a/apps/nextjs14-pagerouter/package.json +++ b/apps/nextjs14-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-pagerouter", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "^2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "14.0.3", "react": "^18.2.0", diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index dcc46506c..c301a8170 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -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/washingtonpost/wpds-docs/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-docs/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-docs/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-docs/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index d0f81442d..89dbac14a 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -27,9 +27,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-kitchen-sink": "2.0.0", - "@washingtonpost/wpds-tailwind-theme": "2.0.0", - "@washingtonpost/wpds-tokens": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", + "@washingtonpost/wpds-tailwind-theme": "2.1.0", + "@washingtonpost/wpds-tokens": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", diff --git a/lerna.json b/lerna.json index e0809ac52..5cba16609 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "2.0.0" + "version": "2.1.0" } diff --git a/package-lock.json b/package-lock.json index c47a2f3a0..de016f340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,9 +114,9 @@ } }, "apps/nextjs13-approuter": { - "version": "2.0.0", + "version": "2.1.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "13.5.6", "react": "^18.2.0", @@ -233,9 +233,9 @@ } }, "apps/nextjs13-pagerouter": { - "version": "2.0.0", + "version": "2.1.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "13.5.6", "react": "^18.2.0", @@ -352,7 +352,7 @@ } }, "apps/nextjs14-approuter": { - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@washingtonpost/wpds-kitchen-sink": "npm:wpds-kitchen-sink@*", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", @@ -397,9 +397,9 @@ } }, "apps/nextjs14-pagerouter": { - "version": "2.0.0", + "version": "2.1.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "^2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "next": "14.0.3", "react": "^18.2.0", @@ -414,7 +414,7 @@ }, "build.washingtonpost.com": { "name": "@washingtonpost/wpds-docs", - "version": "2.0.0", + "version": "2.1.0", "hasInstallScript": true, "dependencies": { "@babel/standalone": "^7.17.11", @@ -432,9 +432,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-kitchen-sink": "2.0.0", - "@washingtonpost/wpds-tailwind-theme": "2.0.0", - "@washingtonpost/wpds-tokens": "2.0.0", + "@washingtonpost/wpds-kitchen-sink": "2.1.0", + "@washingtonpost/wpds-tailwind-theme": "2.1.0", + "@washingtonpost/wpds-tokens": "2.1.0", "@washingtonpost/wpds-ui-kit": "npm:wpds-ui-kit@*", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", @@ -12194,42 +12194,6 @@ "react-dom": "^18.2.0" } }, - "node_modules/@washingtonpost/site-footer/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.0.0.tgz", - "integrity": "sha512-fdZ1AIF/YLFzMjCxMLRrm9Zm4uavj1U3Foisppdmt8DhkG4X5TQPhg4o8zfuOlH/aptTQbJbzPK2szxt9Jnvow==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react": "^18.2.0", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "node_modules/@washingtonpost/site-user-data": { "version": "0.6.2-alpha.2", "dependencies": { @@ -38324,10 +38288,10 @@ }, "packages/eslint-plugin": { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0" + "@washingtonpost/wpds-ui-kit": "2.1.0" }, "devDependencies": { "jest": "^28.1.0" @@ -38622,41 +38586,6 @@ "@sinonjs/commons": "^1.7.0" } }, - "packages/eslint-plugin/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.0.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react": "^18.2.0", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/eslint-plugin/node_modules/ansi-styles": { "version": "5.2.0", "dev": true, @@ -39340,7 +39269,7 @@ }, "packages/kit": { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@radix-ui/react-accordion": "^1.1.2", @@ -39379,7 +39308,7 @@ }, "packages/kitchen-sink": { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@washingtonpost/wpds-assets": "2.0.0", @@ -39433,10 +39362,10 @@ }, "packages/tailwind-theme": { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0" + "@washingtonpost/wpds-ui-kit": "2.1.0" }, "devDependencies": { "autoprefixer": "^10.4.14", @@ -39448,83 +39377,12 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" } }, - "packages/tailwind-theme/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.0.0", - "license": "MIT", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react": "^18.2.0", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/tokens": { "name": "@washingtonpost/wpds-tokens", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, - "packages/tokens/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react": "^18.2.0", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { + "@washingtonpost/wpds-ui-kit": "2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index f14b0b2a2..ce40042d5 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/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.1.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index f2e5c84fd..61fe374ac 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.0.0", + "version": "2.1.0", "description": "WPDS lint rules", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -28,7 +28,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0" + "@washingtonpost/wpds-ui-kit": "2.1.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 5a03fbf77..6af32dc7d 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/packages/kit/package.json b/packages/kit/package.json index 83deebff7..e65d6f434 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.0.0", + "version": "2.1.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/packages/kitchen-sink/CHANGELOG.md b/packages/kitchen-sink/CHANGELOG.md index effbe2322..252c760ab 100644 --- a/packages/kitchen-sink/CHANGELOG.md +++ b/packages/kitchen-sink/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/packages/kitchen-sink/package.json b/packages/kitchen-sink/package.json index 30c5e72f2..1e690c501 100644 --- a/packages/kitchen-sink/package.json +++ b/packages/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.0.0", + "version": "2.1.0", "description": "WPDS Kitchen Sink", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/packages/tailwind-theme/CHANGELOG.md b/packages/tailwind-theme/CHANGELOG.md index b70c1fe83..fa9de6757 100644 --- a/packages/tailwind-theme/CHANGELOG.md +++ b/packages/tailwind-theme/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.1.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +**Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/packages/tailwind-theme/package.json b/packages/tailwind-theme/package.json index 171f61f3d..f86beb2f1 100644 --- a/packages/tailwind-theme/package.json +++ b/packages/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.0.0", + "version": "2.1.0", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0" + "@washingtonpost/wpds-ui-kit": "2.1.0" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index e2f3cdf7c..edededf91 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -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/washingtonpost/wpds-ui-kit/compare/v2.0.0...v2.1.0) (2024-05-06) + +### Features + +- use treeshaking from tsup ([#624](https://github.com/washingtonpost/wpds-ui-kit/issues/624)) ([f3da010](https://github.com/washingtonpost/wpds-ui-kit/commit/f3da01063f4f326d5045e48c63e4ae9ea8e39aa1)) + # [2.0.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.24.0...v2.0.0) (2024-04-24) ### Features diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 1122a2b31..e79716f5b 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tokens", - "version": "2.0.0", + "version": "2.1.0", "description": "WPDS Tokens", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -27,7 +27,7 @@ }, "license": "MIT", "devDependencies": { - "@washingtonpost/wpds-ui-kit": "2.0.0", + "@washingtonpost/wpds-ui-kit": "2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" },