Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
ntucker committed Apr 21, 2021
1 parent d4c05d5 commit ffbd77b
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 15 deletions.
9 changes: 9 additions & 0 deletions examples/linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions examples/linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anansi-example-linaria",
"version": "2.3.23",
"version": "2.3.24",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "anansi-example-typescript",
"version": "6.2.6",
"version": "6.2.7",
"private": true,
"scripts": {
"start": "webpack serve --mode=development",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/babel-preset-anansi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "2.5.3",
"version": "2.5.4",
"description": "Production ready babel (with TypeScript!)",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/generator-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-js/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anansi/polyfill",
"version": "1.0.41",
"version": "1.0.42",
"description": "Feature detection triggered dynamic polyfills",
"sideEffects": false,
"keywords": [
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/webpack-config-anansi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.3.2",
"version": "6.3.3",
"description": "Production ready webpack for React",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ffbd77b

Please sign in to comment.