Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Dec 12, 2024
1 parent b1f3ebf commit bb55be1
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 31 deletions.
7 changes: 7 additions & 0 deletions examples/concurrent/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.

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

### 📦 Package

* Update `webpack-dev-server` to v5.2.0 ([#2608](https://github.com/ntucker/anansi/issues/2608)) ([b1f3ebf](https://github.com/ntucker/anansi/commit/b1f3ebfa15585216817d0842f570b4454b523976))
* Update all non-major dependencies ([#2607](https://github.com/ntucker/anansi/issues/2607)) ([e4ca745](https://github.com/ntucker/anansi/commit/e4ca745ff10985f6c952339c0ad38f058e08856e))

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

**Note:** Version bump only for package example-react-18
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.22",
"version": "8.0.23",
"private": true,
"scripts": {
"start": "anansi serve --dev ./src/index.tsx",
Expand All @@ -20,10 +20,10 @@
"postinstall": "rm -rf node_modules/.cache"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.11",
"@anansi/babel-preset": "^6.0.12",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/cli": "^3.1.52",
"@anansi/eslint-plugin": "^1.0.19",
"@anansi/cli": "^3.1.53",
"@anansi/eslint-plugin": "^1.0.20",
"@anansi/jest-preset": "^0.11.8",
"@anansi/webpack-config": "^20.0.13",
"@babel/core": "7.26.0",
Expand All @@ -43,7 +43,7 @@
"webpack-dev-server": "5.2.0"
},
"dependencies": {
"@anansi/core": "^0.20.13",
"@anansi/core": "^0.20.14",
"@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.21](https://github.com/ntucker/anansi/compare/[email protected]@8.0.21) (2024-12-12)

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

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

**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.20",
"version": "8.0.21",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -18,9 +18,9 @@
"devtest:ci": "yarn g:devtest start http://localhost:8080 devtest:validate"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.11",
"@anansi/babel-preset": "^6.0.12",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/eslint-plugin": "^1.0.19",
"@anansi/eslint-plugin": "^1.0.20",
"@anansi/webpack-config": "^20.0.13",
"@babel/core": "^7.21.3",
"@types/babel__core": "^7.20.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/typescript/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.

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

### 📦 Package

* Update all non-major dependencies ([#2607](https://github.com/ntucker/anansi/issues/2607)) ([e4ca745](https://github.com/ntucker/anansi/commit/e4ca745ff10985f6c952339c0ad38f058e08856e))

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

**Note:** Version bump only for package example-typescript
Expand Down
6 changes: 3 additions & 3 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.19",
"version": "15.1.20",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -18,11 +18,11 @@
"build:storybook": "storybook build"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.11",
"@anansi/babel-preset": "^6.0.12",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/eslint-plugin": "workspace:^",
"@anansi/jest-preset": "^0.11.8",
"@anansi/storybook": "^3.2.15",
"@anansi/storybook": "^3.2.16",
"@anansi/webpack-config": "^20.0.13",
"@babel/core": "^7.21.3",
"@data-client/test": "0.14.17",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-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.

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

### 🐛 Bug Fix

* Improve server-side compilation with nextjs ([72ac5da](https://github.com/ntucker/anansi/commit/72ac5da518c6b981416173c2cbec389d12265904))

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

### 💅 Enhancement
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-anansi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/babel-preset",
"version": "6.0.11",
"version": "6.0.12",
"description": "Production ready babel (with TypeScript!)",
"main": "index.js",
"scripts": {
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.53](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2024-12-12)

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

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

### 📦 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.52",
"version": "3.1.53",
"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.13",
"@anansi/core": "^0.20.14",
"@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.14](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2024-12-12)

### 📦 Package

* Update `webpack-dev-server` to v5.2.0 ([#2608](https://github.com/ntucker/anansi/issues/2608)) ([b1f3ebf](https://github.com/ntucker/anansi/commit/b1f3ebfa15585216817d0842f570b4454b523976))

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

### 📦 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.13",
"version": "0.20.14",
"description": "React 18 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.20](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2024-12-12)

### 📦 Package

* Update validation packages ([#2605](https://github.com/ntucker/anansi/issues/2605)) ([11b582b](https://github.com/ntucker/anansi/commit/11b582b815f9035dd868c066768e881bdb421fbe))

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

### 📦 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.19",
"version": "1.0.20",
"description": "Sane community baseline for React and TypeScript",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook/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.

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

### 📦 Package

* Update all non-major dependencies ([#2607](https://github.com/ntucker/anansi/issues/2607)) ([e4ca745](https://github.com/ntucker/anansi/commit/e4ca745ff10985f6c952339c0ad38f058e08856e))

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

**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.15",
"version": "3.2.16",
"description": "Storybook framework for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __metadata:
languageName: node
linkType: hard

"@anansi/babel-preset@npm:^6.0.11, @anansi/babel-preset@workspace:*, @anansi/babel-preset@workspace:packages/babel-preset-anansi":
"@anansi/babel-preset@npm:^6.0.12, @anansi/babel-preset@workspace:*, @anansi/babel-preset@workspace:packages/babel-preset-anansi":
version: 0.0.0-use.local
resolution: "@anansi/babel-preset@workspace:packages/babel-preset-anansi"
dependencies:
Expand Down Expand Up @@ -89,11 +89,11 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/cli@npm:^3.1.52, @anansi/cli@workspace:packages/cli":
"@anansi/cli@npm:^3.1.53, @anansi/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@anansi/cli@workspace:packages/cli"
dependencies:
"@anansi/core": "npm:^0.20.13"
"@anansi/core": "npm:^0.20.14"
"@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.13, @anansi/core@workspace:packages/core":
"@anansi/core@npm:^0.20.14, @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.19, @anansi/eslint-plugin@workspace:*, @anansi/eslint-plugin@workspace:^, @anansi/eslint-plugin@workspace:packages/eslint-plugin":
"@anansi/eslint-plugin@npm:^1.0.20, @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 @@ -293,7 +293,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/storybook@npm:^3.2.15, @anansi/storybook@workspace:packages/storybook":
"@anansi/storybook@npm:^3.2.16, @anansi/storybook@workspace:packages/storybook":
version: 0.0.0-use.local
resolution: "@anansi/storybook@workspace:packages/storybook"
dependencies:
Expand Down Expand Up @@ -11858,9 +11858,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-linaria@workspace:examples/linaria"
dependencies:
"@anansi/babel-preset": "npm:^6.0.11"
"@anansi/babel-preset": "npm:^6.0.12"
"@anansi/browserslist-config": "npm:^1.5.1"
"@anansi/eslint-plugin": "npm:^1.0.19"
"@anansi/eslint-plugin": "npm:^1.0.20"
"@anansi/webpack-config": "npm:^20.0.13"
"@babel/core": "npm:^7.21.3"
"@babel/plugin-transform-modules-commonjs": "npm:7.26.3"
Expand Down Expand Up @@ -11895,11 +11895,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-react-18@workspace:examples/concurrent"
dependencies:
"@anansi/babel-preset": "npm:^6.0.11"
"@anansi/babel-preset": "npm:^6.0.12"
"@anansi/browserslist-config": "npm:^1.5.1"
"@anansi/cli": "npm:^3.1.52"
"@anansi/core": "npm:^0.20.13"
"@anansi/eslint-plugin": "npm:^1.0.19"
"@anansi/cli": "npm:^3.1.53"
"@anansi/core": "npm:^0.20.14"
"@anansi/eslint-plugin": "npm:^1.0.20"
"@anansi/jest-preset": "npm:^0.11.8"
"@anansi/router": "npm:^0.10.10"
"@anansi/webpack-config": "npm:^20.0.13"
Expand Down Expand Up @@ -11942,11 +11942,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-typescript@workspace:examples/typescript"
dependencies:
"@anansi/babel-preset": "npm:^6.0.11"
"@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/storybook": "npm:^3.2.15"
"@anansi/storybook": "npm:^3.2.16"
"@anansi/webpack-config": "npm:^20.0.13"
"@ant-design/cssinjs": "npm:^1.7.1"
"@ant-design/icons": "npm:^5.0.1"
Expand Down

0 comments on commit bb55be1

Please sign in to comment.