Skip to content

Commit

Permalink
Merge pull request #153 from tommy351/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tommy351 authored Nov 26, 2024
2 parents 3f99c42 + 4e29e82 commit 63e2af5
Show file tree
Hide file tree
Showing 43 changed files with 262 additions and 45 deletions.
24 changes: 0 additions & 24 deletions .changeset/violet-mugs-marry.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kosko/cli-utils

## 0.2.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/log@2.1.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/cli-utils",
"version": "0.1.2",
"version": "0.2.0",
"description": "CLI utilities used in Kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @kosko/cli

## 4.3.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/exec-utils@2.1.0
- @kosko/cli-utils@0.2.0
- @kosko/generate@5.2.0
- @kosko/migrate@7.0.0
- @kosko/require@7.1.0
- @kosko/config@4.2.0
- @kosko/log@2.1.0

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/cli",
"version": "4.2.0",
"version": "4.3.0",
"description": "Organize Kubernetes manifests in TypeScript.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kosko/common-utils

## 1.2.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/common-utils",
"version": "1.1.1",
"version": "1.2.0",
"description": "Common utilities used in Kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kosko/config

## 4.2.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/log@2.1.0

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/config",
"version": "4.1.0",
"version": "4.2.0",
"description": "Load kosko configuration.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/create-kosko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# create-kosko

## 0.2.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/exec-utils@2.1.0
- @kosko/cli-utils@0.2.0
- @kosko/require@7.1.0
- @kosko/log@2.1.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kosko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kosko",
"version": "0.1.3",
"version": "0.2.0",
"description": "A CLI tool for creating new Kosko projects.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kosko/env

## 5.1.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/require@7.1.0
- @kosko/log@2.1.0

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/env",
"version": "5.0.3",
"version": "5.1.0",
"description": "Manage environemnts in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/exec-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kosko/exec-utils

## 2.1.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exec-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/exec-utils",
"version": "2.0.1",
"version": "2.1.0",
"description": "Utilities for executing external processes.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/generate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kosko/generate

## 5.2.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/require@7.1.0
- @kosko/log@2.1.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/generate",
"version": "5.1.1",
"version": "5.2.0",
"description": "Find and print components in a kosko app directory.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kosko/helm

## 6.0.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/exec-utils@2.1.0
- @kosko/yaml@5.1.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/helm",
"version": "5.1.1",
"version": "6.0.0",
"description": "Load Helm charts in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/kosko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kosko

## 4.3.0

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/cli@4.3.0

## 4.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kosko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kosko",
"version": "4.2.0",
"version": "4.3.0",
"description": "Organize Kubernetes manifests in TypeScript.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/kustomize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kosko/kustomize

## 4.0.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0
- @kosko/exec-utils@2.1.0
- @kosko/yaml@5.1.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kustomize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/kustomize",
"version": "3.0.0",
"version": "4.0.0",
"description": "Load Kustomize in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kosko/log

## 2.1.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/log",
"version": "2.0.2",
"version": "2.1.0",
"description": "Logging library for Kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kosko/migrate

## 7.0.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/yaml@5.1.0

## 6.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/migrate",
"version": "6.0.0",
"version": "7.0.0",
"description": "Migrate Kubernetes YAML into kosko components.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kosko/plugin

## 0.3.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/generate@5.2.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/plugin",
"version": "0.2.2",
"version": "0.3.0",
"description": "Plugin types for Kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kosko/require

## 7.1.0

### Minor Changes

- [`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164) Thanks [@tommy351](https://github.com/tommy351)! - Generate ESM declaration files.

### Patch Changes

- Updated dependencies [[`9af1462`](https://github.com/tommy351/kosko/commit/9af14624bd8b845f4d343a0510482dbbc8dfc164)]:
- @kosko/common-utils@1.2.0

## 7.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit 63e2af5

Please sign in to comment.