Skip to content

Commit

Permalink
Fixed and published new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
blanklob committed Feb 24, 2023
1 parent 7281583 commit 2b460e3
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:watch": "turbo run test:watch --filter=*adastra*",
"change:add": "changeset add",
"change:version": "changeset version",
"change:release": "turbo run lint test && changeset version && changeset publish",
"change:release": "turbo run lint build test && changeset publish",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\""
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/adastra-branding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `adastra`

## 0.1.1

### Patch Changes

- Fixed issues and added an entrypoint pattern

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adastra-branding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adastra-branding",
"version": "0.1.0",
"version": "0.1.1",
"author": "Blanklob",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/adastra-cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `adastra-cli-kit`

## 0.1.2

### Patch Changes

- Fixed issues and added an entrypoint pattern
- Updated dependencies
- adastra-branding@0.1.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adastra-cli-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adastra-cli-kit",
"version": "0.1.1",
"version": "0.1.2",
"author": "Blanklob",
"license": "MIT",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/adastra-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# `adastra-cli`

## 0.3.0

### Minor Changes

- Fixed issues and added an entrypoint pattern

### Patch Changes

- Updated dependencies
- adastra-branding@0.1.1
- adastra-cli-kit@0.1.2

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adastra-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adastra-cli",
"version": "0.2.2",
"version": "0.3.0",
"author": "Blanklob",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/adastra-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# `adastra-plugin`

## 0.2.0

### Minor Changes

- Fixed issues and added an entrypoint pattern

### Patch Changes

- Updated dependencies
- adastra-branding@0.1.1

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adastra-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adastra-plugin",
"version": "0.1.3",
"version": "0.2.0",
"author": "Blanklob",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/adastra-prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# adastra-prettier-config

## 0.1.3

### Patch Changes

- Fixed issues and added an entrypoint pattern
2 changes: 1 addition & 1 deletion packages/adastra-prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adastra-prettier-config",
"version": "0.1.2",
"version": "0.1.3",
"author": "Blanklob",
"license": "MIT",
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-adastra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `create-adastra`

## 0.1.2

### Patch Changes

- Fixed issues and added an entrypoint pattern
- Updated dependencies
- adastra-branding@0.1.1
- adastra-cli-kit@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-adastra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-adastra",
"version": "0.1.1",
"version": "0.1.2",
"author": "Blanklob",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-adastra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-config-adastra

## 0.1.1

### Patch Changes

- Fixed issues and added an entrypoint pattern
2 changes: 1 addition & 1 deletion packages/eslint-config-adastra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adastra",
"version": "0.1.0",
"version": "0.1.1",
"author": "Blanklob",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 2b460e3

Please sign in to comment.