From ffbd77bb75276124c39c4e315760ec5318b5017e Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Wed, 21 Apr 2021 16:20:08 -0500 Subject: [PATCH] internal: publish - anansi-example-linaria@2.3.24 - anansi-example-typescript@6.2.7 - @anansi/babel-preset@2.5.4 - @anansi/generator-js@3.3.5 - @anansi/polyfill@1.0.42 - @anansi/webpack-config@6.3.3 --- examples/linaria/CHANGELOG.md | 9 +++++++++ examples/linaria/package.json | 8 ++++---- examples/typescript/CHANGELOG.md | 9 +++++++++ examples/typescript/package.json | 8 ++++---- packages/babel-preset-anansi/CHANGELOG.md | 9 +++++++++ packages/babel-preset-anansi/package.json | 2 +- packages/generator-js/CHANGELOG.md | 14 ++++++++++++++ packages/generator-js/package.json | 4 ++-- packages/polyfill/CHANGELOG.md | 8 ++++++++ packages/polyfill/package.json | 4 ++-- packages/webpack-config-anansi/CHANGELOG.md | 10 ++++++++++ packages/webpack-config-anansi/package.json | 4 ++-- 12 files changed, 74 insertions(+), 15 deletions(-) diff --git a/examples/linaria/CHANGELOG.md b/examples/linaria/CHANGELOG.md index b7d65c06d..7ab492880 100644 --- a/examples/linaria/CHANGELOG.md +++ b/examples/linaria/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.3.24](https://github.com/ntucker/anansi/compare/anansi-example-linaria@2.3.23...anansi-example-linaria@2.3.24) (2021-04-21) + + +### 📦 Package + +* babel/core ([cec3a77](https://github.com/ntucker/anansi/commit/cec3a77a67f7c0e181e8080eae3637598507aacc)) + + + ### [2.3.23](https://github.com/ntucker/anansi/compare/anansi-example-linaria@2.3.22...anansi-example-linaria@2.3.23) (2021-04-15) **Note:** Version bump only for package anansi-example-linaria diff --git a/examples/linaria/package.json b/examples/linaria/package.json index 57b9addaf..eaa3dc71e 100644 --- a/examples/linaria/package.json +++ b/examples/linaria/package.json @@ -1,6 +1,6 @@ { "name": "anansi-example-linaria", - "version": "2.3.23", + "version": "2.3.24", "private": true, "scripts": { "start": "webpack serve --mode=development", @@ -16,10 +16,10 @@ "lint": "eslint \"src/**/*.{js,ts,tsx}\"" }, "devDependencies": { - "@anansi/babel-preset": "^2.5.3", + "@anansi/babel-preset": "^2.5.4", "@anansi/browserslist-config": "^1.2.0", "@anansi/eslint-plugin": "^0.11.0", - "@anansi/webpack-config": "^6.3.2", + "@anansi/webpack-config": "^6.3.3", "@linaria/core": "^3.0.0-beta.2", "@linaria/react": "^3.0.0-beta.2", "@linaria/shaker": "^3.0.0-beta.2", @@ -30,7 +30,7 @@ "serve": "^11.3.2" }, "dependencies": { - "@anansi/polyfill": "^1.0.41", + "@anansi/polyfill": "^1.0.42", "@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/runtime": "^7.13.17", "classnames": "^2.2.6", diff --git a/examples/typescript/CHANGELOG.md b/examples/typescript/CHANGELOG.md index eea7cf4ff..6c5cc58c5 100644 --- a/examples/typescript/CHANGELOG.md +++ b/examples/typescript/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.2.7](https://github.com/ntucker/anansi/compare/anansi-example-typescript@6.2.6...anansi-example-typescript@6.2.7) (2021-04-21) + + +### 📦 Package + +* babel/core ([cec3a77](https://github.com/ntucker/anansi/commit/cec3a77a67f7c0e181e8080eae3637598507aacc)) + + + ### [6.2.6](https://github.com/ntucker/anansi/compare/anansi-example-typescript@6.2.5...anansi-example-typescript@6.2.6) (2021-04-15) **Note:** Version bump only for package anansi-example-typescript diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 6b49b795f..ec320e82c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "anansi-example-typescript", - "version": "6.2.6", + "version": "6.2.7", "private": true, "scripts": { "start": "webpack serve --mode=development", @@ -18,10 +18,10 @@ "build:storybook": "build-storybook" }, "devDependencies": { - "@anansi/babel-preset": "^2.5.3", + "@anansi/babel-preset": "^2.5.4", "@anansi/browserslist-config": "^1.2.0", "@anansi/eslint-plugin": "^0.11.0", - "@anansi/webpack-config": "^6.3.2", + "@anansi/webpack-config": "^6.3.3", "@rest-hooks/test": "^4.1.1", "@types/classnames": "^2.2.9", "@types/lodash": "^4.14.168", @@ -33,7 +33,7 @@ "serve": "^11.3.2" }, "dependencies": { - "@anansi/polyfill": "^1.0.41", + "@anansi/polyfill": "^1.0.42", "@babel/runtime": "^7.13.17", "@rest-hooks/rest": "^2.0.6", "antd": "^4.15.1", diff --git a/packages/babel-preset-anansi/CHANGELOG.md b/packages/babel-preset-anansi/CHANGELOG.md index 1cad7aa7d..9b4815ad4 100644 --- a/packages/babel-preset-anansi/CHANGELOG.md +++ b/packages/babel-preset-anansi/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.5.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.5.3...@anansi/babel-preset@2.5.4) (2021-04-21) + + +### 🐛 Bug Fix + +* Resolve TypeScript when tsConfigPath option is set ([9381313](https://github.com/ntucker/anansi/commit/9381313468024203de7bd19199041ca52519869d)) + + + ### [2.5.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.5.2...@anansi/babel-preset@2.5.3) (2021-04-15) **Note:** Version bump only for package @anansi/babel-preset diff --git a/packages/babel-preset-anansi/package.json b/packages/babel-preset-anansi/package.json index 774eb0eb0..fd7b08979 100644 --- a/packages/babel-preset-anansi/package.json +++ b/packages/babel-preset-anansi/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/babel-preset", - "version": "2.5.3", + "version": "2.5.4", "description": "Production ready babel (with TypeScript!)", "main": "index.js", "scripts": { diff --git a/packages/generator-js/CHANGELOG.md b/packages/generator-js/CHANGELOG.md index 2e158578d..a99cf63eb 100644 --- a/packages/generator-js/CHANGELOG.md +++ b/packages/generator-js/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.3.5](https://github.com/ntucker/anansi/compare/@anansi/generator-js@3.3.4...@anansi/generator-js@3.3.5) (2021-04-21) + + +### 💅 Enhancement + +* Improve provided css ([d4c05d5](https://github.com/ntucker/anansi/commit/d4c05d5f3e650155458f79e5ecc368ea6095f54d)) + + +### 📦 Package + +* babel/core ([cec3a77](https://github.com/ntucker/anansi/commit/cec3a77a67f7c0e181e8080eae3637598507aacc)) + + + ### [3.3.4](https://github.com/ntucker/anansi/compare/@anansi/generator-js@3.3.3...@anansi/generator-js@3.3.4) (2021-04-15) **Note:** Version bump only for package @anansi/generator-js diff --git a/packages/generator-js/package.json b/packages/generator-js/package.json index a58baa18b..92a37aad4 100644 --- a/packages/generator-js/package.json +++ b/packages/generator-js/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/generator-js", - "version": "3.3.4", + "version": "3.3.5", "description": "Fast React Web Apps", "homepage": "https://github.com/ntucker/anansi/tree/master/packages/generator-js#readme", "repository": { @@ -47,7 +47,7 @@ "storybook" ], "devDependencies": { - "@anansi/babel-preset": "^2.5.3", + "@anansi/babel-preset": "^2.5.4", "@types/ejs": "^3.0.0", "@types/gulp-filter": "^3.0.33", "@types/node": "^14.14.31", diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index 9353070fd..b5d4d6a5e 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -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. +### [1.0.42](https://github.com/ntucker/anansi/compare/@anansi/polyfill@1.0.41...@anansi/polyfill@1.0.42) (2021-04-21) + +**Note:** Version bump only for package @anansi/polyfill + + + + + ### [1.0.41](https://github.com/ntucker/anansi/compare/@anansi/polyfill@1.0.40...@anansi/polyfill@1.0.41) (2021-04-15) **Note:** Version bump only for package @anansi/polyfill diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index 9e4d48b1a..4369b3527 100644 --- a/packages/polyfill/package.json +++ b/packages/polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/polyfill", - "version": "1.0.41", + "version": "1.0.42", "description": "Feature detection triggered dynamic polyfills", "sideEffects": false, "keywords": [ @@ -42,7 +42,7 @@ "whatwg-fetch": "^3.0.0" }, "devDependencies": { - "@anansi/babel-preset": "^2.5.3", + "@anansi/babel-preset": "^2.5.4", "rollup": "^2.39.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0" diff --git a/packages/webpack-config-anansi/CHANGELOG.md b/packages/webpack-config-anansi/CHANGELOG.md index 247ccf269..755bd9c6c 100644 --- a/packages/webpack-config-anansi/CHANGELOG.md +++ b/packages/webpack-config-anansi/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.3.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.2...@anansi/webpack-config@6.3.3) (2021-04-21) + + +### 📦 Package + +* css-loader, mini-css-extract-plugin ([f5058e2](https://github.com/ntucker/anansi/commit/f5058e27f5bea2668b9447fa0a2e3cb5858a19e5)) +* webpack-node-externals major ([c072aba](https://github.com/ntucker/anansi/commit/c072aba9a60e2b52ec659281dfeb699b732f4f7b)) + + + ### [6.3.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.1...@anansi/webpack-config@6.3.2) (2021-04-15) **Note:** Version bump only for package @anansi/webpack-config diff --git a/packages/webpack-config-anansi/package.json b/packages/webpack-config-anansi/package.json index 4c37d703e..4431a2f99 100644 --- a/packages/webpack-config-anansi/package.json +++ b/packages/webpack-config-anansi/package.json @@ -1,6 +1,6 @@ { "name": "@anansi/webpack-config", - "version": "6.3.2", + "version": "6.3.3", "description": "Production ready webpack for React", "main": "lib/index.js", "scripts": { @@ -50,7 +50,7 @@ "node": ">=10.13.0" }, "devDependencies": { - "@anansi/babel-preset": "^2.5.3", + "@anansi/babel-preset": "^2.5.4", "debug": "^4.1.1", "prettier-eslint-cli": "^5.0.0", "rimraf": "^3.0.2"