Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 23, 2025
1 parent 98ff5e2 commit 7cfcbb1
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 27 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.38](https://github.com/ntucker/anansi/compare/[email protected]@8.0.38) (2025-02-23)

### 📦 Package

* Update validation packages ([#2664](https://github.com/ntucker/anansi/issues/2664)) ([6979591](https://github.com/ntucker/anansi/commit/6979591976bcfd258e65c1750ccd7c312b3745b2))

### [8.0.37](https://github.com/ntucker/anansi/compare/[email protected]@8.0.37) (2025-02-18)

**Note:** Version bump only for package example-react-18
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.37",
"version": "8.0.38",
"private": true,
"scripts": {
"start": "anansi serve --dev ./src/index.tsx",
Expand All @@ -23,9 +23,9 @@
"@anansi/babel-preset": "^6.1.8",
"@anansi/browserslist-config": "^1.6.0",
"@anansi/cli": "^3.1.62",
"@anansi/eslint-plugin": "^1.0.27",
"@anansi/jest-preset": "^0.11.13",
"@anansi/webpack-config": "^20.0.20",
"@anansi/eslint-plugin": "^1.0.28",
"@anansi/jest-preset": "^0.11.14",
"@anansi/webpack-config": "^20.0.21",
"@babel/core": "7.26.9",
"@data-client/test": "0.14.17",
"@types/babel__core": "7.20.5",
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.35](https://github.com/ntucker/anansi/compare/[email protected]@8.0.35) (2025-02-23)

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

### [8.0.34](https://github.com/ntucker/anansi/compare/[email protected]@8.0.34) (2025-02-18)

**Note:** Version bump only for package example-linaria
Expand Down
6 changes: 3 additions & 3 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.34",
"version": "8.0.35",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -20,8 +20,8 @@
"devDependencies": {
"@anansi/babel-preset": "^6.1.8",
"@anansi/browserslist-config": "^1.6.0",
"@anansi/eslint-plugin": "^1.0.27",
"@anansi/webpack-config": "^20.0.20",
"@anansi/eslint-plugin": "^1.0.28",
"@anansi/webpack-config": "^20.0.21",
"@babel/core": "^7.21.3",
"@types/babel__core": "^7.20.0",
"@types/eslint": "^9.0.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.34](https://github.com/ntucker/anansi/compare/[email protected]@15.1.34) (2025-02-23)

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

### [15.1.33](https://github.com/ntucker/anansi/compare/[email protected]@15.1.33) (2025-02-18)

**Note:** Version bump only for package example-typescript
Expand Down
8 changes: 4 additions & 4 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.33",
"version": "15.1.34",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -21,9 +21,9 @@
"@anansi/babel-preset": "^6.1.8",
"@anansi/browserslist-config": "^1.6.0",
"@anansi/eslint-plugin": "workspace:^",
"@anansi/jest-preset": "^0.11.13",
"@anansi/storybook": "^3.2.28",
"@anansi/webpack-config": "^20.0.20",
"@anansi/jest-preset": "^0.11.14",
"@anansi/storybook": "^3.2.29",
"@anansi/webpack-config": "^20.0.21",
"@babel/core": "^7.21.3",
"@data-client/test": "0.14.17",
"@storybook/addon-essentials": "8.5.6",
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.28](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-23)

### 📦 Package

* Update validation packages ([#2664](https://github.com/ntucker/anansi/issues/2664)) ([6979591](https://github.com/ntucker/anansi/commit/6979591976bcfd258e65c1750ccd7c312b3745b2))

### [1.0.27](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-18)

### 📦 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.27",
"version": "1.0.28",
"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.14](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-23)

### 📦 Package

* Update `ts-jest` to ^29.2.6 ([#2665](https://github.com/ntucker/anansi/issues/2665)) ([c103adf](https://github.com/ntucker/anansi/commit/c103adfca5094c15d14b2350e8d74e236ba20e1a))

### [0.11.13](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-16)

### 💅 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.13",
"version": "0.11.14",
"description": "Jest Preset for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/jest-preset-anansi#readme",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/storybook/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.2.29](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-23)

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

### [3.2.28](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-18)

**Note:** Version bump only for package @anansi/storybook
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.28",
"version": "3.2.29",
"description": "Storybook framework for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-config-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.

### [20.0.21](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-23)

### 📦 Package

* Update `postcss` to ^8.5.3 ([#2666](https://github.com/ntucker/anansi/issues/2666)) ([07b192b](https://github.com/ntucker/anansi/commit/07b192b7d563701758a77979905756a3fbaa2d41))

### [20.0.20](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-16)

### 📦 Package
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/webpack-config",
"version": "20.0.20",
"version": "20.0.21",
"description": "Production ready webpack for React",
"main": "lib/index.js",
"types": "./index.d.ts",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@anansi/jest-preset@npm:^0.11.13, @anansi/jest-preset@workspace:packages/jest-preset-anansi":
"@anansi/jest-preset@npm:^0.11.14, @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 @@ -304,7 +304,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/storybook@npm:^3.2.28, @anansi/storybook@workspace:packages/storybook":
"@anansi/storybook@npm:^3.2.29, @anansi/storybook@workspace:packages/storybook":
version: 0.0.0-use.local
resolution: "@anansi/storybook@workspace:packages/storybook"
dependencies:
Expand Down Expand Up @@ -342,7 +342,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/webpack-config@npm:^20.0.20, @anansi/webpack-config@workspace:packages/webpack-config-anansi":
"@anansi/webpack-config@npm:^20.0.21, @anansi/webpack-config@workspace:packages/webpack-config-anansi":
version: 0.0.0-use.local
resolution: "@anansi/webpack-config@workspace:packages/webpack-config-anansi"
dependencies:
Expand Down Expand Up @@ -11881,8 +11881,8 @@ __metadata:
dependencies:
"@anansi/babel-preset": "npm:^6.1.8"
"@anansi/browserslist-config": "npm:^1.6.0"
"@anansi/eslint-plugin": "npm:^1.0.27"
"@anansi/webpack-config": "npm:^20.0.20"
"@anansi/eslint-plugin": "npm:^1.0.28"
"@anansi/webpack-config": "npm:^20.0.21"
"@babel/core": "npm:^7.21.3"
"@babel/plugin-transform-modules-commonjs": "npm:7.26.3"
"@babel/runtime-corejs3": "npm:7.26.9"
Expand Down Expand Up @@ -11920,10 +11920,10 @@ __metadata:
"@anansi/browserslist-config": "npm:^1.6.0"
"@anansi/cli": "npm:^3.1.62"
"@anansi/core": "npm:^0.20.21"
"@anansi/eslint-plugin": "npm:^1.0.27"
"@anansi/jest-preset": "npm:^0.11.13"
"@anansi/eslint-plugin": "npm:^1.0.28"
"@anansi/jest-preset": "npm:^0.11.14"
"@anansi/router": "npm:^0.10.12"
"@anansi/webpack-config": "npm:^20.0.20"
"@anansi/webpack-config": "npm:^20.0.21"
"@ant-design/cssinjs": "npm:1.23.0"
"@ant-design/icons": "npm:^5.0.1"
"@babel/core": "npm:7.26.9"
Expand Down Expand Up @@ -11966,9 +11966,9 @@ __metadata:
"@anansi/babel-preset": "npm:^6.1.8"
"@anansi/browserslist-config": "npm:^1.6.0"
"@anansi/eslint-plugin": "workspace:^"
"@anansi/jest-preset": "npm:^0.11.13"
"@anansi/storybook": "npm:^3.2.28"
"@anansi/webpack-config": "npm:^20.0.20"
"@anansi/jest-preset": "npm:^0.11.14"
"@anansi/storybook": "npm:^3.2.29"
"@anansi/webpack-config": "npm:^20.0.21"
"@ant-design/cssinjs": "npm:^1.7.1"
"@ant-design/icons": "npm:^5.0.1"
"@ant-design/pro-layout": "npm:7.12.3"
Expand Down

0 comments on commit 7cfcbb1

Please sign in to comment.