From 3ee2c5b8ae682e21d72f88d89eeb882b39a7f939 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 8 Feb 2023 09:46:06 -0500 Subject: [PATCH 1/3] Prep for v0.6.3 release --- LICENSE | 2 +- README.md | 3 ++- package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3136168..ad408e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 RStudio +Copyright (c) 2023 RStudio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 44e4830..0f4bf67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # rsconnect-ts -TypeScript client library for the RStudio Connect API + +TypeScript client library for the Posit Connect API > :warning: This is a *beta-quality* library. Please see > [rstudio/actions/connect-publish](https://github.com/rstudio/actions/tree/main/connect-publish) diff --git a/package.json b/package.json index b0926be..086d84b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rstudio/rsconnect-ts", - "version": "0.6.2", - "description": "TypeScript client library for the RStudio Connect API", + "version": "0.6.3", + "description": "TypeScript client library for the Posit Connect API", "author": "RStudio Developers ", "license": "MIT", "repository": { From 77a2c33034ff8e7d96bb29bf2308b5c68ee0e7df Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 8 Feb 2023 09:47:05 -0500 Subject: [PATCH 2/3] Whoops needed to update the package lock --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e796e9..9892ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rstudio/rsconnect-ts", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rstudio/rsconnect-ts", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.165", From 85ca6d15860ae21a01025a1cab92a78b3b94fcbc Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 8 Feb 2023 11:23:23 -0500 Subject: [PATCH 3/3] One must rebrand! --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ad408e3..eef8c02 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 RStudio +Copyright (c) 2023 Posit, PBC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal