Skip to content

Commit

Permalink
ci: version packages (#17)
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 Mar 20, 2024
1 parent 0c10733 commit 82456f9
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-months-relate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-clouds-itch.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- 0c10733: JSDocs improvements

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzsft/environment",
"description": "Utilities for interacting with environment variables.",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"build": "scripts build-library",
Expand Down
6 changes: 6 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzsft/logging

## 1.2.0

### Minor Changes

- 3daf256: Added span name support

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzsft/logging",
"description": "Isomorphic logging library, suitable for use in both Node.js and the browser.",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",
"scripts": {
"build": "scripts build-library",
Expand Down
6 changes: 6 additions & 0 deletions packages/props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzsft/props

## 1.0.1

### Patch Changes

- 0c10733: JSDocs improvements

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/props/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzsft/props",
"description": "Utilities for constructing props.",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"build": "scripts build-library",
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @enzsft/styles

## 1.1.2

### Patch Changes

- 0c10733: JSDocs improvements

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzsft/styles",
"description": "Utilities to work with styles.",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"scripts": {
"build": "scripts build-library",
Expand Down

0 comments on commit 82456f9

Please sign in to comment.