Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#116)
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 3, 2024
1 parent d3eaa3f commit cddac7f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-ladybugs-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-radios-begin.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.21

### Patch Changes

- [#115](https://github.com/dmno-dev/dmno/pull/115) [`d3eaa3f`](https://github.com/dmno-dev/dmno/commit/d3eaa3f6770947af831b14f6f5f1560dd99b3717) Thanks [@theoephraim](https://github.com/theoephraim)! - fix bun exec logic

## 0.0.20

### 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.20",
"version": "0.0.21",
"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 [[`d3eaa3f`](https://github.com/dmno-dev/dmno/commit/d3eaa3f6770947af831b14f6f5f1560dd99b3717)]:
- dmno@0.0.21
- @dmno/astro-integration@0.0.12
- @dmno/netlify-platform@0.0.3

## null

### Patch Changes

- Updated dependencies [[`3483b9a`](https://github.com/dmno-dev/dmno/commit/3483b9a55459fae363d3618d993a19f83925d80f)]:
- @dmno/astro-integration@0.0.12
- dmno@0.0.20
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.3

### Patch Changes

- [#115](https://github.com/dmno-dev/dmno/pull/115) [`d3eaa3f`](https://github.com/dmno-dev/dmno/commit/d3eaa3f6770947af831b14f6f5f1560dd99b3717) Thanks [@theoephraim](https://github.com/theoephraim)! - republish latest esm/cjs setup for plugins

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "dmno plugin to pull secrets from 1password",
"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.4

### Patch Changes

- [#115](https://github.com/dmno-dev/dmno/pull/115) [`d3eaa3f`](https://github.com/dmno-dev/dmno/commit/d3eaa3f6770947af831b14f6f5f1560dd99b3717) Thanks [@theoephraim](https://github.com/theoephraim)! - republish latest esm/cjs setup for plugins

## 0.0.3

### 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.3",
"version": "0.0.4",
"description": "dmno plugin to store secrets encrypted in your repo",
"author": "dmno-dev",
"license": "MIT",
Expand Down

0 comments on commit cddac7f

Please sign in to comment.