Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 23, 2022
1 parent 63c96e9 commit 8916503
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/clever-bugs-call.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/cem-plugin-async-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-async-function

## 0.0.5

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-async-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-async-function",
"version": "0.0.4",
"version": "0.0.5",
"description": "async flag for functions and class methods",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-copy

## 0.0.5

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-copy",
"version": "0.0.4",
"version": "0.0.5",
"description": "copy manifest files",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-jsdoc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-jsdoc-example

## 0.0.9

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-jsdoc-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-jsdoc-example",
"version": "0.0.8",
"version": "0.0.9",
"description": "Handle JSDoc @example tag",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-jsdoc-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-jsdoc-function

## 0.0.5

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-jsdoc-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-jsdoc-function",
"version": "0.0.4",
"version": "0.0.5",
"description": "@function JSDoc tag for variables",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-module-file-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-module-file-extensions

## 0.0.5

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-module-file-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-module-file-extensions",
"version": "0.0.4",
"version": "0.0.5",
"description": "Rewrite module path file extentions",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-readonly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-readonly

## 0.0.5

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-readonly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-readonly",
"version": "0.0.4",
"version": "0.0.5",
"description": "Readonly fields",
"author": "Benny Powers <[email protected]>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions plugins/cem-plugin-type-descriptions-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cem-plugin-type-descriptions-markdown

## 0.0.4

### Patch Changes

- 63c96e9: Add TS declarations and package.json files block

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-type-descriptions-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cem-plugin-type-descriptions-markdown",
"version": "0.0.3",
"version": "0.0.4",
"description": "Append markdown descriptions to types",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8916503

Please sign in to comment.