Skip to content

Commit

Permalink
Get 1.3.0 published as the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
seanspeaks committed Sep 18, 2024
1 parent 9b473f4 commit 09415a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.3.0",
"dependencies": {
"@hapi/boom": "^10.0.1",
"aws-sdk": "^2.1200.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@friggframework/devtools",
"prettier": "@friggframework/prettier-config",
"version": "1.2.2",
"version": "1.3.0",
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/parser": "^7.25.3",
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.2",
"version": "1.3.0",
"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.2",
"version": "1.3.0",
"dependencies": {
"prettier": "^2.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.3.0",
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"version": "1.3.0",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 09415a3

Please sign in to comment.