Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fantazista committed Nov 14, 2024
1 parent c806df1 commit 3fc08af
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/assert",
"version": "0.8.2",
"version": "0.9.0",
"description": "Extra assert library",
"type": "module",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions dtc-aws-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/dtc-aws-plugin",
"version": "0.8.2",
"version": "0.9.0",
"description": "AWS plugin for Declarative TestCases",
"repository": {
"type": "git",
Expand All @@ -15,9 +15,9 @@
"author": "Abdala Cerqueira",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@cgauge/assert": "^0.8.0",
"@cgauge/dtc": "^0.8.0",
"@cgauge/nock-aws": "^0.8.0",
"@cgauge/assert": "^0.9.0",
"@cgauge/dtc": "^0.9.0",
"@cgauge/nock-aws": "^0.9.0",
"@aws-sdk/client-dynamodb": "^3.645.0",
"@aws-sdk/client-eventbridge": "^3.645.0",
"@aws-sdk/client-lambda": "^3.645.0",
Expand Down
6 changes: 3 additions & 3 deletions dtc-mysql-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/dtc-mysql-plugin",
"version": "0.8.2",
"version": "0.9.0",
"description": "MySQL plugin for Declarative TestCases",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Abdala Cerqueira",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@cgauge/assert": "^0.8.0",
"@cgauge/dtc": "^0.8.0",
"@cgauge/assert": "^0.9.0",
"@cgauge/dtc": "^0.9.0",
"mysql2": "^3.11.0",
"node-sql-parser": "^5.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dtc-playwright-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/dtc-playwright-plugin",
"version": "0.8.2",
"version": "0.9.0",
"description": "Playwright plugin for Declarative TestCases",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Abdala Cerqueira",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@cgauge/assert": "^0.8.0",
"@cgauge/dtc": "^0.8.0",
"@cgauge/assert": "^0.9.0",
"@cgauge/dtc": "^0.9.0",
"@playwright/test": "^1.47.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions dtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/dtc",
"version": "0.8.2",
"version": "0.9.0",
"description": "Declarative TestCases",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"author": "Abdala Cerqueira",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@cgauge/assert": "^0.8.0",
"@cgauge/assert": "^0.9.0",
"cleye": "^1.3.2",
"nock": "^14.0.0-beta.15"
},
Expand Down
2 changes: 1 addition & 1 deletion nock-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/nock-aws",
"version": "0.8.2",
"version": "0.9.0",
"description": "AWS Request mocker based on Nock",
"repository": {
"type": "git",
Expand Down
36 changes: 21 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgauge/yaml",
"version": "0.8.2",
"version": "0.9.0",
"description": "YAML parser with extra tags",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3fc08af

Please sign in to comment.