Skip to content

Commit

Permalink
chore(publish): latest [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
delambo committed Sep 28, 2022
1 parent e8112ae commit abef509
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 16 deletions.
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.19](https://github.com/nytimes/kyt/compare/[email protected]@1.3.19) (2022-09-28)

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





## [1.3.18](https://github.com/nytimes/kyt/compare/[email protected]@1.3.18) (2022-02-25)

**Note:** Version bump only for package babel-preset-kyt-react
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "1.3.19",
"description": "An opinionated babel preset for react apps, best used with kyt.",
"main": "lib/index.js",
"author": "NYTimes",
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.19](https://github.com/nytimes/kyt/compare/[email protected]@1.1.19) (2022-09-28)

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





## [1.1.18](https://github.com/nytimes/kyt/compare/[email protected]@1.1.18) (2022-02-25)

**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.18",
"version": "1.1.19",
"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.18"
"babel-preset-kyt-react": "1.3.19"
},
"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.5](https://github.com/nytimes/kyt/compare/[email protected]@1.5.5) (2022-09-28)

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





## [1.5.4](https://github.com/nytimes/kyt/compare/[email protected]@1.5.4) (2022-02-25)

**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.4",
"version": "1.5.5",
"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.18",
"babel-preset-kyt-react": "1.3.19",
"mocha": "9.2.1"
},
"scripts": {
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.5](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.5) (2022-09-28)

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





## [1.2.4](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.4) (2022-02-25)

**Note:** Version bump only for package kyt
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "1.2.5",
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.",
"author": "NYTimes",
"license": "Apache-2.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"babel-preset-kyt-core": "1.2.2",
"babel-preset-kyt-react": "1.3.18"
"babel-preset-kyt-react": "1.3.19"
},
"scripts": {
"watch": "yarn prepare --watch",
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.5](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.5) (2022-09-28)

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





## [1.2.4](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.4) (2022-02-25)

**Note:** Version bump only for package kyt-starter-server-src
Expand Down
6 changes: 3 additions & 3 deletions packages/kyt-starter-server/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"babel-preset-kyt-react": "1.3.19",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.2",
Expand All @@ -59,10 +59,10 @@
"jest": "27.2.1",
"jest-preset-kyt-rtl": "1.1.2",
"jest-preset-kyt-styled": "1.4.11",
"kyt": "1.2.4",
"kyt": "1.2.5",
"prettier": "2.4.1"
},
"version": "1.2.4",
"version": "1.2.5",
"kyt": {
"files": [
".babelrc.js",
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.

## [2.0.1](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.1) (2022-09-28)

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





# [2.0.0](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.0) (2022-02-25)


Expand Down
6 changes: 3 additions & 3 deletions packages/kyt-starter-static/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.18",
"babel-preset-kyt-react": "1.3.19",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.2",
Expand All @@ -56,10 +56,10 @@
"jest": "27.2.1",
"jest-preset-kyt-rtl": "1.1.2",
"jest-preset-kyt-styled": "1.4.11",
"kyt": "1.2.4",
"kyt": "1.2.5",
"prettier": "2.4.1"
},
"version": "2.0.0",
"version": "2.0.1",
"kyt": {
"files": [
".babelrc.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-starter-universal/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.

## [2.0.1](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.1) (2022-09-28)

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





# [2.0.0](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.0) (2022-02-25)


Expand Down
6 changes: 3 additions & 3 deletions packages/kyt-starter-universal/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"babel-preset-kyt-react": "1.3.19",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.2",
Expand All @@ -59,10 +59,10 @@
"jest": "27.2.1",
"jest-preset-kyt-rtl": "1.1.2",
"jest-preset-kyt-styled": "1.4.11",
"kyt": "1.2.4",
"kyt": "1.2.5",
"prettier": "2.4.1"
},
"version": "2.0.0",
"version": "2.0.1",
"kyt": {
"files": [
".babelrc.js",
Expand Down

0 comments on commit abef509

Please sign in to comment.