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]
 - @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 7, 2023
1 parent 196b29e commit 4f57a9b
Show file tree
Hide file tree
Showing 35 changed files with 8,677 additions and 2,991 deletions.
13 changes: 13 additions & 0 deletions packages/deep-merge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
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": "1.3.0-alpha.30",
"version": "1.3.0-alpha.31",
"description": "Utility for deep cloning objects.",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest"
},
"dependencies": {
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"tslib": "~2.4.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-plugin-x/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-27)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/eslint-plugin-x",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"description": "ESLint and Prettier rules and configurations",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/jest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-jest-utils",
"version": "1.4.0-alpha.7",
"version": "1.4.0-alpha.8",
"description": "Jest extensions for easier testing",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.8](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

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.7](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-logger",
"version": "1.2.0-alpha.7",
"version": "1.2.0-alpha.8",
"description": "Empathy simple logger",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/react-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-react-wrapper",
"version": "4.0.0-alpha.17",
"version": "4.0.0-alpha.18",
"description": "A proxy that transforms Vue components into React ones",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/storage-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-storage-service",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Storage service with TTL",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-logger": "^1.2.0-alpha.7",
"@empathyco/x-logger": "^1.2.0-alpha.8",
"tslib": "~2.4.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/x-adapter-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.62](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

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.61](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-03)

### Build System
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.0.0-alpha.61",
"version": "1.0.0-alpha.62",
"description": "A search client for the Empathy Platform API",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,9 +39,9 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.0-alpha.23",
"@empathyco/x-types": "^10.0.0-alpha.58",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-adapter": "^8.0.0-alpha.24",
"@empathyco/x-types": "^10.0.0-alpha.59",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"tslib": "~2.4.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/x-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.24](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

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.23](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-01-25)

### Build System
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.0-alpha.23",
"version": "8.0.0-alpha.24",
"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 @@ -36,8 +36,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^1.3.0-alpha.30",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-deep-merge": "^1.3.0-alpha.31",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"tslib": "~2.4.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/x-archetype-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-03)

### Build System
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": "0.1.0-alpha.18",
"version": "0.1.0-alpha.19",
"description": "Utilities for x-archetype",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,11 +35,11 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^1.3.0-alpha.30",
"@empathyco/x-deep-merge": "^1.3.0-alpha.31",
"vue-i18n": "~8.28.2"
},
"devDependencies": {
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"@types/jest": "~27.0.3",
"@types/node": "~16.4.12",
"@vue/test-utils": "~1.0.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/x-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-01)

### Bug Fixes
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": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"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 @@ -38,8 +38,8 @@
"url": "https://github.com/empathyco/x/issues"
},
"dependencies": {
"@empathyco/x-priority-queue": "^0.1.0-alpha.10",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-priority-queue": "^0.1.0-alpha.11",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"rxjs": "~7.8.0",
"tslib": "~2.4.1"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.309](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-07)

### Continuous Integration

- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)

# Change Log

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.308](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-02-06)

### ⚠ BREAKING CHANGES
Expand Down
Loading

0 comments on commit 4f57a9b

Please sign in to comment.