Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmelo1 committed Nov 18, 2024
1 parent 5b1470a commit de5986e
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/good-parents-sell.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- ba3507a: - Fix adapters to work on template creation

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palmares",
"version": "0.0.4",
"version": "0.0.5",
"description": "Scaffolds a new palmares application for you. Palmares is a framework that helps you to write and run javascript on the server",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions libs/drizzle-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/sequelize-engine

## 0.2.7

### Patch Changes

- ba3507a: - Fix adapters to work on template creation
- Updated dependencies [ba3507a]
- @palmares/databases@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/drizzle-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/drizzle-engine",
"version": "0.2.6",
"version": "0.2.7",
"description": "This is the engine that wraps the hole drizzle interface in a way palmares can understand and have full control of",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions libs/sequelize-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/sequelize-engine

## 0.2.7

### Patch Changes

- ba3507a: - Fix adapters to work on template creation
- Updated dependencies [ba3507a]
- @palmares/databases@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/sequelize-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/sequelize-engine",
"version": "0.2.6",
"version": "0.2.7",
"description": "This is the engine that wraps the hole sequelize interface in a way palmares can understand and have full control of",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions libs/zod-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/zod-schema

## 0.2.7

### Patch Changes

- ba3507a: - Fix adapters to work on template creation
- Updated dependencies [ba3507a]
- @palmares/schemas@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/zod-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/zod-schema",
"version": "0.2.6",
"version": "0.2.7",
"description": "Zod as the validation schema for palmares so we are able to validate through zod instead of using serializers",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/databases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @palmares/databases

## 0.2.7

### Patch Changes

- ba3507a: - Fix adapters to work on template creation

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/databases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/databases",
"version": "0.2.6",
"version": "0.2.7",
"description": "Add support for working with databases with palmares framework",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/schemas

## 0.2.7

### Patch Changes

- ba3507a: - Fix adapters to work on template creation
- Updated dependencies [ba3507a]
- @palmares/databases@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/schemas",
"version": "0.2.6",
"version": "0.2.7",
"description": "This defines a default schema definition for validation of data, it abstract popular schema validation libraries like zod, yup, valibot and others\"",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down

0 comments on commit de5986e

Please sign in to comment.