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]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
 - @empathyco/[email protected]
  • Loading branch information
empathy/x committed Feb 5, 2024
1 parent b4e42b9 commit 217bcad
Show file tree
Hide file tree
Showing 23 changed files with 8,379 additions and 2,959 deletions.
8 changes: 8 additions & 0 deletions packages/deep-merge/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.

## [2.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [2.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-11-29)

**Note:** Version bump only for package @empathyco/x-deep-merge
Expand Down
4 changes: 2 additions & 2 deletions packages/deep-merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-deep-merge",
"version": "2.0.3-alpha.0",
"version": "2.0.3-alpha.1",
"description": "Utility for deep cloning objects.",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test-unit": "jest"
},
"dependencies": {
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"devDependencies": {
Expand Down
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.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [1.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-01-12)


Expand Down
8 changes: 4 additions & 4 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.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "A search client for the Empathy Platform API",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,9 +41,9 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.3-alpha.0",
"@empathyco/x-types": "^10.1.0-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-adapter": "^8.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.2",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/x-adapter/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.

## [8.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [8.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-11-29)

**Note:** Version bump only for package @empathyco/x-adapter
Expand Down
6 changes: 3 additions & 3 deletions 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.3-alpha.0",
"version": "8.0.3-alpha.1",
"description": "A utils library to create a client for any API",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,8 +37,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/x-archetype-utils/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.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [1.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-01-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-archetype-utils",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "Utilities for x-archetype",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,8 +36,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.0",
"@empathyco/x-utils": "workspace:^1.0.3-alpha.0",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-utils": "workspace:^1.0.3-alpha.1",
"tslib": "~2.6.0",
"vue-i18n": "~8.28.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/x-bus/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.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [1.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-11-29)

**Note:** Version bump only for package @empathyco/x-bus
Expand Down
6 changes: 3 additions & 3 deletions packages/x-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-bus",
"version": "1.0.3-alpha.0",
"version": "1.0.3-alpha.1",
"description": "Event bus to help with events orchestration",
"author": "Empathy Systems Corporation S.L.",
"homepage": "https://github.com/empathyco/x/tree/main/packages/x-bus#readme",
Expand Down Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/empathyco/x/issues"
},
"dependencies": {
"@empathyco/x-priority-queue": "^1.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-priority-queue": "^1.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"rxjs": "~7.8.0",
"tslib": "~2.6.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)


### Features

* **components:** create useStore composable (#1401) ([b4e42b9](https://github.com/empathyco/x/commit/b4e42b95bdee4dcc869908e9505830cc15e975a8))
* creating useRegisterXModule composable (#1399) ([850a741](https://github.com/empathyco/x/commit/850a741f3a144ae79374d85e7e2f6a2f1c502946))


### Code Refactoring

* **tagging:** change sessionId creation logic from nanoId to UUID (#1398) ([be06367](https://github.com/empathyco/x/commit/be063673bb74559efab5be9bf6f7ec56688c71f9))



## [4.1.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-01-25)


Expand Down
16 changes: 8 additions & 8 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": "4.1.0-alpha.13",
"version": "4.1.0-alpha.14",
"description": "Empathy X Components",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -69,14 +69,14 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.3-alpha.0",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.0",
"@empathyco/x-bus": "^1.0.3-alpha.0",
"@empathyco/x-deep-merge": "^2.0.3-alpha.0",
"@empathyco/x-adapter": "^8.0.3-alpha.1",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.1",
"@empathyco/x-bus": "^1.0.3-alpha.1",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-logger": "^1.2.0-alpha.11",
"@empathyco/x-storage-service": "^2.0.3-alpha.0",
"@empathyco/x-types": "^10.1.0-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-types": "^10.1.0-alpha.2",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"@vue/devtools-api": "~6.5.0",
"@vueuse/core": "~10.7.1",
"js-md5": "^0.8.3",
Expand All @@ -95,7 +95,7 @@
"@badeball/cypress-cucumber-preprocessor": "~20.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
"@cypress/vue2": "~2.0.1",
"@empathyco/x-tailwindcss": "^1.2.0-alpha.1",
"@empathyco/x-tailwindcss": "^1.2.0-alpha.2",
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.39.0",
"@rollup/plugin-commonjs": "~25.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/x-priority-queue/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.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [1.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-11-29)

**Note:** Version bump only for package @empathyco/x-priority-queue
Expand Down
4 changes: 2 additions & 2 deletions packages/x-priority-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-priority-queue",
"version": "1.0.3-alpha.0",
"version": "1.0.3-alpha.1",
"description": "A priority queue implementation in typescript allowing cancellable elements",
"author": "Empathy Systems Corporation S.L.",
"homepage": "https://github.com/empathyco/x/tree/main/packages/x-priority-queue#readme",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/x-tailwindcss/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.2.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [1.2.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-01-17)

**Note:** Version bump only for package @empathyco/x-tailwindcss
Expand Down
6 changes: 3 additions & 3 deletions packages/x-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-tailwindcss",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "Empathy X Tailwind plugin",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,8 +36,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/x-translations/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.

## [2.0.3-alpha.2](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [2.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-12-27)

**Note:** Version bump only for package @empathyco/x-translations
Expand Down
4 changes: 2 additions & 2 deletions packages/x-translations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-translations",
"version": "2.0.3-alpha.1",
"version": "2.0.3-alpha.2",
"description": "A project which allows the user to import and export the translations.",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:unit": "jest -i"
},
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.0"
"@empathyco/x-deep-merge": "^2.0.3-alpha.1"
},
"devDependencies": {
"@types/jest": "~27.5.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.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)

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





## [10.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-01-12)


Expand Down
6 changes: 3 additions & 3 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.1.0-alpha.1",
"version": "10.1.0-alpha.2",
"description": "Empathy search types",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,8 +37,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.3-alpha.0",
"@empathyco/x-utils": "^1.0.3-alpha.0",
"@empathyco/x-adapter": "^8.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/x-utils/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.

## [1.0.3-alpha.1](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-05)


### Code Refactoring

* **tagging:** change sessionId creation logic from nanoId to UUID (#1398) ([be06367](https://github.com/empathyco/x/commit/be063673bb74559efab5be9bf6f7ec56688c71f9))



## [1.0.3-alpha.0](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-11-29)

**Note:** Version bump only for package @empathyco/x-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/x-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-utils",
"version": "1.0.3-alpha.0",
"version": "1.0.3-alpha.1",
"description": "A utility package for Empathy search",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 217bcad

Please sign in to comment.