Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - example-react-18@8.0.22
 - example-linaria@8.0.20
 - example-typescript@15.1.19
 - @anansi/babel-preset@6.0.11
 - @anansi/cli@3.1.52
 - @anansi/generator-js@12.6.9
 - @anansi/storybook@3.2.15
 - @anansi/webpack-config@20.0.13
  • Loading branch information
ntucker committed Dec 8, 2024
1 parent e26a505 commit 9a72037
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 28 deletions.
4 changes: 4 additions & 0 deletions examples/concurrent/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.22](https://github.com/ntucker/anansi/compare/example-react-18@8.0.21...example-react-18@8.0.22) (2024-12-08)

**Note:** Version bump only for package example-react-18

### [8.0.21](https://github.com/ntucker/anansi/compare/example-react-18@8.0.20...example-react-18@8.0.21) (2024-12-06)

### 📦 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.21",
"version": "8.0.22",
"private": true,
"scripts": {
"start": "anansi serve --dev ./src/index.tsx",
Expand All @@ -20,12 +20,12 @@
"postinstall": "rm -rf node_modules/.cache"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.10",
"@anansi/babel-preset": "^6.0.11",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/cli": "^3.1.51",
"@anansi/cli": "^3.1.52",
"@anansi/eslint-plugin": "^1.0.19",
"@anansi/jest-preset": "^0.11.8",
"@anansi/webpack-config": "^20.0.12",
"@anansi/webpack-config": "^20.0.13",
"@babel/core": "7.26.0",
"@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.20](https://github.com/ntucker/anansi/compare/example-linaria@8.0.19...example-linaria@8.0.20) (2024-12-08)

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

### [8.0.19](https://github.com/ntucker/anansi/compare/example-linaria@8.0.18...example-linaria@8.0.19) (2024-12-06)

### 📦 Package
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.19",
"version": "8.0.20",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -18,10 +18,10 @@
"devtest:ci": "yarn g:devtest start http://localhost:8080 devtest:validate"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.10",
"@anansi/babel-preset": "^6.0.11",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/eslint-plugin": "^1.0.19",
"@anansi/webpack-config": "^20.0.12",
"@anansi/webpack-config": "^20.0.13",
"@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.19](https://github.com/ntucker/anansi/compare/example-typescript@15.1.18...example-typescript@15.1.19) (2024-12-08)

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

### [15.1.18](https://github.com/ntucker/anansi/compare/example-typescript@15.1.17...example-typescript@15.1.18) (2024-12-06)

### 📦 Package
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.18",
"version": "15.1.19",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -18,12 +18,12 @@
"build:storybook": "storybook build"
},
"devDependencies": {
"@anansi/babel-preset": "^6.0.10",
"@anansi/babel-preset": "^6.0.11",
"@anansi/browserslist-config": "^1.5.1",
"@anansi/eslint-plugin": "workspace:^",
"@anansi/jest-preset": "^0.11.8",
"@anansi/storybook": "^3.2.14",
"@anansi/webpack-config": "^20.0.12",
"@anansi/storybook": "^3.2.15",
"@anansi/webpack-config": "^20.0.13",
"@babel/core": "^7.21.3",
"@data-client/test": "0.14.17",
"@storybook/addon-essentials": "8.4.7",
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.11](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.10...@anansi/babel-preset@6.0.11) (2024-12-08)

### 💅 Enhancement

* Target node if caller says it should ([590e680](https://github.com/ntucker/anansi/commit/590e680c4e930598d0c4086609600e0a7321f5c2))

### [6.0.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.9...@anansi/babel-preset@6.0.10) (2024-12-06)

### 📦 Package
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.10",
"version": "6.0.11",
"description": "Production ready babel (with TypeScript!)",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/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.1.52](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.51...@anansi/cli@3.1.52) (2024-12-08)

### 📦 Package

* Update `execa` to ^9.5.2 ([#2604](https://github.com/ntucker/anansi/issues/2604)) ([e26a505](https://github.com/ntucker/anansi/commit/e26a50598f881eeee6dd55d7a9107a34abe9fa1e))

### [3.1.51](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.50...@anansi/cli@3.1.51) (2024-12-06)

**Note:** Version bump only for package @anansi/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/cli",
"version": "3.1.51",
"version": "3.1.52",
"description": "Fast React Web Apps",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/generator-js/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.

### [12.6.9](https://github.com/ntucker/anansi/compare/@anansi/generator-js@12.6.8...@anansi/generator-js@12.6.9) (2024-12-08)

### 📦 Package

* Update `execa` to ^9.5.2 ([#2604](https://github.com/ntucker/anansi/issues/2604)) ([e26a505](https://github.com/ntucker/anansi/commit/e26a50598f881eeee6dd55d7a9107a34abe9fa1e))

### [12.6.8](https://github.com/ntucker/anansi/compare/@anansi/generator-js@12.6.7...@anansi/generator-js@12.6.8) (2024-11-30)

### 📦 Package
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/generator-js",
"version": "12.6.8",
"version": "12.6.9",
"description": "Fast React Web Apps",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/generator-js#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.15](https://github.com/ntucker/anansi/compare/@anansi/storybook@3.2.14...@anansi/storybook@3.2.15) (2024-12-08)

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

### [3.2.14](https://github.com/ntucker/anansi/compare/@anansi/storybook@3.2.13...@anansi/storybook@3.2.14) (2024-12-06)

### 📦 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.14",
"version": "3.2.15",
"description": "Storybook framework for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-config-anansi/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.

### [20.0.13](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.12...@anansi/webpack-config@20.0.13) (2024-12-08)

### 🐛 Bug Fix

* Compatibility with newer sass ([57599c3](https://github.com/ntucker/anansi/commit/57599c3d8d9e21e7e7f7ae7e03eb7ef082953a03))
* Server builds should embed library includes ([8d444a8](https://github.com/ntucker/anansi/commit/8d444a8be8cbfd683f8ffb76d14a65f209de3f5d))

### [20.0.12](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.11...@anansi/webpack-config@20.0.12) (2024-12-06)

### 📦 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.12",
"version": "20.0.13",
"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 @@ -22,7 +22,7 @@ __metadata:
languageName: node
linkType: hard

"@anansi/babel-preset@npm:^6.0.10, @anansi/babel-preset@workspace:*, @anansi/babel-preset@workspace:packages/babel-preset-anansi":
"@anansi/babel-preset@npm:^6.0.11, @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,7 +89,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/cli@npm:^3.1.51, @anansi/cli@workspace:packages/cli":
"@anansi/cli@npm:^3.1.52, @anansi/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@anansi/cli@workspace:packages/cli"
dependencies:
Expand Down Expand Up @@ -293,7 +293,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@anansi/webpack-config@npm:^20.0.12, @anansi/webpack-config@workspace:packages/webpack-config-anansi":
"@anansi/webpack-config@npm:^20.0.13, @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 @@ -11839,10 +11839,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-linaria@workspace:examples/linaria"
dependencies:
"@anansi/babel-preset": "npm:^6.0.10"
"@anansi/babel-preset": "npm:^6.0.11"
"@anansi/browserslist-config": "npm:^1.5.1"
"@anansi/eslint-plugin": "npm:^1.0.19"
"@anansi/webpack-config": "npm:^20.0.12"
"@anansi/webpack-config": "npm:^20.0.13"
"@babel/core": "npm:^7.21.3"
"@babel/plugin-transform-modules-commonjs": "npm:7.26.3"
"@babel/runtime": "npm:7.26.0"
Expand Down Expand Up @@ -11876,14 +11876,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-react-18@workspace:examples/concurrent"
dependencies:
"@anansi/babel-preset": "npm:^6.0.10"
"@anansi/babel-preset": "npm:^6.0.11"
"@anansi/browserslist-config": "npm:^1.5.1"
"@anansi/cli": "npm:^3.1.51"
"@anansi/cli": "npm:^3.1.52"
"@anansi/core": "npm:^0.20.13"
"@anansi/eslint-plugin": "npm:^1.0.19"
"@anansi/jest-preset": "npm:^0.11.8"
"@anansi/router": "npm:^0.10.10"
"@anansi/webpack-config": "npm:^20.0.12"
"@anansi/webpack-config": "npm:^20.0.13"
"@ant-design/cssinjs": "npm:1.22.1"
"@ant-design/icons": "npm:^5.0.1"
"@babel/core": "npm:7.26.0"
Expand Down Expand Up @@ -11923,12 +11923,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-typescript@workspace:examples/typescript"
dependencies:
"@anansi/babel-preset": "npm:^6.0.10"
"@anansi/babel-preset": "npm:^6.0.11"
"@anansi/browserslist-config": "npm:^1.5.1"
"@anansi/eslint-plugin": "workspace:^"
"@anansi/jest-preset": "npm:^0.11.8"
"@anansi/storybook": "npm:^3.2.14"
"@anansi/webpack-config": "npm:^20.0.12"
"@anansi/storybook": "npm:^3.2.15"
"@anansi/webpack-config": "npm:^20.0.13"
"@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 9a72037

Please sign in to comment.