Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 18, 2025
1 parent 6a9c89f commit c80951a
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 21 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.37](https://github.com/ntucker/anansi/compare/[email protected]@8.0.37) (2025-02-18)

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

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

**Note:** Version bump only for package example-react-18
Expand Down
6 changes: 3 additions & 3 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.36",
"version": "8.0.37",
"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.1.7",
"@anansi/babel-preset": "^6.1.8",
"@anansi/browserslist-config": "^1.6.0",
"@anansi/cli": "^3.1.62",
"@anansi/eslint-plugin": "^1.0.26",
"@anansi/eslint-plugin": "^1.0.27",
"@anansi/jest-preset": "^0.11.13",
"@anansi/webpack-config": "^20.0.20",
"@babel/core": "7.26.9",
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.34](https://github.com/ntucker/anansi/compare/[email protected]@8.0.34) (2025-02-18)

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

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

**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.33",
"version": "8.0.34",
"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.1.7",
"@anansi/babel-preset": "^6.1.8",
"@anansi/browserslist-config": "^1.6.0",
"@anansi/eslint-plugin": "^1.0.26",
"@anansi/eslint-plugin": "^1.0.27",
"@anansi/webpack-config": "^20.0.20",
"@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.33](https://github.com/ntucker/anansi/compare/[email protected]@15.1.33) (2025-02-18)

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

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

**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.32",
"version": "15.1.33",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -18,11 +18,11 @@
"build:storybook": "storybook build"
},
"devDependencies": {
"@anansi/babel-preset": "^6.1.7",
"@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.27",
"@anansi/storybook": "^3.2.28",
"@anansi/webpack-config": "^20.0.20",
"@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.1.8](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-18)

### 💅 Enhancement

* Do not use esm runtime when targetting node ([0f43e2f](https://github.com/ntucker/anansi/commit/0f43e2f3c34cbe84ee61be651d6b515a2014b7e2))

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

### 💅 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.1.7",
"version": "6.1.8",
"description": "Production ready babel (with TypeScript!)",
"main": "index.js",
"scripts": {
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.27](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-18)

### 📦 Package

* Update validation packages ([#2663](https://github.com/ntucker/anansi/issues/2663)) ([6a9c89f](https://github.com/ntucker/anansi/commit/6a9c89ffd5797e8794b361fcab9a6eb8ed0d6ad9))

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

### 📦 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.26",
"version": "1.0.27",
"description": "Sane community baseline for React and TypeScript",
"main": "index.js",
"scripts": {
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.28](https://github.com/ntucker/anansi/compare/@anansi/[email protected]...@anansi/[email protected]) (2025-02-18)

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

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

**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.27",
"version": "3.2.28",
"description": "Storybook framework for Anansi",
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
"repository": {
Expand Down
18 changes: 9 additions & 9 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.1.7, @anansi/babel-preset@workspace:*, @anansi/babel-preset@workspace:packages/babel-preset-anansi":
"@anansi/babel-preset@npm:^6.1.8, @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 @@ -178,7 +178,7 @@ __metadata:
languageName: unknown
linkType: soft

"@anansi/eslint-plugin@npm:^1.0.26, @anansi/eslint-plugin@workspace:*, @anansi/eslint-plugin@workspace:^, @anansi/eslint-plugin@workspace:packages/eslint-plugin":
"@anansi/eslint-plugin@npm:^1.0.27, @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.27, @anansi/storybook@workspace:packages/storybook":
"@anansi/storybook@npm:^3.2.28, @anansi/storybook@workspace:packages/storybook":
version: 0.0.0-use.local
resolution: "@anansi/storybook@workspace:packages/storybook"
dependencies:
Expand Down Expand Up @@ -11888,9 +11888,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-linaria@workspace:examples/linaria"
dependencies:
"@anansi/babel-preset": "npm:^6.1.7"
"@anansi/babel-preset": "npm:^6.1.8"
"@anansi/browserslist-config": "npm:^1.6.0"
"@anansi/eslint-plugin": "npm:^1.0.26"
"@anansi/eslint-plugin": "npm:^1.0.27"
"@anansi/webpack-config": "npm:^20.0.20"
"@babel/core": "npm:^7.21.3"
"@babel/plugin-transform-modules-commonjs": "npm:7.26.3"
Expand Down Expand Up @@ -11925,11 +11925,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-react-18@workspace:examples/concurrent"
dependencies:
"@anansi/babel-preset": "npm:^6.1.7"
"@anansi/babel-preset": "npm:^6.1.8"
"@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.26"
"@anansi/eslint-plugin": "npm:^1.0.27"
"@anansi/jest-preset": "npm:^0.11.13"
"@anansi/router": "npm:^0.10.12"
"@anansi/webpack-config": "npm:^20.0.20"
Expand Down Expand Up @@ -11972,11 +11972,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-typescript@workspace:examples/typescript"
dependencies:
"@anansi/babel-preset": "npm:^6.1.7"
"@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.27"
"@anansi/storybook": "npm:^3.2.28"
"@anansi/webpack-config": "npm:^20.0.20"
"@ant-design/cssinjs": "npm:^1.7.1"
"@ant-design/icons": "npm:^5.0.1"
Expand Down

0 comments on commit c80951a

Please sign in to comment.