Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#126)
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 Aug 17, 2024
1 parent abdaf0c commit 93bf6f5
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-swans-own.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.22

### Patch Changes

- [#125](https://github.com/dmno-dev/dmno/pull/125) [`abdaf0c`](https://github.com/dmno-dev/dmno/commit/abdaf0ce8cb0edc1f05f6cc0bf13ef0a347fdacd) Thanks [@theoephraim](https://github.com/theoephraim)! - 1password plugin improvements, related refactoring

## 0.0.21

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

## null

### Patch Changes

- Updated dependencies [[`d3eaa3f`](https://github.com/dmno-dev/dmno/commit/d3eaa3f6770947af831b14f6f5f1560dd99b3717)]:
- dmno@0.0.21
- @dmno/astro-integration@0.0.12
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.4

### Patch Changes

- [#125](https://github.com/dmno-dev/dmno/pull/125) [`abdaf0c`](https://github.com/dmno-dev/dmno/commit/abdaf0ce8cb0edc1f05f6cc0bf13ef0a347fdacd) Thanks [@theoephraim](https://github.com/theoephraim)! - 1password plugin improvements, related refactoring

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.5

### Patch Changes

- [#125](https://github.com/dmno-dev/dmno/pull/125) [`abdaf0c`](https://github.com/dmno-dev/dmno/commit/abdaf0ce8cb0edc1f05f6cc0bf13ef0a347fdacd) Thanks [@theoephraim](https://github.com/theoephraim)! - 1password plugin improvements, related refactoring

## 0.0.4

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

0 comments on commit 93bf6f5

Please sign in to comment.