Skip to content

Commit

Permalink
Merge pull request #37 from boyney123/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
boyney123 authored Feb 4, 2024
2 parents fdb25f6 + f943e97 commit 9bce350
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/selfish-yaks-flow.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#36](https://github.com/boyney123/cloudcatalog/pull/36) [`d7bd743`](https://github.com/boyney123/cloudcatalog/commit/d7bd743f5bc7a381e67ce0d9fade54321e0a76ac) Thanks [@boyney123](https://github.com/boyney123)! - fix: Force build for new resource.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudcatalog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcatalog/cli",
"version": "0.1.0",
"version": "0.2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cloudcatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudcatalog/core

## 0.2.0

### Minor Changes

- [#36](https://github.com/boyney123/cloudcatalog/pull/36) [`d7bd743`](https://github.com/boyney123/cloudcatalog/commit/d7bd743f5bc7a381e67ce0d9fade54321e0a76ac) Thanks [@boyney123](https://github.com/boyney123)! - fix: Force build for new resource.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudcatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcatalog/core",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/create-cloudcatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudcatalog/create-catalog

## 0.1.0

### Minor Changes

- [#36](https://github.com/boyney123/cloudcatalog/pull/36) [`d7bd743`](https://github.com/boyney123/cloudcatalog/commit/d7bd743f5bc7a381e67ce0d9fade54321e0a76ac) Thanks [@boyney123](https://github.com/boyney123)! - fix: Force build for new resource.

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudcatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcatalog/create-catalog",
"description": "Create cloud catalogs with one command",
"version": "0.0.10",
"version": "0.1.0",
"bin": {
"create-catalog": "./dist/index.js"
},
Expand Down

0 comments on commit 9bce350

Please sign in to comment.