Skip to content

Commit

Permalink
Merge pull request #38 from primno/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xaviermonin authored Oct 7, 2023
2 parents 5b0f3a8 + 3c895a6 commit 7e42872
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-ducks-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-walls-learn.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/dataverse-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @primno/dataverse-auth

## 0.7.0

### Minor Changes

- 4310781: Use @azure/msal-node-extensions. @azure/msal-node-extensions now provides a prebuilt version of DPAPI.
- a27f4d7: Node v18+ is now required.

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dataverse-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primno/dataverse-auth",
"version": "0.6.1",
"version": "0.7.0",
"description": "Authenticate to Dataverse and Dynamics 365 with a connection string or OAuth 2.0. Provides a token persistence cache.",
"repository": "github:primno/dataverse",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/dataverse-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @primno/dataverse-client

## 0.10.0

### Minor Changes

- a27f4d7: Node v18+ is now required.

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dataverse-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primno/dataverse-client",
"version": "0.9.0",
"version": "0.10.0",
"description": "Dataverse / Dynamics 365 CE (on-premises) client for Node.JS. Use @primno/dataverse-auth to authenticate using a connection string or OAuth 2.0.",
"repository": "github:primno/dataverse",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 7e42872

Please sign in to comment.