Skip to content

Commit

Permalink
[Changesets] Create versioned packages for publishing (#137)
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 Sep 26, 2024
1 parent 6fffb2e commit b02ed32
Show file tree
Hide file tree
Showing 23 changed files with 88 additions and 28 deletions.
14 changes: 0 additions & 14 deletions .changeset/modern-lizards-obey.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor
8 changes: 5 additions & 3 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.0",
"version": "0.0.1",
"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 All @@ -32,7 +32,9 @@
"types": "./dist/index.d.ts"
}
},
"files": [ "/dist" ],
"files": [
"/dist"
],
"devDependencies": {
"@dmno/encryption-lib": "workspace:*",
"@dmno/eslint-config": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# dmno

## 0.0.25

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

- Updated dependencies [[`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14)]:
- @dmno/configraph@0.0.1

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.1

### Patch Changes

- Updated dependencies [[`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14)]:
- @dmno/astro-integration@0.0.14
- @dmno/netlify-platform@0.0.4
- [email protected]

## null

### 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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
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.14

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.11

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.10

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

## 0.0.2

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.1

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

## 0.0.9

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/vite-integration",
"version": "0.0.8",
"version": "0.0.9",
"description": "tools for integrating dmno into vite",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/platforms/netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/netlify-platform

## 0.0.4

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/netlify-platform",
"version": "0.0.3",
"version": "0.0.4",
"description": "tools to use dmno with netlify",
"author": "dmno-dev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/platforms/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dmno/vercel-platform

## 0.0.2

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmno/vercel-platform",
"version": "0.0.1",
"version": "0.0.2",
"description": "tools to use dmno with vercel",
"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.5

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.6

### Patch Changes

- [#136](https://github.com/dmno-dev/dmno/pull/136) [`6fffb2e`](https://github.com/dmno-dev/dmno/commit/6fffb2e4bb52be1424c1c8878ad48d6c98c8ae14) Thanks [@theoephraim](https://github.com/theoephraim)! - configraph refactor

## 0.0.5

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions 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.5",
"version": "0.0.6",
"description": "dmno plugin to store secrets encrypted in your repo",
"author": "dmno-dev",
"license": "MIT",
Expand Down Expand Up @@ -59,7 +59,6 @@
"base64-arraybuffer": "catalog:",
"jsonc-parser": "^3.2.1",
"lodash-es": "catalog:"

},
"peerDependencies": {
"dmno": "^0"
Expand Down

0 comments on commit b02ed32

Please sign in to comment.