@usesocial/cli 0.11.6 → 0.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @usesocial/cli
|
|
2
2
|
|
|
3
|
+
## 0.11.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#60](https://github.com/usesocial/monorepo/pull/60) [`7917857`](https://github.com/usesocial/monorepo/commit/7917857776089ed80dbbd03d7238941a4d95373f) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Fix account-connect billing handoffs so first paid-seat connections create checkout instead of updating a missing subscription.
|
|
8
|
+
|
|
3
9
|
## 0.11.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -23172,7 +23172,7 @@ function createEnv(opts) {
|
|
|
23172
23172
|
}
|
|
23173
23173
|
//#endregion
|
|
23174
23174
|
//#region package.json
|
|
23175
|
-
var version$1 = "0.11.
|
|
23175
|
+
var version$1 = "0.11.7";
|
|
23176
23176
|
//#endregion
|
|
23177
23177
|
//#region src/lib/env.ts
|
|
23178
23178
|
const URLWithTrailingSlash = url().transform(ensureTrailingSlash);
|