Skip to content

Commit

Permalink
publish v1.1.38 - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma�l GOUACIDE committed Aug 24, 2020
1 parent 48d9b7c commit 9151f8b
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.38 (2020-08-24)

**Note:** Version bump only for package keyrier-json





## 1.1.37 (2020-08-24)

**Note:** Version bump only for package keyrier-json
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
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.38 (2020-08-24)

**Note:** Version bump only for package @keyrier/cli





## 1.1.37 (2020-08-24)

**Note:** Version bump only for package @keyrier/cli
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@keyrier/cli",
"version": "1.1.37",
"version": "1.1.38",
"description": "Query JSON & CSV with SQL",
"keywords": [
"json",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "tsdx test"
},
"dependencies": {
"@keyrier/core": "^1.1.37",
"@keyrier/core": "^1.1.38",
"@types/easy-table": "0.0.32",
"@types/json2csv": "5.0.1",
"csv-parse": "4.12.0",
Expand Down
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
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.38 (2020-08-24)

**Note:** Version bump only for package @keyrier/core





## 1.1.37 (2020-08-24)

**Note:** Version bump only for package @keyrier/core
Expand Down
2 changes: 1 addition & 1 deletion core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@keyrier/core",
"version": "1.1.37",
"version": "1.1.38",
"description": "Query JSON & CSV objects with SQL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -6,7 +6,7 @@
"cli"
],
"useWorkspaces": true,
"version": "1.1.37",
"version": "1.1.38",
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
8 changes: 8 additions & 0 deletions ui/CHANGELOG.md
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.38 (2020-08-24)

**Note:** Version bump only for package @keyrier/ui





## 1.1.37 (2020-08-24)

**Note:** Version bump only for package @keyrier/ui
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@keyrier/ui",
"version": "1.1.37",
"version": "1.1.38",
"private": true,
"description": "Keyrier JSON",
"homepage": "./",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
},
"dependencies": {
"@keyrier/core": "^1.1.37",
"@keyrier/core": "^1.1.38",
"@reduxjs/toolkit": "1.4.0",
"bootswatch": "4.5.2",
"chevrotain": "7.0.1",
Expand Down

1 comment on commit 9151f8b

@vercel
Copy link

@vercel vercel bot commented on 9151f8b Aug 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.