Skip to content

Commit

Permalink
Merge pull request #962 from terascope/bump-version
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
sotojn authored Dec 6, 2024
2 parents 0a4ec06 + 969dca5 commit ab0f600
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard",
"version": "1.2.0",
"version": "1.3.0",
"description": "Teraslice standard processor asset bundle",
"minimum_teraslice_version": "2.0.0"
}
12 changes: 6 additions & 6 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard",
"displayName": "Asset",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Teraslice standard processor asset bundle",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@faker-js/faker": "~9.3.0",
"@terascope/data-mate": "~1.4.2",
"@terascope/job-components": "~1.6.2",
"@terascope/standard-asset-apis": "~1.0.2",
"@terascope/standard-asset-apis": "~1.0.3",
"@terascope/teraslice-state-storage": "~1.4.1",
"@terascope/utils": "~1.4.1",
"@types/chance": "~1.1.4",
Expand All @@ -40,12 +40,12 @@
"ts-transforms": "~1.4.2",
"tslib": "~2.8.1"
},
"devDependencies": {
"@types/ms": "^0.7.34"
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"terascope": {},
"devDependencies": {
"@types/ms": "^0.7.34"
}
"terascope": {}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-assets-bundle",
"displayName": "Standard Assets Bundle",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Teraslice standard processor asset bundle",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@terascope/eslint-config": "~1.1.2",
"@terascope/job-components": "~1.6.2",
"@terascope/scripts": "~1.5.3",
"@terascope/standard-asset-apis": "~1.0.2",
"@terascope/standard-asset-apis": "~1.0.3",
"@types/express": "~4.17.19",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/standard-asset-apis",
"displayName": "Standard Asset Apis",
"version": "1.0.2",
"version": "1.0.3",
"description": "A common set of tools for data processing",
"homepage": "https://github.com/terascope/standard-assets",
"repository": "git@github.com:terascope/standard-assets.git",
Expand Down

0 comments on commit ab0f600

Please sign in to comment.