Skip to content

Commit

Permalink
Yarn version plugin added; npm scripts updated for version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Aug 15, 2023
1 parent 1c6e9a8 commit 3ce5d8d
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 6 deletions.
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

Empty file added .yarn/versions/d0596031.yml
Empty file.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ plugins:
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "synectic",
"productName": "Synectic",
"version": "4.0.0",
"version": "3.2.0",
"description": "Research IDE for examining context-centric, problem-solving in development tools.",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"preversion": "yarn test && yarn lint",
"version": "genversion version.js && git add version.js",
"postversion": "git push --atomic --tags",
"prebump": "yarn test && yarn lint && yarn version",
"bump": "yarn genversion version.js && git add version.js",
"postbump": "git push --atomic --tags",
"lint": "eslint --ext .ts,.tsx .",
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom=",
Expand Down Expand Up @@ -87,6 +87,7 @@
"git-remote-protocol": "^0.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-esm-transformer": "^1.0.0",
"jest-serializer-path": "^0.1.15",
"node-loader": "^2.0.0",
Expand Down Expand Up @@ -125,7 +126,6 @@
"ignore": "^5.2.4",
"ini": "^4.1.1",
"isomorphic-git": "^1.24.5",
"jest-environment-jsdom": "^29.6.2",
"luxon": "^3.4.0",
"parse-git-config": "^3.0.0",
"parse-path": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ce5d8d

Please sign in to comment.