Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#112)
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] committed Aug 2, 2024
1 parent 04ba58a commit b4d30d7
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilled-otters-beg.md

This file was deleted.

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

## 0.0.20

### Patch Changes

- [#105](https://github.com/dmno-dev/dmno/pull/105) [`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f) Thanks [@theoephraim](https://github.com/theoephraim)! - remix integration! and related refactoring to other integrations

## 0.0.19

### 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.19",
"version": "0.0.20",
"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
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [[`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f)]:
- @dmno/astro-integration@0.0.12
- dmno@0.0.20
- @dmno/netlify-platform@0.0.3

## null

### Patch Changes

- Updated dependencies [[`027d4d6`](https://github.com/dmno-dev/dmno/commit/027d4d699a267b4b29eb3dcc089f15ddf1496c8a)]:
- @dmno/netlify-platform@0.0.3
- dmno@0.0.19
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.12

### Patch Changes

- [#105](https://github.com/dmno-dev/dmno/pull/105) [`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f) Thanks [@theoephraim](https://github.com/theoephraim)! - remix integration! and related refactoring to other integrations

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.10

### Patch Changes

- [#105](https://github.com/dmno-dev/dmno/pull/105) [`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f) Thanks [@theoephraim](https://github.com/theoephraim)! - remix integration! and related refactoring to other integrations

## 0.0.9

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

## 0.0.1

### Patch Changes

- [#105](https://github.com/dmno-dev/dmno/pull/105) [`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f) Thanks [@theoephraim](https://github.com/theoephraim)! - remix integration! and related refactoring to other integrations
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.0",
"version": "0.0.1",
"description": "tools for integrating dmno into remix",
"author": "dmno-dev",
"license": "MIT",
Expand Down

0 comments on commit b4d30d7

Please sign in to comment.