Skip to content

Commit

Permalink
chore(publish): latest [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Jun 18, 2020
1 parent fb6b369 commit 3cdcb76
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/nytimes/kyt/compare/[email protected]@1.0.0) (2020-06-18)


### Features

* add markdown to list of stubbed file extensions, update docs ([fb6b369](https://github.com/nytimes/kyt/commit/fb6b3693bc9bf90a4fb89d5efb5091a65716e330))





# 1.0.0-beta.40.2 (2020-06-18)


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.0.0-beta.40.2",
"version": "1.0.0",
"description": "Jest preset",
"main": "jest-preset.js",
"author": "NYTimes",
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.0.0-beta.40.5](http://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.0.0-beta.40.5) (2020-06-18)

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





# [1.0.0-beta.40.4](http://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.0.0-beta.40.4) (2020-06-18)

**Note:** Version bump only for package kyt-starter-server-src
Expand Down
4 changes: 2 additions & 2 deletions packages/kyt-starter-server/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"jest": "26.0.1",
"jest-preset-kyt-enzyme": "^1.0.0-beta.40.2",
"jest-preset-kyt-enzyme": "1.0.0",
"jest-preset-kyt-styled": "^1.0.0-beta.40.2",
"kyt": "^1.0.0-beta.40.2",
"prettier": "2.0.5"
},
"version": "1.0.0-beta.40.4"
"version": "1.0.0-beta.40.5"
}
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.0.0-beta.40.5](http://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.0.0-beta.40.5) (2020-06-18)

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





# [1.0.0-beta.40.4](http://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.0.0-beta.40.4) (2020-06-18)

**Note:** Version bump only for package kyt-starter-static-src
Expand Down
4 changes: 2 additions & 2 deletions packages/kyt-starter-static/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"eslint-plugin-react-hooks": "4.0.4",
"html-webpack-plugin": "4.3.0",
"jest": "26.0.1",
"jest-preset-kyt-enzyme": "^1.0.0-beta.40.2",
"jest-preset-kyt-enzyme": "1.0.0",
"jest-preset-kyt-styled": "^1.0.0-beta.40.2",
"kyt": "^1.0.0-beta.40.2",
"prettier": "2.0.5"
},
"version": "1.0.0-beta.40.4"
"version": "1.0.0-beta.40.5"
}
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.

# [1.0.0-beta.40.5](http://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/kyt-starter-universal-src@[email protected]) (2020-06-18)

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





# [1.0.0-beta.40.4](http://github.com/nytimes/kyt/packages/kyt-starter-universal/compare/kyt-starter-universal-src@[email protected]) (2020-06-18)

**Note:** Version bump only for package kyt-starter-universal-src
Expand Down
4 changes: 2 additions & 2 deletions packages/kyt-starter-universal/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"jest": "26.0.1",
"jest-preset-kyt-enzyme": "^1.0.0-beta.40.2",
"jest-preset-kyt-enzyme": "1.0.0",
"jest-preset-kyt-styled": "^1.0.0-beta.40.2",
"kyt": "^1.0.0-beta.40.2",
"prettier": "2.0.5"
},
"version": "1.0.0-beta.40.4"
"version": "1.0.0-beta.40.5"
}

0 comments on commit 3cdcb76

Please sign in to comment.