Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 970372e

Browse files
author
Nir Hadassi
authored
chore: revert last commit + add build to ci (#62)
1 parent 735bca4 commit 970372e

File tree

13 files changed

+11
-52
lines changed

13 files changed

+11
-52
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install Packages
3636
run: yarn install
3737

38+
- name: Build
39+
run: yarn build
40+
3841
- name: Authenticate with Registry
3942
run: |
4043
yarn logout

packages/instrumentation-aws-sdk/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 0.0.1 (2021-02-14)
7-
8-
9-
### Features
10-
11-
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12-
13-
14-
15-
16-
176
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-aws-sdk@[email protected]) (2021-02-02)
187

198

packages/instrumentation-aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-aws-sdk",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.0.1';
2+
export const VERSION = '0.2.1';

packages/instrumentation-kafkajs/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 0.0.1 (2021-02-14)
7-
8-
9-
### Features
10-
11-
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12-
13-
14-
15-
16-
176
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-kafkajs@[email protected]) (2021-01-28)
187

198
**Note:** Version bump only for package opentelemetry-plugin-kafkajs

packages/instrumentation-kafkajs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-kafkajs",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "open telemetry instrumentation for the `kafkajs` kafka client",
55
"keywords": [
66
"kafka",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.0.1';
2+
export const VERSION = '0.2.0';

packages/instrumentation-sequelize/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 0.0.1 (2021-02-14)
7-
8-
9-
### Features
10-
11-
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12-
13-
14-
15-
16-
176
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-sequelize@[email protected]) (2021-01-28)
187

198
**Note:** Version bump only for package opentelemetry-plugin-sequelize

packages/instrumentation-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-sequelize",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "open telemetry instrumentation for the `sequelize` module",
55
"keywords": [
66
"sequelize",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.0.1';
2+
export const VERSION = '0.2.0';

0 commit comments

Comments
 (0)