Skip to content

Commit

Permalink
fix: hack the package.json versions to be correct
Browse files Browse the repository at this point in the history
Last version release failed to update the package.json files
  • Loading branch information
SimeonC committed Oct 10, 2023
1 parent 55ccfdc commit 5699800
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Audit util for easy integration with auditjs",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.2.0",
"version": "2.0.0",
"exports": {
".": "./index.js",
"./formatters/junit": "./formatters/junit.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.8.2",
"version": "2.0.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.2.2",
"version": "2.0.0",
"exports": {
".": {
"default": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tablecheck/nx",
"version": "1.0.0",
"version": "2.0.0",
"type": "commonjs",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "1.0.0",
"version": "2.0.0",
"main": "./config.json",
"peerDependencies": {
"prettier": "^3"
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "2.5.0",
"version": "3.0.0",
"main": "index.js",
"files": [
"with-npm-publish/package.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Generic utils shared inside @tablecheck packages",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "2.0.0",
"version": "3.0.0",
"type": "commonjs",
"exports": {
".": {
Expand Down

0 comments on commit 5699800

Please sign in to comment.