Skip to content

Commit

Permalink
chore(publish): latest [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
woodb committed Sep 24, 2021
1 parent 91c84fb commit ba3290c
Show file tree
Hide file tree
Showing 30 changed files with 160 additions and 37 deletions.
11 changes: 11 additions & 0 deletions packages/babel-preset-kyt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.16](https://github.com/nytimes/kyt/compare/[email protected]@1.2.16) (2021-09-24)


### Bug Fixes

* silence "loose" warnings from babel plugin(s) ([#907](https://github.com/nytimes/kyt/issues/907)) ([c931081](https://github.com/nytimes/kyt/commit/c93108153efc4e718db265f1b5a171abc80d3c97)), closes [babel/babel#13176](https://github.com/babel/babel/issues/13176) [#906](https://github.com/nytimes/kyt/issues/906)





## [1.2.15](https://github.com/nytimes/kyt/compare/[email protected]@1.2.15) (2021-08-02)

**Note:** Version bump only for package babel-preset-kyt-core
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-kyt-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-kyt-core",
"version": "1.2.15",
"version": "1.2.16",
"description": "An opinionated babel preset, best used with kyt",
"main": "lib/index.js",
"author": "NYTimes",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-kyt-react/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.3.17](https://github.com/nytimes/kyt/compare/[email protected]@1.3.17) (2021-09-24)

**Note:** Version bump only for package babel-preset-kyt-react





## [1.3.16](https://github.com/nytimes/kyt/compare/[email protected]@1.3.16) (2021-08-02)

**Note:** Version bump only for package babel-preset-kyt-react
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-kyt-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-kyt-react",
"version": "1.3.16",
"version": "1.3.17",
"description": "An opinionated babel preset for react apps, best used with kyt.",
"main": "lib/index.js",
"author": "NYTimes",
Expand All @@ -18,7 +18,7 @@
"@babel/preset-react": "7.14.5",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-kyt-core": "1.2.15"
"babel-preset-kyt-core": "1.2.16"
},
"keywords": [
"babel",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-kyt/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.1.17](https://github.com/nytimes/kyt/compare/[email protected]@1.1.17) (2021-09-24)

**Note:** Version bump only for package babel-preset-kyt





## [1.1.16](https://github.com/nytimes/kyt/compare/[email protected]@1.1.16) (2021-08-02)

**Note:** Version bump only for package babel-preset-kyt
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-kyt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-kyt",
"version": "1.1.16",
"version": "1.1.17",
"description": "An opinionated babel preset.",
"main": "lib/index.js",
"author": "NYTimes",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/preset-typescript": "7.15.0",
"babel-plugin-replace-ts-export-assignment": "0.0.2",
"babel-preset-kyt-react": "1.3.16"
"babel-preset-kyt-react": "1.3.17"
},
"keywords": [
"babel",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-kyt/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.5.3](https://github.com/nytimes/kyt/compare/[email protected]@1.5.3) (2021-09-24)

**Note:** Version bump only for package eslint-plugin-kyt





## [1.5.2](https://github.com/nytimes/kyt/compare/[email protected]@1.5.2) (2021-08-02)

**Note:** Version bump only for package eslint-plugin-kyt
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-kyt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-kyt",
"version": "1.5.2",
"version": "1.5.3",
"description": "ESLint plugin for Vi-specific rules.",
"main": "lib/index.js",
"author": "NYTimes",
Expand All @@ -14,7 +14,7 @@
"eslint-plugin"
],
"devDependencies": {
"babel-preset-kyt-react": "1.3.16",
"babel-preset-kyt-react": "1.3.17",
"mocha": "9.1.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset-kyt-enzyme/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.7.4](https://github.com/nytimes/kyt/compare/[email protected]@1.7.4) (2021-09-24)

**Note:** Version bump only for package jest-preset-kyt-enzyme





## [1.7.3](https://github.com/nytimes/kyt/compare/[email protected]@1.7.3) (2021-08-02)

**Note:** Version bump only for package jest-preset-kyt-enzyme
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-kyt-enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-kyt-enzyme",
"version": "1.7.3",
"version": "1.7.4",
"description": "Jest preset",
"main": "jest-preset.js",
"author": "NYTimes",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset-kyt-rtl/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.1.2](https://github.com/nytimes/kyt/compare/[email protected]@1.1.2) (2021-09-24)

**Note:** Version bump only for package jest-preset-kyt-rtl





## [1.1.1](https://github.com/nytimes/kyt/compare/[email protected]@1.1.1) (2021-08-02)

**Note:** Version bump only for package jest-preset-kyt-rtl
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-kyt-rtl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-kyt-rtl",
"version": "1.1.1",
"version": "1.1.2",
"description": "Jest preset",
"main": "jest-preset.js",
"author": "NYTimes",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-core/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.2.3](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.3) (2021-09-24)

**Note:** Version bump only for package kyt





## [1.2.2](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.2) (2021-08-02)

**Note:** Version bump only for package kyt
Expand Down
10 changes: 5 additions & 5 deletions packages/kyt-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyt",
"version": "1.2.2",
"version": "1.2.3",
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.",
"author": "NYTimes",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
"@babel/code-frame": "7.14.5",
"@babel/runtime": "7.15.4",
"babel-loader": "8.2.2",
"babel-preset-kyt-core": "1.2.15",
"babel-preset-kyt-core": "1.2.16",
"commander": "8.2.0",
"core-js": "3.18.0",
"file-loader": "6.2.0",
Expand All @@ -32,8 +32,8 @@
"inquirer": "8.1.5",
"install": "0.13.0",
"jest-message-util": "27.2.0",
"kyt-runtime": "1.2.45",
"kyt-utils": "1.3.30",
"kyt-runtime": "1.2.46",
"kyt-utils": "1.3.31",
"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"prop-types": "15.7.2",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"babel-preset-kyt-core": "1.2.2",
"babel-preset-kyt-react": "1.3.16"
"babel-preset-kyt-react": "1.3.17"
},
"scripts": {
"watch": "yarn prepare --watch",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-runtime/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.2.46](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.46) (2021-09-24)

**Note:** Version bump only for package kyt-runtime





## [1.2.45](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.45) (2021-08-02)

**Note:** Version bump only for package kyt-runtime
Expand Down
6 changes: 3 additions & 3 deletions packages/kyt-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyt-runtime",
"version": "1.2.45",
"version": "1.2.46",
"description": "A shared kyt runtime utility library.",
"author": "NYTimes",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"webpack.js"
],
"dependencies": {
"kyt-utils": "1.3.30",
"kyt-utils": "1.3.31",
"webpack-assets-manifest": "4.0.6"
},
"peerDependencies": {
Expand All @@ -28,7 +28,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"babel-preset-kyt-core": "1.2.15"
"babel-preset-kyt-core": "1.2.16"
},
"scripts": {
"prepare": "rimraf lib && babel src -d lib --ignore \"**/__tests__/**\""
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-starter-server/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.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.3) (2021-09-24)

**Note:** Version bump only for package kyt-starter-server





## [1.2.2](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.2) (2021-08-02)

**Note:** Version bump only for package kyt-starter-server
Expand Down
2 changes: 1 addition & 1 deletion packages/kyt-starter-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyt-starter-server",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-starter-server/starter-src/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.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.3) (2021-09-24)

**Note:** Version bump only for package kyt-starter-server-src





## [1.2.2](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.2) (2021-08-02)

**Note:** Version bump only for package kyt-starter-server-src
Expand Down
10 changes: 5 additions & 5 deletions packages/kyt-starter-server/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"compression": "1.7.4",
"core-js": "3.18.0",
"express": "4.17.1",
"kyt-runtime": "1.2.45",
"kyt-runtime": "1.2.46",
"pretty-lights": "0.0.20",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand All @@ -43,7 +43,7 @@
"@babel/eslint-parser": "7.15.7",
"@babel/eslint-plugin": "7.14.5",
"@testing-library/react": "12.1.0",
"babel-preset-kyt-react": "1.3.16",
"babel-preset-kyt-react": "1.3.17",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.2",
Expand All @@ -57,12 +57,12 @@
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.2.1",
"jest-preset-kyt-rtl": "1.1.1",
"jest-preset-kyt-rtl": "1.1.2",
"jest-preset-kyt-styled": "1.4.11",
"kyt": "1.2.2",
"kyt": "1.2.3",
"prettier": "2.4.1"
},
"version": "1.2.2",
"version": "1.2.3",
"kyt": {
"files": [
".babelrc.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-starter-static/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.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.3) (2021-09-24)

**Note:** Version bump only for package kyt-starter-static





## [1.2.2](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.2) (2021-08-02)

**Note:** Version bump only for package kyt-starter-static
Expand Down
2 changes: 1 addition & 1 deletion packages/kyt-starter-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyt-starter-static",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-starter-static/starter-src/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.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.3) (2021-09-24)

**Note:** Version bump only for package kyt-starter-static-src





## [1.2.2](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.2) (2021-08-02)

**Note:** Version bump only for package kyt-starter-static-src
Expand Down
Loading

0 comments on commit ba3290c

Please sign in to comment.