Skip to content

Commit

Permalink
Bump version to: v1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanspeaks committed Aug 9, 2024
1 parent 5446a3e commit 8c33a41
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.1",
"version": "1.2.2",
"packages": [
"packages/*"
]
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"@hapi/boom": "^10.0.1",
"aws-sdk": "^2.1200.0",
Expand All @@ -15,9 +15,9 @@
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@friggframework/eslint-config": "^1.2.1",
"@friggframework/prettier-config": "^1.2.1",
"@friggframework/test": "^1.2.1",
"@friggframework/eslint-config": "^1.2.2",
"@friggframework/prettier-config": "^1.2.2",
"@friggframework/test": "^1.2.2",
"@types/lodash": "^4.14.191",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"chai": "^4.3.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@friggframework/devtools",
"prettier": "@friggframework/prettier-config",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/parser": "^7.25.3",
"@babel/traverse": "^7.25.3",
"@friggframework/core": "^1.2.1",
"@friggframework/test": "^1.2.1",
"@friggframework/core": "^1.2.2",
"@friggframework/test": "^1.2.2",
"axios": "^1.7.2",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
Expand All @@ -21,8 +21,8 @@
"inquirer": "^10.1.6"
},
"devDependencies": {
"@friggframework/eslint-config": "^1.2.1",
"@friggframework/prettier-config": "^1.2.1"
"@friggframework/eslint-config": "^1.2.2",
"@friggframework/prettier-config": "^1.2.2"
},
"scripts": {
"lint:fix": "prettier --write --loglevel error . && eslint . --fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@friggframework/eslint-config",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@friggframework/prettier-config",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"prettier": "^2.7.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@friggframework/test",
"prettier": "@friggframework/prettier-config",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.22.0",
Expand All @@ -15,8 +15,8 @@
"open": "^8.4.2"
},
"devDependencies": {
"@friggframework/eslint-config": "^1.2.1",
"@friggframework/prettier-config": "^1.2.1",
"@friggframework/eslint-config": "^1.2.2",
"@friggframework/prettier-config": "^1.2.2",
"jest": "^29.7.0",
"prettier": "^2.7.1"
},
Expand Down

0 comments on commit 8c33a41

Please sign in to comment.