Skip to content

Commit

Permalink
Version packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Nov 14, 2023
1 parent af1dd0d commit c46dac4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-peaches-compare.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @featureboard/js-sdk

## 0.15.2

### Patch Changes

- 1601a44: Fix for uncaught ReferenceError: process is not defined

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/js-sdk",
"version": "0.15.1",
"version": "0.15.2",
"main": "src/index.ts",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions libs/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @featureboard/node-sdk

## 0.17.2

### Patch Changes

- Updated dependencies [1601a44]
- @featureboard/js-sdk@0.15.2

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/node-sdk",
"version": "0.17.1",
"version": "0.17.2",
"main": "tsc-out/index.js",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions libs/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @featureboard/react-sdk

## 0.11.2

### Patch Changes

- Updated dependencies [1601a44]
- @featureboard/js-sdk@0.15.2

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/react-sdk",
"version": "0.11.1",
"version": "0.11.2",
"main": "tsc-out/index.js",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit c46dac4

Please sign in to comment.