Skip to content

Commit

Permalink
ci: release v2.0.10 artillery (#2650)
Browse files Browse the repository at this point in the history
* ci: release v2.0.10 artillery

* ci: remove skytrace install temporarily

---------

Co-authored-by: bernardobridge <bernardobridge@users.noreply.github.com>
Co-authored-by: Bernardo Guerreiro <bernardoguerr@gmail.com>
  • Loading branch information
3 people committed Apr 15, 2024
1 parent 992e7bf commit 95e43e5
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- run: npm -w artillery-engine-playwright publish
- run: npm -w artillery-plugin-fake-data publish
- run: npm -w artillery publish
# Skytrace is a Typescript Package and needs to install -> build -> publish
- run: npm install -w skytrace --ignore-scripts
- run: npm run build -w skytrace
- run: npm -w skytrace publish
# # Skytrace is a Typescript Package and needs to install -> build -> publish
# - run: npm install -w skytrace --ignore-scripts
# - run: npm run build -w skytrace
# - run: npm -w skytrace publish

publish-official-docker-image:
uses: ./.github/workflows/docker-publish-artillery.yml
Expand Down
20 changes: 10 additions & 10 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 packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-engine-playwright",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-apdex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-apdex",
"version": "1.0.1",
"version": "1.1.0",
"description": "Calculate and report Apdex scores",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-ensure",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-expect",
"version": "2.3.3",
"version": "2.4.0",
"description": "Expectations and assertions for HTTP scenarios",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-fake-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-fake-data",
"version": "1.0.2",
"version": "1.1.0",
"description": "Add fake test data easily to your Artillery test scripts.",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-metrics-by-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-metrics-by-endpoint",
"version": "1.3.0",
"version": "1.4.0",
"description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-publish-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-publish-metrics",
"version": "2.14.0",
"version": "2.15.0",
"description": "Publish metrics from your Artillery.io tests to external monitoring & observability systems",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/artillery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery",
"version": "2.0.9",
"version": "2.0.10",
"description": "Cloud-scale load testing. https://www.artillery.io",
"main": "./lib",
"engines": {
Expand Down Expand Up @@ -128,7 +128,7 @@
"nanoid": "^3.3.4",
"ora": "^4.0.4",
"posthog-node": "^2.2.3",
"rc":"^1.2.8",
"rc": "^1.2.8",
"sqs-consumer": "5.8.0",
"temp": "^0.9.4",
"tmp": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artilleryio/int-commons",
"version": "2.0.4",
"version": "2.1.0",
"main": "./index.js",
"license": "MPL-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artilleryio/int-core",
"version": "2.4.0",
"version": "2.5.0",
"main": "./index.js",
"license": "MPL-2.0",
"dependencies": {
Expand Down

0 comments on commit 95e43e5

Please sign in to comment.