Skip to content

Commit 7f682fd

Browse files
[Changesets] Create versioned packages for publishing
1 parent 30ef304 commit 7f682fd

12 files changed

+36
-22
lines changed

.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/six-mails-remain.md

-5
This file was deleted.

packages/configraph/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 0.0.6
410

511
### 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

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

3+
## 0.0.33
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+
- Updated dependencies [[`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7)]:
10+
- @dmno/configraph@0.0.7
11+
312
## 0.0.32
413

514
### 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 [[`30ef304`](https://github.com/dmno-dev/dmno/commit/30ef304f06e18893221e78fe50f561fe83d1ddf7)]:
8+
9+
- @dmno/astro-integration@0.0.16
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/plugins/1password/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- [#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
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)! - fix 1pass override loader issue
10+
311
## 0.0.9
412

513
### 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",

0 commit comments

Comments
 (0)