Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 18, 2025
1 parent 8805227 commit e0fc147
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.2.0

- Support ploc1 field [`#139`](https://github.com/TeselaGen/tg-oss/pull/139)
- React router dom v5 [`#136`](https://github.com/TeselaGen/tg-oss/pull/136)
- change the display position for primer direction number [`#138`](https://github.com/TeselaGen/tg-oss/pull/138)
- fix search button function [`#137`](https://github.com/TeselaGen/tg-oss/pull/137)
- chore: bump version to 0.7.18 and add error handling for missing base… [`#133`](https://github.com/TeselaGen/tg-oss/pull/133)
Expand Down
122 changes: 122 additions & 0 deletions output.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,127 @@
"implicitDependencies": []
}
},
"bounce-loader": {
"name": "bounce-loader",
"type": "lib",
"data": {
"root": "packages/bounce-loader",
"name": "bounce-loader",
"targets": {
"nx-release-publish": {
"dependsOn": ["^nx-release-publish"],
"executor": "@nx/js:release-publish",
"options": {},
"configurations": {}
},
"build": {
"executor": "@nx/vite:build",
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"generatePackageJson": true,
"outputPath": "dist/bounce-loader"
},
"configurations": {
"production": {
"mode": "production"
}
}
},
"lint": {
"executor": "@nx/linter:eslint",
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/.eslintignore"
],
"outputs": ["{options.outputFile}"],
"options": {
"maxWarnings": 0,
"lintFilePatterns": [
"packages/bounce-loader/**/*.{ts,tsx,js,jsx}"
]
},
"configurations": {}
},
"test": {
"metadata": {},
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn vitest run --changed --config vite.config.ts"
},
"configurations": {}
},
"e2e-playwright": {
"metadata": {},
"inputs": ["default", "^production"],
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn playwright test"
},
"configurations": {}
},
"launch-e2e": {
"metadata": {},
"inputs": ["default", "^production"],
"executor": "nx:run-commands",
"options": {
"command": "nx run bounce-loader:start & cd packages/bounce-loader && yarn playwright test --ui"
},
"configurations": {}
},
"start": {
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn vite"
},
"configurations": {}
},
"launch-e2e2": {
"executor": "nx:run-commands",
"options": {
"command": "yarn concurrently -k \"wait-on tcp:4200 && cd packages/bounce-loader && yarn cypress open --e2e --browser chrome\" \"nx run bounce-loader:start\""
},
"configurations": {}
},
"e2e2": {
"executor": "nx:run-commands",
"options": {
"command": "yarn concurrently --kill-others --kill-signal SIGKILL --success first \"yarn wait-on tcp:4200 && cd packages/bounce-loader && yarn cypress run --record --config --e2e\" \"nx run bounce-loader:start\" "
},
"configurations": {}
},
"publish": {
"dependsOn": ["e2e", "build"],
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs bounce-loader latest"
},
"configurations": {}
},
"publish-beta": {
"dependsOn": ["e2e", "build"],
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs bounce-loader beta"
},
"configurations": {}
}
},
"sourceRoot": "packages/bounce-loader/src",
"projectType": "library",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"tags": [],
"implicitDependencies": []
}
},
"bio-parsers": {
"name": "bio-parsers",
"type": "lib",
Expand Down Expand Up @@ -709,6 +830,7 @@
"type": "static"
}
],
"bounce-loader": [],
"bio-parsers": [
{
"source": "bio-parsers",
Expand Down
2 changes: 1 addition & 1 deletion packages/bio-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/bio-parsers",
"version": "0.4.23",
"version": "0.4.24",
"type": "module",
"dependencies": {
"@gmod/gff": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ove",
"version": "0.7.23",
"version": "0.7.24",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down

0 comments on commit e0fc147

Please sign in to comment.