Skip to content

Commit

Permalink
[version bump] chore(release): restore post-mishap
Browse files Browse the repository at this point in the history
**/README.md
**/CHANGELOG.md
**/package.json
README.md
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
louis-bompart committed Oct 14, 2022
1 parent b3561dc commit 0fdfe4f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 167 deletions.
176 changes: 24 additions & 152 deletions 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 packages/cli/commons-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons-dev",
"version": "1.35.14",
"version": "1.35.15",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins development",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons",
"version": "2.0.0",
"version": "2.0.1",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
}
},
"devDependencies": {
"@coveo/cli-commons-dev": "1.35.14",
"@coveo/cli-commons-dev": "1.35.15",
"@types/jest": "29.0.3",
"jest": "29.0.3",
"ts-jest": "29.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@amplitude/identify": "^1.9.0",
"@amplitude/node": "^1.9.0",
"@coveo/cli-commons": "2.0.0",
"@coveo/cli-plugin-source": "1.37.0",
"@coveo/cli-commons": "2.0.1",
"@coveo/cli-plugin-source": "1.37.1",
"@coveo/platform-client": "35.0.0",
"@coveo/push-api-client": "2.5.15",
"@oclif/core": "1.16.3",
Expand Down Expand Up @@ -41,11 +41,11 @@
"devDependencies": {
"@amplitude/types": "1.10.2",
"@babel/core": "7.19.1",
"@coveo/angular": "1.35.13",
"@coveo/cli-commons-dev": "1.35.14",
"@coveo/cra-template": "1.35.13",
"@coveo/angular": "1.35.15",
"@coveo/cli-commons-dev": "1.35.15",
"@coveo/cra-template": "1.35.15",
"@coveo/create-atomic": "1.35.14",
"@coveo/vue-cli-plugin-typescript": "1.35.13",
"@coveo/vue-cli-plugin-typescript": "1.35.15",
"@oclif/test": "2.1.1",
"@types/archiver": "5.3.1",
"@types/async-retry": "1.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-plugin-source",
"version": "1.37.0",
"version": "1.37.1",
"description": "Manage Coveo Sources with the Coveo CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli",
Expand All @@ -14,7 +14,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@coveo/cli-commons": "2.0.0",
"@coveo/cli-commons": "2.0.1",
"@coveo/push-api-client": "2.5.15",
"@coveo/platform-client": "35.0.0",
"@oclif/core": "1.16.3",
Expand All @@ -25,7 +25,7 @@
"ts-dedent": "2.2.0"
},
"devDependencies": {
"@coveo/cli-commons-dev": "1.35.14",
"@coveo/cli-commons-dev": "1.35.15",
"@oclif/test": "2.1.1",
"@types/jest": "29.0.3",
"@types/node": "16.11.59",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/angular",
"version": "1.35.14",
"version": "1.35.15",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cra-template",
"version": "1.35.14",
"version": "1.35.15",
"scripts": {
"lint": "prettier --check . && eslint .",
"release:phase1": "node --experimental-specifier-resolution=node ../../../scripts/releaseV2/phase1-bump-all-packages.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/vue-cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/vue-cli-plugin-typescript",
"version": "1.35.14",
"version": "1.35.15",
"description": "Vue-cli 3 plugin for adding Coveo Headless support",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0fdfe4f

Please sign in to comment.