Skip to content

Commit

Permalink
v2.0.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Mar 1, 2024
1 parent 75c1b66 commit bc70479
Show file tree
Hide file tree
Showing 55 changed files with 588 additions and 199 deletions.
8 changes: 8 additions & 0 deletions 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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/platform





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions cli/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.0-alpha.27](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

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





# [2.0.0-alpha.26](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/cli
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.27",
"commander": "^9.5.0"
}
}
8 changes: 8 additions & 0 deletions client/main/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/client





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/client
Expand Down
26 changes: 13 additions & 13 deletions client/main/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@ulixee/client",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/datastore": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/schema": "2.0.0-alpha.26"
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/datastore": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/schema": "2.0.0-alpha.27"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.26",
"@ulixee/crypto": "2.0.0-alpha.26",
"@ulixee/datastore-packager": "2.0.0-alpha.26",
"@ulixee/datastore-testing": "2.0.0-alpha.26",
"@ulixee/schema": "2.0.0-alpha.26",
"@ulixee/specification": "2.0.0-alpha.26",
"@ulixee/sql-ast": "2.0.0-alpha.26",
"@ulixee/sql-engine": "2.0.0-alpha.26"
"@ulixee/cloud": "2.0.0-alpha.27",
"@ulixee/crypto": "2.0.0-alpha.27",
"@ulixee/datastore-packager": "2.0.0-alpha.27",
"@ulixee/datastore-testing": "2.0.0-alpha.27",
"@ulixee/schema": "2.0.0-alpha.27",
"@ulixee/specification": "2.0.0-alpha.27",
"@ulixee/sql-ast": "2.0.0-alpha.27",
"@ulixee/sql-engine": "2.0.0-alpha.27"
}
}
8 changes: 8 additions & 0 deletions cloud/examples/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/cloud-examples





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/cloud-examples
Expand Down
6 changes: 3 additions & 3 deletions cloud/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@ulixee/cloud-examples",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"private": true,
"dependencies": {
"@ulixee/cloud": "2.0.0-alpha.26",
"@ulixee/hero": "2.0.0-alpha.26"
"@ulixee/cloud": "2.0.0-alpha.27",
"@ulixee/hero": "2.0.0-alpha.27"
}
}
8 changes: 8 additions & 0 deletions cloud/main/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/cloud





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

### Features
Expand Down
24 changes: 12 additions & 12 deletions cloud/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/cloud",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"description": "The Ulixee Cloud is an out-of-the box tool to host and deploy Ulixee Datastores and Hero scripts. It allows you to easily create a paid API service.",
"exports": {
".": {
Expand All @@ -16,27 +16,27 @@
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
},
"peerDependencies": {
"@ulixee/desktop-core": "2.0.0-alpha.26"
"@ulixee/desktop-core": "2.0.0-alpha.27"
},
"peerDependenciesMeta": {
"@ulixee/desktop-core": {
"optional": true
}
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/crypto": "2.0.0-alpha.26",
"@ulixee/datastore-core": "2.0.0-alpha.26",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/platform-specification": "2.0.0-alpha.26",
"@ulixee/specification": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/crypto": "2.0.0-alpha.27",
"@ulixee/datastore-core": "2.0.0-alpha.27",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/platform-specification": "2.0.0-alpha.27",
"@ulixee/specification": "2.0.0-alpha.27",
"commander": "^9.5.0",
"ws": "^7.5.9"
},
"devDependencies": {
"@ulixee/datastore-testing": "2.0.0-alpha.26"
"@ulixee/datastore-testing": "2.0.0-alpha.27"
}
}
8 changes: 8 additions & 0 deletions datastore/core/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/datastore-core





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/datastore-core
Expand Down
32 changes: 16 additions & 16 deletions datastore/core/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@ulixee/datastore-core",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/crypto": "2.0.0-alpha.26",
"@ulixee/datastore": "2.0.0-alpha.26",
"@ulixee/datastore-docpage": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/platform-specification": "2.0.0-alpha.26",
"@ulixee/schema": "2.0.0-alpha.26",
"@ulixee/sidechain": "2.0.0-alpha.26",
"@ulixee/specification": "2.0.0-alpha.26",
"@ulixee/sql-ast": "2.0.0-alpha.26",
"@ulixee/sql-engine": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/crypto": "2.0.0-alpha.27",
"@ulixee/datastore": "2.0.0-alpha.27",
"@ulixee/datastore-docpage": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/platform-specification": "2.0.0-alpha.27",
"@ulixee/schema": "2.0.0-alpha.27",
"@ulixee/sidechain": "2.0.0-alpha.27",
"@ulixee/specification": "2.0.0-alpha.27",
"@ulixee/sql-ast": "2.0.0-alpha.27",
"@ulixee/sql-engine": "2.0.0-alpha.27",
"better-sqlite3": "^9.4.3",
"nanoid": "^3.3.6",
"tar": "^6.2.0"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.26",
"@ulixee/datastore-packager": "2.0.0-alpha.26",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.26",
"@ulixee/datastore-testing": "2.0.0-alpha.26",
"@ulixee/cloud": "2.0.0-alpha.27",
"@ulixee/datastore-packager": "2.0.0-alpha.27",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.27",
"@ulixee/datastore-testing": "2.0.0-alpha.27",
"axios": "^1.6.7",
"hostile": "^1.3.3",
"moment": "^2.29.4",
Expand Down
8 changes: 8 additions & 0 deletions datastore/docpage/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/datastore-docpage





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/datastore-docpage
Expand Down
4 changes: 2 additions & 2 deletions datastore/docpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-docpage",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"scripts": {
"serve": "vite",
"watch": "vite build -w",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.26",
"@ulixee/datastore-packager": "2.0.0-alpha.27",
"@vitejs/plugin-vue": "^1.6.1",
"typescript": "^5.3.3",
"vite": "^2.5.4",
Expand Down
8 changes: 8 additions & 0 deletions datastore/examples/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/datastore-examples





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/datastore-examples
Expand Down
2 changes: 1 addition & 1 deletion datastore/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ulixee/datastore-examples",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"private": true
}
8 changes: 8 additions & 0 deletions datastore/main/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/datastore





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/datastore
Expand Down
2 changes: 1 addition & 1 deletion datastore/main/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.26"
"@ulixee/datastore-packager": "2.0.0-alpha.27"
}
}
22 changes: 11 additions & 11 deletions datastore/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
Expand All @@ -19,21 +19,21 @@
"./interfaces/*": "./interfaces/*"
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/crypto": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/platform-specification": "2.0.0-alpha.26",
"@ulixee/schema": "2.0.0-alpha.26",
"@ulixee/sidechain": "2.0.0-alpha.26",
"@ulixee/specification": "2.0.0-alpha.26",
"@ulixee/sql-ast": "2.0.0-alpha.26",
"@ulixee/sql-engine": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/crypto": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/platform-specification": "2.0.0-alpha.27",
"@ulixee/schema": "2.0.0-alpha.27",
"@ulixee/sidechain": "2.0.0-alpha.27",
"@ulixee/specification": "2.0.0-alpha.27",
"@ulixee/sql-ast": "2.0.0-alpha.27",
"@ulixee/sql-engine": "2.0.0-alpha.27",
"better-sqlite3": "^9.4.3",
"commander": "^9.5.0",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.26",
"@ulixee/datastore-packager": "2.0.0-alpha.27",
"moment": "^2.29.4"
}
}
8 changes: 8 additions & 0 deletions datastore/packager/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.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/datastore-packager





# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/datastore-packager
Expand Down
Loading

0 comments on commit bc70479

Please sign in to comment.