Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#188)
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 25, 2024
1 parent 29dcfc2 commit 8168ae0
Show file tree
Hide file tree
Showing 32 changed files with 113 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-zebras-vanish.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/warm-tools-raise.md

This file was deleted.

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

## 0.0.8

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "reactive configuration graph - core that powers DMNO",
"author": "dmno-dev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# dmno

## 0.0.34

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

- Updated dependencies [[`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c)]:
- @dmno/configraph@0.0.8

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.10

### Patch Changes

- Updated dependencies [[`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c)]:
- @dmno/astro-integration@0.0.18
- @dmno/netlify-platform@0.0.5
- dmno@0.0.34

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.18

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.17

### 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.17",
"version": "0.0.18",
"description": "tools for integrating dmno into astro",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/fastify-integration

## 0.0.2

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/fastify-integration",
"version": "0.0.1",
"version": "0.0.2",
"description": "Fastify plugin to use configuration and secrets from DMNO",
"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.14

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.13

### 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.13",
"version": "0.0.14",
"description": "tools for integrating dmno into nextjs",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/remix-integration

## 0.0.6

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.15

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.14

### 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.14",
"version": "0.0.15",
"description": "tools for integrating dmno into vite",
"author": "dmno-dev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/platforms/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dmno/cloudflare-platform

## 0.0.2

### Patch Changes

- [#187](https://github.com/dmno-dev/dmno/pull/187) [`68b7f01`](https://github.com/dmno-dev/dmno/commit/68b7f01205fd526052e7d0a068077df0577af643) Thanks [@theoephraim](https://github.com/theoephraim)! - clean up logs for dwrangler

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"description": "Tools and data-types to use DMNO with Cloudflare",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/platforms/netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/netlify-platform

## 0.0.5

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/netlify-platform",
"version": "0.0.4",
"version": "0.0.5",
"description": "tools to use dmno with netlify",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/platforms/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/vercel-platform

## 0.0.3

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/vercel-platform",
"version": "0.0.2",
"version": "0.0.3",
"description": "tools to use dmno with vercel",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/1password-plugin

## 0.0.11

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.3

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.9

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.3

### Patch Changes

- [#185](https://github.com/dmno-dev/dmno/pull/185) [`29dcfc2`](https://github.com/dmno-dev/dmno/commit/29dcfc2e6dc9021b30305f694954b4af61dd9d8c) Thanks [@philmillman](https://github.com/philmillman)! - update readmes

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "dmno plugin to pull secrets from Infisical",
"author": "dmno-dev",
"license": "MIT",
Expand Down

0 comments on commit 8168ae0

Please sign in to comment.