Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 08f165d commit a037956
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-gifts-laugh.md

This file was deleted.

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

This file was deleted.

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

## 0.0.32

### Patch Changes

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

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

## 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 [[`6d95194`](https://github.com/dmno-dev/dmno/commit/6d951943d5d02d0fcd445a4c1873fcb4e7f1bb2f), [`08f165d`](https://github.com/dmno-dev/dmno/commit/08f165dd6e04a6fe76a904f7501af33ebc201baf)]:
- [email protected]
- @dmno/astro-integration@0.0.16
- @dmno/netlify-platform@0.0.4

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

0 comments on commit a037956

Please sign in to comment.