Skip to content

Commit 069e71a

Browse files
committed
1 parent 21964c1 commit 069e71a

File tree

14 files changed

+72
-16
lines changed

14 files changed

+72
-16
lines changed

packages/kyt-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.8](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.8) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt
9+
10+
11+
12+
13+
614
## [1.2.7](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.7) (2024-02-29)
715

816

packages/kyt-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kyt",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.",
55
"author": "NYTimes",
66
"license": "Apache-2.0",
@@ -33,8 +33,8 @@
3333
"inquirer": "8.1.5",
3434
"install": "0.13.0",
3535
"jest-message-util": "27.2.0",
36-
"kyt-runtime": "1.2.48",
37-
"kyt-utils": "1.3.33",
36+
"kyt-runtime": "1.2.49",
37+
"kyt-utils": "1.3.34",
3838
"lodash.clonedeep": "4.5.0",
3939
"lodash.merge": "4.6.2",
4040
"mini-css-extract-plugin": "1.6.2",

packages/kyt-runtime/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.49](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.49) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-runtime
9+
10+
11+
12+
13+
614
## [1.2.48](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.48) (2023-05-16)
715

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

packages/kyt-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kyt-runtime",
3-
"version": "1.2.48",
3+
"version": "1.2.49",
44
"description": "A shared kyt runtime utility library.",
55
"author": "NYTimes",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"webpack.js"
1919
],
2020
"dependencies": {
21-
"kyt-utils": "1.3.33",
21+
"kyt-utils": "1.3.34",
2222
"webpack-assets-manifest": "4.0.6"
2323
},
2424
"peerDependencies": {

packages/kyt-starter-server/starter-src/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.9](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.9) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-starter-server-src
9+
10+
11+
12+
13+
614
## [1.2.8](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.8) (2024-02-29)
715

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

packages/kyt-starter-server/starter-src/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"compression": "1.7.4",
3030
"core-js": "3.18.0",
3131
"express": "4.17.1",
32-
"kyt-runtime": "1.2.48",
32+
"kyt-runtime": "1.2.49",
3333
"pretty-lights": "0.0.20",
3434
"prop-types": "15.7.2",
3535
"react": "17.0.2",
@@ -59,10 +59,10 @@
5959
"jest": "27.2.1",
6060
"jest-preset-kyt-rtl": "1.1.2",
6161
"jest-preset-kyt-styled": "1.4.12",
62-
"kyt": "1.2.7",
62+
"kyt": "1.2.8",
6363
"prettier": "2.8.8"
6464
},
65-
"version": "1.2.8",
65+
"version": "1.2.9",
6666
"kyt": {
6767
"files": [
6868
".babelrc.js",

packages/kyt-starter-static/starter-src/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.5](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.5) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-starter-static-src
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.4) (2024-02-29)
715

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

packages/kyt-starter-static/starter-src/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.21.0",
2828
"core-js": "3.18.0",
29-
"kyt-runtime": "1.2.48",
29+
"kyt-runtime": "1.2.49",
3030
"pretty-lights": "0.0.20",
3131
"prop-types": "15.7.2",
3232
"react": "17.0.2",
@@ -56,10 +56,10 @@
5656
"jest": "27.2.1",
5757
"jest-preset-kyt-rtl": "1.1.2",
5858
"jest-preset-kyt-styled": "1.4.12",
59-
"kyt": "1.2.7",
59+
"kyt": "1.2.8",
6060
"prettier": "2.8.8"
6161
},
62-
"version": "2.0.4",
62+
"version": "2.0.5",
6363
"kyt": {
6464
"files": [
6565
".babelrc.js",

packages/kyt-starter-universal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.2) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-starter-universal
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.1) (2023-05-16)
715

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

packages/kyt-starter-universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kyt-starter-universal",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/kyt-starter-universal/starter-src/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.5](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.5) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-starter-universal-src
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/[email protected]@2.0.4) (2024-02-29)
715

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

packages/kyt-starter-universal/starter-src/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"compression": "1.7.4",
3030
"core-js": "3.18.0",
3131
"express": "4.17.1",
32-
"kyt-runtime": "1.2.48",
32+
"kyt-runtime": "1.2.49",
3333
"pretty-lights": "0.0.20",
3434
"prop-types": "15.7.2",
3535
"react": "17.0.2",
@@ -60,10 +60,10 @@
6060
"jest": "27.2.1",
6161
"jest-preset-kyt-rtl": "1.1.2",
6262
"jest-preset-kyt-styled": "1.4.12",
63-
"kyt": "1.2.7",
63+
"kyt": "1.2.8",
6464
"prettier": "2.8.8"
6565
},
66-
"version": "2.0.4",
66+
"version": "2.0.5",
6767
"kyt": {
6868
"files": [
6969
".babelrc.js",

packages/kyt-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.34](https://github.com/nytimes/kyt/compare/[email protected]@1.3.34) (2024-05-30)
7+
8+
**Note:** Version bump only for package kyt-utils
9+
10+
11+
12+
13+
614
## [1.3.33](https://github.com/nytimes/kyt/compare/[email protected]@1.3.33) (2023-05-16)
715

816
**Note:** Version bump only for package kyt-utils

packages/kyt-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kyt-utils",
3-
"version": "1.3.33",
3+
"version": "1.3.34",
44
"description": "A shared kyt utility library.",
55
"author": "NYTimes",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)