Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 17, 2024
1 parent dc2425c commit 270ac6d
Show file tree
Hide file tree
Showing 32 changed files with 107 additions and 61 deletions.
11 changes: 0 additions & 11 deletions .changeset/few-rings-nail.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nine-spoons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-jars-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-zebras-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-students-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-mails-remain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/soft-terms-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-ladybugs-yawn.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/configraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dmno/configraph

## 0.0.7

### Patch Changes

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

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

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

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/configraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/configraph",
"version": "0.0.6",
"version": "0.0.7",
"description": "reactive configuration graph - core that powers DMNO",
"author": "dmno-dev",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# dmno

## 0.0.33

### Patch Changes

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

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

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

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

- 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)]:
- @dmno/configraph@0.0.7

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmno",
"version": "0.0.32",
"version": "0.0.33",
"description": "dmno is the best way to manage config / env vars in your entire stack",
"author": "dmno-dev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dmno/docs-site

## 0.0.9

### Patch Changes

- 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)]:
- [email protected]
- @dmno/astro-integration@0.0.17
- @dmno/netlify-platform@0.0.4

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dmno/docs-site",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/astro-integration

## 0.0.17

### Patch Changes

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

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/astro-integration",
"version": "0.0.16",
"version": "0.0.17",
"description": "tools for integrating dmno into astro",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/nextjs-integration

## 0.0.13

### Patch Changes

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

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/nextjs-integration",
"version": "0.0.12",
"version": "0.0.13",
"description": "tools for integrating dmno into nextjs",
"author": "dmno-dev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/integrations/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dmno/remix-integration

## 0.0.5

### Patch Changes

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

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

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/remix-integration",
"version": "0.0.4",
"version": "0.0.5",
"description": "tools for integrating dmno into remix",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/vite-integration

## 0.0.14

### Patch Changes

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

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/vite-integration",
"version": "0.0.13",
"version": "0.0.14",
"description": "tools for integrating dmno into vite",
"author": "dmno-dev",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/platforms/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dmno/cloudflare-platform

## 0.0.1

### Patch Changes

- [#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
2 changes: 1 addition & 1 deletion packages/platforms/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/cloudflare-platform",
"version": "0.0.0",
"version": "0.0.1",
"description": "Tools and data-types to use DMNO with Cloudflare",
"author": "dmno-dev",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dmno/1password-plugin

## 0.0.10

### Patch Changes

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

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

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

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/1password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/1password-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "dmno plugin to pull secrets from 1password",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/bitwarden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/bitwarden-plugin

## 0.0.2

### Patch Changes

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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/bitwarden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/bitwarden-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "dmno plugin to pull secrets from Bitwarden",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/encrypted-vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/encrypted-vault-plugin

## 0.0.8

### Patch Changes

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

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/encrypted-vault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/encrypted-vault-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "dmno plugin to store secrets encrypted in your repo",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/infisical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/infisical-plugin

## 0.0.2

### Patch Changes

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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/infisical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/infisical-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "dmno plugin to pull secrets from Infisical",
"author": "dmno-dev",
"license": "MIT",
Expand Down

0 comments on commit 270ac6d

Please sign in to comment.