Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - example-react-18@8.0.44
 - example-linaria@8.0.41
 - example-typescript@15.1.40
 - @anansi/cli@3.1.63
 - @anansi/core@0.20.22
 - @anansi/eslint-plugin@1.0.31
 - @anansi/storybook@3.2.35
  • Loading branch information
ntucker committed Mar 5, 2025
1 parent caa94b8 commit 3a4eef5
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 23 deletions.
8 changes: 8 additions & 0 deletions examples/concurrent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [8.0.44](https://github.com/ntucker/anansi/compare/example-react-18@8.0.43...example-react-18@8.0.44) (2025-03-05)

### 📦 Package

* Update all non-major dependencies ([#2676](https://github.com/ntucker/anansi/issues/2676)) ([100d520](https://github.com/ntucker/anansi/commit/100d520ef35c43897b0d1ec7658f5833379833fd))
* Update all non-major dependencies ([#2679](https://github.com/ntucker/anansi/issues/2679)) ([16293d8](https://github.com/ntucker/anansi/commit/16293d85dcbf0eea1aaeb80a7dd1591c763d526a))
* Update validation packages ([#2681](https://github.com/ntucker/anansi/issues/2681)) ([78a232b](https://github.com/ntucker/anansi/commit/78a232b9d25a0f673c3fe6262321641bb87e382f))

### [8.0.43](https://github.com/ntucker/anansi/compare/example-react-18@8.0.42...example-react-18@8.0.43) (2025-02-27)

### 📦 Package
Expand Down
8 changes: 4 additions & 4 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.43",
"version": "8.0.44",
"private": true,
"scripts": {
"start": "anansi serve --dev ./src/index.tsx",
Expand All @@ -22,8 +22,8 @@
"devDependencies": {
"@anansi/babel-preset": "^6.2.1",
"@anansi/browserslist-config": "^1.7.2",
"@anansi/cli": "^3.1.62",
"@anansi/eslint-plugin": "^1.0.30",
"@anansi/cli": "^3.1.63",
"@anansi/eslint-plugin": "^1.0.31",
"@anansi/jest-preset": "^0.11.14",
"@anansi/webpack-config": "^20.0.23",
"@babel/core": "7.26.9",
Expand All @@ -43,7 +43,7 @@
"webpack-dev-server": "5.2.0"
},
"dependencies": {
"@anansi/core": "^0.20.21",
"@anansi/core": "^0.20.22",
"@anansi/router": "^0.10.12",
"@ant-design/cssinjs": "1.23.0",
"@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.41](https://github.com/ntucker/anansi/compare/example-linaria@8.0.40...example-linaria@8.0.41) (2025-03-05)

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

### [8.0.40](https://github.com/ntucker/anansi/compare/example-linaria@8.0.39...example-linaria@8.0.40) (2025-02-27)

**Note:** Version bump only for package example-linaria
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.40",
"version": "8.0.41",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@anansi/babel-preset": "^6.2.1",
"@anansi/browserslist-config": "^1.7.2",
"@anansi/eslint-plugin": "^1.0.30",
"@anansi/eslint-plugin": "^1.0.31",
"@anansi/webpack-config": "^20.0.23",
"@babel/core": "^7.21.3",
"@types/babel__core": "^7.20.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [15.1.40](https://github.com/ntucker/anansi/compare/example-typescript@15.1.39...example-typescript@15.1.40) (2025-03-05)

### 📦 Package

* Update all non-major dependencies ([#2676](https://github.com/ntucker/anansi/issues/2676)) ([100d520](https://github.com/ntucker/anansi/commit/100d520ef35c43897b0d1ec7658f5833379833fd))
* Update all non-major dependencies ([#2679](https://github.com/ntucker/anansi/issues/2679)) ([16293d8](https://github.com/ntucker/anansi/commit/16293d85dcbf0eea1aaeb80a7dd1591c763d526a))
* Update storybook monorepo to v8.6.3 ([#2682](https://github.com/ntucker/anansi/issues/2682)) ([81a6207](https://github.com/ntucker/anansi/commit/81a62073deef3b508c1e51accfbfa5c031f1869a))

### [15.1.39](https://github.com/ntucker/anansi/compare/example-typescript@15.1.38...example-typescript@15.1.39) (2025-02-27)

### 📦 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.39",
"version": "15.1.40",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -22,7 +22,7 @@
"@anansi/browserslist-config": "^1.7.2",
"@anansi/eslint-plugin": "workspace:^",
"@anansi/jest-preset": "^0.11.14",
"@anansi/storybook": "^3.2.34",
"@anansi/storybook": "^3.2.35",
"@anansi/webpack-config": "^20.0.23",
"@babel/core": "^7.21.3",
"@data-client/test": "0.14.22",
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.63](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.62...@anansi/cli@3.1.63) (2025-03-05)

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

### [3.1.62](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.61...@anansi/cli@3.1.62) (2025-02-17)

**Note:** Version bump only for package @anansi/cli
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.62",
"version": "3.1.63",
"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.21",
"@anansi/core": "^0.20.22",
"@types/node": "^22.0.0"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.20.22](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.21...@anansi/core@0.20.22) (2025-03-05)

### 🐛 Bug Fix

* Devserver SSR proxy handling for new webpack configs ([132157b](https://github.com/ntucker/anansi/commit/132157b75d2876ff7111f9bbd843ba959727bb6f))
* Proxy in production ([caa94b8](https://github.com/ntucker/anansi/commit/caa94b88dd91651089b7ee1826fcd78828dbd4ec))

### [0.20.21](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.20...@anansi/core@0.20.21) (2025-02-17)

### 📦 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.21",
"version": "0.20.22",
"description": "React 19 Framework",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/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.

### [1.0.31](https://github.com/ntucker/anansi/compare/@anansi/eslint-plugin@1.0.30...@anansi/eslint-plugin@1.0.31) (2025-03-05)

### 📦 Package

* Update validation packages ([#2681](https://github.com/ntucker/anansi/issues/2681)) ([78a232b](https://github.com/ntucker/anansi/commit/78a232b9d25a0f673c3fe6262321641bb87e382f))

### [1.0.30](https://github.com/ntucker/anansi/compare/@anansi/eslint-plugin@1.0.29...@anansi/eslint-plugin@1.0.30) (2025-02-26)

### 📦 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.30",
"version": "1.0.31",
"description": "Sane community baseline for React and TypeScript",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.2.35](https://github.com/ntucker/anansi/compare/@anansi/storybook@3.2.34...@anansi/storybook@3.2.35) (2025-03-05)

### 📦 Package

* Update all non-major dependencies ([#2676](https://github.com/ntucker/anansi/issues/2676)) ([100d520](https://github.com/ntucker/anansi/commit/100d520ef35c43897b0d1ec7658f5833379833fd))
* Update storybook monorepo to v8.6.3 ([#2682](https://github.com/ntucker/anansi/issues/2682)) ([81a6207](https://github.com/ntucker/anansi/commit/81a62073deef3b508c1e51accfbfa5c031f1869a))

### [3.2.34](https://github.com/ntucker/anansi/compare/@anansi/storybook@3.2.33...@anansi/storybook@3.2.34) (2025-02-27)

### 📦 Package
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/storybook",
"version": "3.2.34",
"version": "3.2.35",
"description": "Storybook framework for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
"repository": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/cli@npm:^3.1.62, @anansi/cli@workspace:packages/cli":
"@anansi/cli@npm:^3.1.63, @anansi/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@anansi/cli@workspace:packages/cli"
dependencies:
"@anansi/core": "npm:^0.20.21"
"@anansi/core": "npm:^0.20.22"
"@anansi/generator-js": "workspace:^"
"@types/node": "npm:^22.0.0"
binary-version-check: "npm:^6.1.0"
Expand All @@ -120,7 +120,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/core@npm:^0.20.21, @anansi/core@workspace:packages/core":
"@anansi/core@npm:^0.20.22, @anansi/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@anansi/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -178,7 +178,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/eslint-plugin@npm:^1.0.30, @anansi/eslint-plugin@workspace:*, @anansi/eslint-plugin@workspace:^, @anansi/eslint-plugin@workspace:packages/eslint-plugin":
"@anansi/eslint-plugin@npm:^1.0.31, @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 @@ -304,7 +304,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/storybook@npm:^3.2.34, @anansi/storybook@workspace:packages/storybook":
"@anansi/storybook@npm:^3.2.35, @anansi/storybook@workspace:packages/storybook":
version: 0.0.0-use.local
resolution: "@anansi/storybook@workspace:packages/storybook"
dependencies:
Expand Down Expand Up @@ -11885,7 +11885,7 @@ __metadata:
dependencies:
"@anansi/babel-preset": "npm:^6.2.1"
"@anansi/browserslist-config": "npm:^1.7.2"
"@anansi/eslint-plugin": "npm:^1.0.30"
"@anansi/eslint-plugin": "npm:^1.0.31"
"@anansi/webpack-config": "npm:^20.0.23"
"@babel/core": "npm:^7.21.3"
"@babel/plugin-transform-modules-commonjs": "npm:7.26.3"
Expand Down Expand Up @@ -11922,9 +11922,9 @@ __metadata:
dependencies:
"@anansi/babel-preset": "npm:^6.2.1"
"@anansi/browserslist-config": "npm:^1.7.2"
"@anansi/cli": "npm:^3.1.62"
"@anansi/core": "npm:^0.20.21"
"@anansi/eslint-plugin": "npm:^1.0.30"
"@anansi/cli": "npm:^3.1.63"
"@anansi/core": "npm:^0.20.22"
"@anansi/eslint-plugin": "npm:^1.0.31"
"@anansi/jest-preset": "npm:^0.11.14"
"@anansi/router": "npm:^0.10.12"
"@anansi/webpack-config": "npm:^20.0.23"
Expand Down Expand Up @@ -11971,7 +11971,7 @@ __metadata:
"@anansi/browserslist-config": "npm:^1.7.2"
"@anansi/eslint-plugin": "workspace:^"
"@anansi/jest-preset": "npm:^0.11.14"
"@anansi/storybook": "npm:^3.2.34"
"@anansi/storybook": "npm:^3.2.35"
"@anansi/webpack-config": "npm:^20.0.23"
"@ant-design/cssinjs": "npm:^1.7.1"
"@ant-design/icons": "npm:^5.0.1"
Expand Down

0 comments on commit 3a4eef5

Please sign in to comment.