Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
  • Loading branch information
empathy/x committed Aug 2, 2023
1 parent 75fcdfe commit 22b42b0
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 16 deletions.
8 changes: 8 additions & 0 deletions packages/x-adapter-platform/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-alpha.83](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-08-02)

**Note:** Version bump only for package @empathyco/x-adapter-platform





## [1.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-07-25)


Expand Down
6 changes: 3 additions & 3 deletions packages/x-adapter-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-adapter-platform",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.83",
"description": "A search client for the Empathy Platform API",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,8 +41,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.0-alpha.32",
"@empathyco/x-types": "^10.0.0-alpha.71",
"@empathyco/x-adapter": "^8.0.0-alpha.33",
"@empathyco/x-types": "^10.0.0-alpha.72",
"@empathyco/x-utils": "^1.0.0-alpha.22",
"tslib": "~2.5.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/x-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-08-02)


### Features

* make empty string point to live env ([1d20789](https://github.com/empathyco/x/commit/1d2078941a616bfa7bd8a0e7119f21fd11e511d9))



## [8.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-06-27)

**Note:** Version bump only for package @empathyco/x-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/x-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-adapter",
"version": "8.0.0-alpha.32",
"version": "8.0.0-alpha.33",
"description": "A utils library to create a client for any API",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/x-components/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.

## [3.0.0-alpha.400](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-08-02)

**Note:** Version bump only for package @empathyco/x-components





## [3.0.0-alpha.399](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-07-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-components",
"version": "3.0.0-alpha.399",
"version": "3.0.0-alpha.400",
"description": "Empathy X Components",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,13 +67,13 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.0-alpha.32",
"@empathyco/x-adapter-platform": "^1.0.0-alpha.82",
"@empathyco/x-adapter": "^8.0.0-alpha.33",
"@empathyco/x-adapter-platform": "^1.0.0-alpha.83",
"@empathyco/x-bus": "^1.0.0-alpha.3",
"@empathyco/x-deep-merge": "^2.0.0-alpha.2",
"@empathyco/x-logger": "^1.2.0-alpha.11",
"@empathyco/x-storage-service": "^2.0.0-alpha.15",
"@empathyco/x-types": "^10.0.0-alpha.71",
"@empathyco/x-types": "^10.0.0-alpha.72",
"@empathyco/x-utils": "^1.0.0-alpha.22",
"@vue/devtools-api": "~6.5.0",
"@vueuse/core": "~10.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/x-types/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.

## [10.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-08-02)

**Note:** Version bump only for package @empathyco/x-types





## [10.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-06-27)

**Note:** Version bump only for package @empathyco/x-types
Expand Down
4 changes: 2 additions & 2 deletions packages/x-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-types",
"version": "10.0.0-alpha.71",
"version": "10.0.0-alpha.72",
"description": "Empathy search types",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.0-alpha.32",
"@empathyco/x-adapter": "^8.0.0-alpha.33",
"tslib": "~2.5.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 22b42b0

Please sign in to comment.