Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Changesets] Versioned release #173

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/breezy-horses-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-gifts-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chatty-dots-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-vans-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-beers-join.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.6

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - infer required:true if static value is set

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/configraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/configraph",
"version": "0.0.5",
"version": "0.0.6",
"description": "reactive configuration graph - core that powers DMNO",
"author": "dmno-dev",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"bugs": "https://github.com/dmno-dev/dmno/issues",
"homepage": "https://dmno.dev",
"keywords": [ ],
"keywords": [],
"scripts": {
"clean": "rm -rf dist",
"build": "pnpm run clean && tsup",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# dmno

## 0.0.32

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - infer required:true if static value is set

- [#172](https://github.com/dmno-dev/dmno/pull/172) [`6d95194`](https://github.com/dmno-dev/dmno/commit/6d951943d5d02d0fcd445a4c1873fcb4e7f1bb2f) Thanks [@theoephraim](https://github.com/theoephraim)! - fix dmno resolve --format=json, cwd based detection of current package/service

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - introduce override loader system and 1pass override loader

- [#174](https://github.com/dmno-dev/dmno/pull/174) [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf) Thanks [@theoephraim](https://github.com/theoephraim)! - initial version of fastify integration

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - adjust tsconfig to make schema use .d.ts

- Updated dependencies [[`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36)]:
- @dmno/[email protected]

## 0.0.31

### 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.31",
"version": "0.0.32",
"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.8

### Patch Changes

- Updated dependencies [[`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36), [`6d95194`](https://github.com/dmno-dev/dmno/commit/6d951943d5d02d0fcd445a4c1873fcb4e7f1bb2f), [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36), [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf), [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36)]:
- [email protected]
- @dmno/[email protected]
- @dmno/[email protected]

## 0.0.7

### 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.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/integrations/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dmno/fastify-integration

## 0.0.1

### Patch Changes

- [#174](https://github.com/dmno-dev/dmno/pull/174) [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf) Thanks [@theoephraim](https://github.com/theoephraim)! - initial version of fastify integration
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.0",
"version": "0.0.1",
"description": "Fastify plugin to use configuration and secrets from DMNO",
"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.9

### Patch Changes

- [#151](https://github.com/dmno-dev/dmno/pull/151) [`1e5ade2`](https://github.com/dmno-dev/dmno/commit/1e5ade232c9a6a55841a38f07b73fb0f10132a36) Thanks [@theoephraim](https://github.com/theoephraim)! - introduce override loader system and 1pass override loader

## 0.0.8

### 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.8",
"version": "0.0.9",
"description": "dmno plugin to pull secrets from 1password",
"author": "dmno-dev",
"license": "MIT",
Expand Down