Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2022-03-27)

### Bug Fixes

* Fix semantic-release. ([f10d9cb](f10d9cb))
  • Loading branch information
semantic-release-bot committed Mar 27, 2022
1 parent f10d9cb commit c936e48
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/stephenh/joist-ts/compare/v1.1.0...v1.1.1) (2022-03-27)


### Bug Fixes

* Fix semantic-release. ([f10d9cb](https://github.com/stephenh/joist-ts/commit/f10d9cb7debfef448920ac06730f9f88b5453638))

# [1.1.0](https://github.com/stephenh/joist-ts/compare/v1.0.0...v1.1.0) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.1",
"name": "joist",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-codegen",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-graphql-codegen",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-integration-tests",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migration-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-migration-utils",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-orm",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-utils",
"version": "1.0.0",
"version": "1.1.1",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit c936e48

Please sign in to comment.