Skip to content

Commit 270ac6d

Browse files
[Changesets] Create versioned packages for publishing (#179)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc2425c commit 270ac6d

32 files changed

+107
-61
lines changed

.changeset/few-rings-nail.md

-11
This file was deleted.

.changeset/nine-spoons-share.md

-2
This file was deleted.

.changeset/orange-jars-talk.md

-5
This file was deleted.

.changeset/rare-zebras-cheer.md

-6
This file was deleted.

.changeset/silly-students-talk.md

-5
This file was deleted.

.changeset/six-mails-remain.md

-5
This file was deleted.

.changeset/soft-terms-try.md

-9
This file was deleted.

.changeset/twenty-ladybugs-yawn.md

-6
This file was deleted.

packages/configraph/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @dmno/configraph
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#181](https://github.com/dmno-dev/dmno/pull/181) [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7) Thanks [@theoephraim](https://github.com/theoephraim)! - fix issue with picked nodes and parallelized resolution
8+
9+
- [#183](https://github.com/dmno-dev/dmno/pull/183) [`82d2179`](https://github.com/dmno-dev/dmno/commit/82d21790f90dc7d64033a28368cdae3a860b1144) Thanks [@theoephraim](https://github.com/theoephraim)! - make switchBy work with non string values
10+
11+
- [#175](https://github.com/dmno-dev/dmno/pull/175) [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda) Thanks [@theoephraim](https://github.com/theoephraim)! - simplify dmno type instance options, skip resolution if override present, add allowMissing to ctx.get, add git vendor types autopopulate
12+
313
## 0.0.6
414

515
### Patch Changes

packages/configraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/configraph",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "reactive configuration graph - core that powers DMNO",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/core/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# dmno
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
9+
- [#181](https://github.com/dmno-dev/dmno/pull/181) [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7) Thanks [@theoephraim](https://github.com/theoephraim)! - fix issue with picked nodes and parallelized resolution
10+
11+
- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support
12+
13+
- [#175](https://github.com/dmno-dev/dmno/pull/175) [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda) Thanks [@theoephraim](https://github.com/theoephraim)! - simplify dmno type instance options, skip resolution if override present, add allowMissing to ctx.get, add git vendor types autopopulate
14+
15+
- Updated dependencies [[`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7), [`82d2179`](https://github.com/dmno-dev/dmno/commit/82d21790f90dc7d64033a28368cdae3a860b1144), [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda)]:
16+
- @dmno/configraph@0.0.7
17+
318
## 0.0.32
419

520
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmno",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "dmno is the best way to manage config / env vars in your entire stack",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/docs-site/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @dmno/docs-site
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659), [`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7), [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0), [`1b70c75`](https://github.com/dmno-dev/dmno/commit/1b70c75d10f3a4866815fb18a53336d3ddb64bda)]:
8+
9+
- @dmno/astro-integration@0.0.17
10+
- @dmno/netlify-platform@0.0.4
11+
312
## 0.0.8
413

514
### Patch Changes

packages/docs-site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dmno/docs-site",
33
"private": true,
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"type": "module",
66
"scripts": {
77
"dev": "astro dev",

packages/integrations/astro/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/astro-integration
22

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support
8+
39
## 0.0.16
410

511
### Patch Changes

packages/integrations/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/astro-integration",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "tools for integrating dmno into astro",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/integrations/nextjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/nextjs-integration
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support
8+
39
## 0.0.12
410

511
### Patch Changes

packages/integrations/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/nextjs-integration",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "tools for integrating dmno into nextjs",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/integrations/remix/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @dmno/remix-integration
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
9+
- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support
10+
311
## 0.0.4
412

513
### Patch Changes

packages/integrations/remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/remix-integration",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "tools for integrating dmno into remix",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/integrations/vite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/vite-integration
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
39
## 0.0.13
410

511
### Patch Changes

packages/integrations/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/vite-integration",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "tools for integrating dmno into vite",
55
"author": "dmno-dev",
66
"license": "MIT",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @dmno/cloudflare-platform
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/dmno-dev/dmno/pull/161) [`dc2425c`](https://github.com/dmno-dev/dmno/commit/dc2425cadc14ee40791b49de14ea0e433998aef0) Thanks [@philmillman](https://github.com/philmillman)! - cloudflare platform support

packages/platforms/cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/cloudflare-platform",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Tools and data-types to use DMNO with Cloudflare",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/plugins/1password/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @dmno/1password-plugin
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
9+
- [#178](https://github.com/dmno-dev/dmno/pull/178) [`1a52755`](https://github.com/dmno-dev/dmno/commit/1a52755c20284ab997b321cbdef4d0a83fadd289) Thanks [@theoephraim](https://github.com/theoephraim)! - ensure op cli auth popup only shows once
10+
11+
- [#178](https://github.com/dmno-dev/dmno/pull/178) [`1a52755`](https://github.com/dmno-dev/dmno/commit/1a52755c20284ab997b321cbdef4d0a83fadd289) Thanks [@theoephraim](https://github.com/theoephraim)! - fix 1pass override loader issue
12+
313
## 0.0.9
414

515
### Patch Changes

packages/plugins/1password/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/1password-plugin",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "dmno plugin to pull secrets from 1password",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/plugins/bitwarden/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/bitwarden-plugin
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
39
## 0.0.1
410

511
### Patch Changes

packages/plugins/bitwarden/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/bitwarden-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "dmno plugin to pull secrets from Bitwarden",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/plugins/encrypted-vault/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/encrypted-vault-plugin
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
39
## 0.0.7
410

511
### Patch Changes

packages/plugins/encrypted-vault/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/encrypted-vault-plugin",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "dmno plugin to store secrets encrypted in your repo",
55
"author": "dmno-dev",
66
"license": "MIT",

packages/plugins/infisical/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dmno/infisical-plugin
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/dmno-dev/dmno/pull/182) [`ada2518`](https://github.com/dmno-dev/dmno/commit/ada25181ea966b3be92b5c8ae061afceb3bc3659) Thanks [@theoephraim](https://github.com/theoephraim)! - add `includeInDmnoConfig` option so items can be exluded from DMNO_CONFIG
8+
39
## 0.0.1
410

511
### Patch Changes

packages/plugins/infisical/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmno/infisical-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "dmno plugin to pull secrets from Infisical",
55
"author": "dmno-dev",
66
"license": "MIT",

0 commit comments

Comments
 (0)