Skip to content

Commit

Permalink
Version Packages (#10)
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 22, 2024
1 parent a9bfda2 commit 25c5e2f
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .changeset/hip-needles-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-ducks-own.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/weak-snails-repeat.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cedar-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cedar-codegen/cli

## 0.0.5

### Patch Changes

- a9bfda2: Fix clash with regular yarn version command
- da0f423: Update readme to automate publications
- 93b1ef7: Use custom version command
- Updated dependencies [a9bfda2]
- Updated dependencies [da0f423]
- Updated dependencies [93b1ef7]
- @cedar-codegen/common@0.0.5
- @cedar-codegen/core@0.0.5

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cedar-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cedar-codegen/cli",
"version": "0.0.4",
"version": "0.0.5",
"bin": {
"cedar-codegen": "./dist/src/bin.js"
},
"license": "MIT",
"author": "Magnus Jensen <[email protected]>",
"type": "module",
"dependencies": {
"@cedar-codegen/common": "^0.0.4",
"@cedar-codegen/core": "^0.0.4",
"@cedar-codegen/common": "^0.0.5",
"@cedar-codegen/core": "^0.0.5",
"cosmiconfig": "^9.0.0"
},
"main": "dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cedar-codegen-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cedar-codegen/common

## 0.0.5

### Patch Changes

- a9bfda2: Fix clash with regular yarn version command
- da0f423: Update readme to automate publications
- 93b1ef7: Use custom version command

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cedar-codegen-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cedar-codegen/common",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"author": "Magnus Jensen <[email protected]>",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/cedar-codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cedar-codegen/core

## 0.0.5

### Patch Changes

- a9bfda2: Fix clash with regular yarn version command
- da0f423: Update readme to automate publications
- 93b1ef7: Use custom version command
- Updated dependencies [a9bfda2]
- Updated dependencies [da0f423]
- Updated dependencies [93b1ef7]
- @cedar-codegen/common@0.0.5

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cedar-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cedar-codegen/core",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"author": "Magnus Jensen <[email protected]>",
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"dependencies": {
"@cedar-codegen/common": "^0.0.4"
"@cedar-codegen/common": "^0.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,25 +421,25 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cedar-codegen/cli@workspace:packages/cedar-codegen-cli"
dependencies:
"@cedar-codegen/common": "npm:^0.0.4"
"@cedar-codegen/core": "npm:^0.0.4"
"@cedar-codegen/common": "npm:^0.0.5"
"@cedar-codegen/core": "npm:^0.0.5"
cosmiconfig: "npm:^9.0.0"
bin:
cedar-codegen: ./dist/src/bin.js
languageName: unknown
linkType: soft

"@cedar-codegen/common@npm:^0.0.4, @cedar-codegen/common@workspace:packages/cedar-codegen-common":
"@cedar-codegen/common@npm:^0.0.5, @cedar-codegen/common@workspace:packages/cedar-codegen-common":
version: 0.0.0-use.local
resolution: "@cedar-codegen/common@workspace:packages/cedar-codegen-common"
languageName: unknown
linkType: soft

"@cedar-codegen/core@npm:^0.0.4, @cedar-codegen/core@workspace:packages/cedar-codegen-core":
"@cedar-codegen/core@npm:^0.0.5, @cedar-codegen/core@workspace:packages/cedar-codegen-core":
version: 0.0.0-use.local
resolution: "@cedar-codegen/core@workspace:packages/cedar-codegen-core"
dependencies:
"@cedar-codegen/common": "npm:^0.0.4"
"@cedar-codegen/common": "npm:^0.0.5"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 25c5e2f

Please sign in to comment.