Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Dec 25, 2024
1 parent 8326289 commit 3c17cae
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 25 deletions.
6 changes: 6 additions & 0 deletions examples/concurrent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@8.0.25) (2024-12-20)

### 📦 Package
Expand Down
10 changes: 5 additions & 5 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions examples/linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@8.0.24) (2024-12-25)

**Note:** Version bump only for package example-linaria

### [8.0.23](https://github.com/ntucker/anansi/compare/[email protected]@8.0.23) (2024-12-20)

### 📦 Package
Expand Down
4 changes: 2 additions & 2 deletions examples/linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-linaria",
"version": "8.0.23",
"version": "8.0.24",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@15.1.23) (2024-12-25)

**Note:** Version bump only for package example-typescript

### [15.1.22](https://github.com/ntucker/anansi/compare/[email protected]@15.1.22) (2024-12-20)

### 📦 Package
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-typescript",
"version": "15.1.22",
"version": "15.1.23",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@anansi/[email protected]) (2024-12-25)

**Note:** Version bump only for package @anansi/cli

### [3.1.54](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2024-12-17)

### 📦 Package
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@anansi/[email protected]) (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/[email protected]...@anansi/[email protected]) (2024-12-12)

### 📦 Package
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@anansi/[email protected]) (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/[email protected]...@anansi/[email protected]) (2024-12-20)

### 📦 Package
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-preset-anansi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@anansi/[email protected]) (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/[email protected]...@anansi/[email protected]) (2024-09-06)

### 💅 Enhancement
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-anansi/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3c17cae

Please sign in to comment.