diff --git a/examples/concurrent/CHANGELOG.md b/examples/concurrent/CHANGELOG.md index 0da6231e0..aa05023fb 100644 --- a/examples/concurrent/CHANGELOG.md +++ b/examples/concurrent/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. +### [8.0.26](https://github.com/ntucker/anansi/compare/example-react-18@8.0.25...example-react-18@8.0.26) (2024-12-25) + +### 📦 Package + +* Update webpack packages ([#2616](https://github.com/ntucker/anansi/issues/2616)) ([29abacb](https://github.com/ntucker/anansi/commit/29abacbfaefb7ae1ea4e2dc09c51c818e3c48ef0)) + ### [8.0.25](https://github.com/ntucker/anansi/compare/example-react-18@8.0.24...example-react-18@8.0.25) (2024-12-20) ### 📦 Package diff --git a/examples/concurrent/package.json b/examples/concurrent/package.json index 2e9e79c78..b9a84bac5 100644 --- a/examples/concurrent/package.json +++ b/examples/concurrent/package.json @@ -1,6 +1,6 @@ { "name": "example-react-18", - "version": "8.0.25", + "version": "8.0.26", "private": true, "scripts": { "start": "anansi serve --dev ./src/index.tsx", @@ -22,9 +22,9 @@ "devDependencies": { "@anansi/babel-preset": "^6.0.12", "@anansi/browserslist-config": "^1.5.1", - "@anansi/cli": "^3.1.54", - "@anansi/eslint-plugin": "^1.0.22", - "@anansi/jest-preset": "^0.11.8", + "@anansi/cli": "^3.1.55", + "@anansi/eslint-plugin": "^1.0.23", + "@anansi/jest-preset": "^0.11.9", "@anansi/webpack-config": "^20.0.15", "@babel/core": "7.26.0", "@data-client/test": "0.14.17", @@ -43,7 +43,7 @@ "webpack-dev-server": "5.2.0" }, "dependencies": { - "@anansi/core": "^0.20.14", + "@anansi/core": "^0.20.15", "@anansi/router": "^0.10.10", "@ant-design/cssinjs": "1.22.1", "@ant-design/icons": "^5.0.1", diff --git a/examples/linaria/CHANGELOG.md b/examples/linaria/CHANGELOG.md index 820d618aa..d0ff129d6 100644 --- a/examples/linaria/CHANGELOG.md +++ b/examples/linaria/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. +### [8.0.24](https://github.com/ntucker/anansi/compare/example-linaria@8.0.23...example-linaria@8.0.24) (2024-12-25) + +**Note:** Version bump only for package example-linaria + ### [8.0.23](https://github.com/ntucker/anansi/compare/example-linaria@8.0.22...example-linaria@8.0.23) (2024-12-20) ### 📦 Package diff --git a/examples/linaria/package.json b/examples/linaria/package.json index ce6fb209b..9e4d4d093 100644 --- a/examples/linaria/package.json +++ b/examples/linaria/package.json @@ -1,6 +1,6 @@ { "name": "example-linaria", - "version": "8.0.23", + "version": "8.0.24", "private": true, "scripts": { "start": "webpack serve --mode=development", @@ -20,7 +20,7 @@ "devDependencies": { "@anansi/babel-preset": "^6.0.12", "@anansi/browserslist-config": "^1.5.1", - "@anansi/eslint-plugin": "^1.0.22", + "@anansi/eslint-plugin": "^1.0.23", "@anansi/webpack-config": "^20.0.15", "@babel/core": "^7.21.3", "@types/babel__core": "^7.20.0", diff --git a/examples/typescript/CHANGELOG.md b/examples/typescript/CHANGELOG.md index b247e2f95..838faad1c 100644 --- a/examples/typescript/CHANGELOG.md +++ b/examples/typescript/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. +### [15.1.23](https://github.com/ntucker/anansi/compare/example-typescript@15.1.22...example-typescript@15.1.23) (2024-12-25) + +**Note:** Version bump only for package example-typescript + ### [15.1.22](https://github.com/ntucker/anansi/compare/example-typescript@15.1.21...example-typescript@15.1.22) (2024-12-20) ### 📦 Package diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 71996e29c..ced228e48 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "example-typescript", - "version": "15.1.22", + "version": "15.1.23", "private": true, "scripts": { "start": "webpack serve --mode=development", @@ -21,7 +21,7 @@ "@anansi/babel-preset": "^6.0.12", "@anansi/browserslist-config": "^1.5.1", "@anansi/eslint-plugin": "workspace:^", - "@anansi/jest-preset": "^0.11.8", + "@anansi/jest-preset": "^0.11.9", "@anansi/storybook": "^3.2.18", "@anansi/webpack-config": "^20.0.15", "@babel/core": "^7.21.3", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2b17fba0b..33d6d385b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +### [3.1.55](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.54...@anansi/cli@3.1.55) (2024-12-25) + +**Note:** Version bump only for package @anansi/cli + ### [3.1.54](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.53...@anansi/cli@3.1.54) (2024-12-17) ### 📦 Package diff --git a/packages/cli/package.json b/packages/cli/package.json index 9006756c8..32f13dfc1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/cli", - "version": "3.1.54", + "version": "3.1.55", "description": "Fast React Web Apps", "homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme", "repository": { @@ -51,7 +51,7 @@ "npm": ">= 6.0.0" }, "devDependencies": { - "@anansi/core": "^0.20.14", + "@anansi/core": "^0.20.15", "@types/node": "^22.0.0" }, "dependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 476b38a65..bbf3537e9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +### [0.20.15](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.14...@anansi/core@0.20.15) (2024-12-25) + +### 📦 Package + +* Update webpack packages ([#2616](https://github.com/ntucker/anansi/issues/2616)) ([29abacb](https://github.com/ntucker/anansi/commit/29abacbfaefb7ae1ea4e2dc09c51c818e3c48ef0)) + ### [0.20.14](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.13...@anansi/core@0.20.14) (2024-12-12) ### 📦 Package diff --git a/packages/core/package.json b/packages/core/package.json index a0019dbcb..4e38ae549 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/core", - "version": "0.20.14", + "version": "0.20.15", "description": "React 18 Framework", "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme", "repository": { diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 27fd3c750..f421534a1 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [1.0.23](https://github.com/ntucker/anansi/compare/@anansi/eslint-plugin@1.0.22...@anansi/eslint-plugin@1.0.23) (2024-12-25) + +### 🐛 Bug Fix + +* PnP compat by adding explicit package ([0abd614](https://github.com/ntucker/anansi/commit/0abd61438ff0ec7c68e7db5beef95b7eb649a4d2)) + +### 📦 Package + +* Update validation packages ([#2615](https://github.com/ntucker/anansi/issues/2615)) ([52bcddb](https://github.com/ntucker/anansi/commit/52bcddbf5a02b5095dad201959441a1a2df1cf66)) + ### [1.0.22](https://github.com/ntucker/anansi/compare/@anansi/eslint-plugin@1.0.21...@anansi/eslint-plugin@1.0.22) (2024-12-20) ### 📦 Package diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 41854cd76..9bd525775 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/eslint-plugin", - "version": "1.0.22", + "version": "1.0.23", "description": "Sane community baseline for React and TypeScript", "main": "index.js", "scripts": { diff --git a/packages/jest-preset-anansi/CHANGELOG.md b/packages/jest-preset-anansi/CHANGELOG.md index 76e9792f3..4aa11ca8d 100644 --- a/packages/jest-preset-anansi/CHANGELOG.md +++ b/packages/jest-preset-anansi/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. +### [0.11.9](https://github.com/ntucker/anansi/compare/@anansi/jest-preset@0.11.8...@anansi/jest-preset@0.11.9) (2024-12-25) + +### 📦 Package + +* Add missing @babel/runtime dep for pnp ([8326289](https://github.com/ntucker/anansi/commit/8326289314023660212a0fc2c25b9d0cd111459e)) + ### [0.11.8](https://github.com/ntucker/anansi/compare/@anansi/jest-preset@0.11.7...@anansi/jest-preset@0.11.8) (2024-09-06) ### 💅 Enhancement diff --git a/packages/jest-preset-anansi/package.json b/packages/jest-preset-anansi/package.json index 18f6b8b5a..ec56c778b 100644 --- a/packages/jest-preset-anansi/package.json +++ b/packages/jest-preset-anansi/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/jest-preset", - "version": "0.11.8", + "version": "0.11.9", "description": "Jest Preset for Anansi", "homepage": "https://github.com/ntucker/anansi/tree/master/packages/jest-preset-anansi#readme", "repository": { diff --git a/yarn.lock b/yarn.lock index 530590cab..4beaf2c47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -89,11 +89,11 @@ __metadata: languageName: unknown linkType: soft -"@anansi/cli@npm:^3.1.54, @anansi/cli@workspace:packages/cli": +"@anansi/cli@npm:^3.1.55, @anansi/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@anansi/cli@workspace:packages/cli" dependencies: - "@anansi/core": "npm:^0.20.14" + "@anansi/core": "npm:^0.20.15" "@anansi/generator-js": "workspace:^" "@types/node": "npm:^22.0.0" binary-version-check: "npm:^6.1.0" @@ -113,7 +113,7 @@ __metadata: languageName: unknown linkType: soft -"@anansi/core@npm:^0.20.14, @anansi/core@workspace:packages/core": +"@anansi/core@npm:^0.20.15, @anansi/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@anansi/core@workspace:packages/core" dependencies: @@ -170,7 +170,7 @@ __metadata: languageName: unknown linkType: soft -"@anansi/eslint-plugin@npm:^1.0.22, @anansi/eslint-plugin@workspace:*, @anansi/eslint-plugin@workspace:^, @anansi/eslint-plugin@workspace:packages/eslint-plugin": +"@anansi/eslint-plugin@npm:^1.0.23, @anansi/eslint-plugin@workspace:*, @anansi/eslint-plugin@workspace:^, @anansi/eslint-plugin@workspace:packages/eslint-plugin": version: 0.0.0-use.local resolution: "@anansi/eslint-plugin@workspace:packages/eslint-plugin" dependencies: @@ -243,7 +243,7 @@ __metadata: languageName: unknown linkType: soft -"@anansi/jest-preset@npm:^0.11.8, @anansi/jest-preset@workspace:packages/jest-preset-anansi": +"@anansi/jest-preset@npm:^0.11.9, @anansi/jest-preset@workspace:packages/jest-preset-anansi": version: 0.0.0-use.local resolution: "@anansi/jest-preset@workspace:packages/jest-preset-anansi" dependencies: @@ -11828,7 +11828,7 @@ __metadata: dependencies: "@anansi/babel-preset": "npm:^6.0.12" "@anansi/browserslist-config": "npm:^1.5.1" - "@anansi/eslint-plugin": "npm:^1.0.22" + "@anansi/eslint-plugin": "npm:^1.0.23" "@anansi/webpack-config": "npm:^20.0.15" "@babel/core": "npm:^7.21.3" "@babel/plugin-transform-modules-commonjs": "npm:7.26.3" @@ -11865,10 +11865,10 @@ __metadata: dependencies: "@anansi/babel-preset": "npm:^6.0.12" "@anansi/browserslist-config": "npm:^1.5.1" - "@anansi/cli": "npm:^3.1.54" - "@anansi/core": "npm:^0.20.14" - "@anansi/eslint-plugin": "npm:^1.0.22" - "@anansi/jest-preset": "npm:^0.11.8" + "@anansi/cli": "npm:^3.1.55" + "@anansi/core": "npm:^0.20.15" + "@anansi/eslint-plugin": "npm:^1.0.23" + "@anansi/jest-preset": "npm:^0.11.9" "@anansi/router": "npm:^0.10.10" "@anansi/webpack-config": "npm:^20.0.15" "@ant-design/cssinjs": "npm:1.22.1" @@ -11913,7 +11913,7 @@ __metadata: "@anansi/babel-preset": "npm:^6.0.12" "@anansi/browserslist-config": "npm:^1.5.1" "@anansi/eslint-plugin": "workspace:^" - "@anansi/jest-preset": "npm:^0.11.8" + "@anansi/jest-preset": "npm:^0.11.9" "@anansi/storybook": "npm:^3.2.18" "@anansi/webpack-config": "npm:^20.0.15" "@ant-design/cssinjs": "npm:^1.7.1"