Skip to content

Commit

Permalink
publish v1.2.1 - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma�l GOUACIDE committed May 23, 2021
1 parent 7a536a8 commit 27452b1
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.2.1 (2021-05-23)

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





## 1.1.38 (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.2.1 (2021-05-23)

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





## 1.1.38 (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.38",
"version": "1.2.1",
"description": "Query JSON & CSV with SQL",
"keywords": [
"json",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "tsdx test"
},
"dependencies": {
"@keyrier/core": "^1.1.38",
"@keyrier/core": "^1.2.1",
"@types/easy-table": "0.0.32",
"@types/json2csv": "5.0.2",
"csv-parse": "4.15.4",
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.2.1 (2021-05-23)

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





## 1.1.38 (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.38",
"version": "1.2.1",
"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.2.0",
"version": "1.2.1",
"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.2.1 (2021-05-23)

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





## 1.1.38 (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.38",
"version": "1.2.1",
"private": true,
"description": "Keyrier JSON",
"homepage": "./",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
},
"dependencies": {
"@keyrier/core": "^1.1.38",
"@keyrier/core": "^1.2.1",
"@reduxjs/toolkit": "1.5.1",
"bootswatch": "4.6.0",
"chevrotain": "9.0.1",
Expand Down

0 comments on commit 27452b1

Please sign in to comment.