Skip to content

Commit

Permalink
chore(main): release 0.2.0-rc (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 20, 2023
1 parent cd9aa3d commit 87fc506
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0-rc](https://github.com/typedigital/telemetrydeck-react/compare/v0.1.0...v0.2.0-rc) (2023-09-20)


### Features

* integrate JavaScript SDK v2 ([#5](https://github.com/typedigital/telemetrydeck-react/issues/5)) ([cd9aa3d](https://github.com/typedigital/telemetrydeck-react/commit/cd9aa3d96cab7decd4f3e18d15da0f3acff75795))

## 0.1.0 (2023-04-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typedigital/telemetrydeck-react",
"version": "0.1.0",
"version": "0.2.0-rc",
"author": "Andreas Kottre",
"module": "dist/telemetrydeck-react.esm.js",
"license": "MIT",
Expand Down Expand Up @@ -36,12 +36,16 @@
{
"path": "dist/telemetrydeck-react.cjs.production.min.js",
"limit": "10 KB",
"ignore": ["@telemetrydeck/sdk"]
"ignore": [
"@telemetrydeck/sdk"
]
},
{
"path": "dist/telemetrydeck-react.esm.js",
"limit": "10 KB",
"ignore": ["@telemetrydeck/sdk"]
"ignore": [
"@telemetrydeck/sdk"
]
}
],
"devDependencies": {
Expand Down

0 comments on commit 87fc506

Please sign in to comment.