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 Oct 21, 2021
1 parent 17e4ed5 commit 7aefed0
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/quick-carrots-greet.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.3

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "async flag for functions and class methods",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cem-plugin-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# cem-plugin-copy

## 0.0.2

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.1

### Patch Changes

- 92dac17: Initial release!
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.1",
"version": "0.0.2",
"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.6

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.5

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

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "@function JSDoc tag for variables",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cem-plugin-module-file-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# cem-plugin-module-file-extensions

## 0.0.2

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.1

### Patch Changes

- 92dac17: Initial release!
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.1",
"version": "0.0.2",
"description": "Rewrite module path file extentions",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cem-plugin-readonly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# cem-plugin-readonly

## 0.0.2

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.1

### Patch Changes

- 92dac17: Initial release!
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.1",
"version": "0.0.2",
"description": "Readonly fields",
"author": "Benny Powers <[email protected]>",
"contributors": [
Expand Down
7 changes: 7 additions & 0 deletions plugins/cem-plugin-type-descriptions-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# cem-plugin-type-descriptions-markdown

## 0.0.2

### Patch Changes

- 5056ad3: Bump cem/a dependency

## 0.0.1

### Patch Changes

- 92dac17: Initial release!
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.1",
"version": "0.0.2",
"description": "Append markdown descriptions to types",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 7aefed0

Please sign in to comment.