Skip to content

Commit

Permalink
new release for database and drizzle engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmelo1 committed Dec 8, 2024
1 parent f8d879d commit 791b08c
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-starfishes-greet.md

This file was deleted.

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.14

### Patch Changes

- f0003db: Set up the drizzle engine better so we can have dynamic fields and better support from drizzle overall
- Updated dependencies [f0003db]
- @palmares/databases@0.2.14

## 0.2.13

### 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.13",
"version": "0.2.14",
"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
7 changes: 7 additions & 0 deletions libs/sequelize-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @palmares/sequelize-engine

## 0.2.14

### Patch Changes

- Updated dependencies [f0003db]
- @palmares/databases@0.2.14

## 0.2.13

### 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.13",
"version": "0.2.14",
"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
6 changes: 6 additions & 0 deletions libs/zod-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @palmares/zod-schema

## 0.2.14

### Patch Changes

- @palmares/schemas@0.2.14

## 0.2.13

### 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.13",
"version": "0.2.14",
"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.14

### Patch Changes

- f0003db: Set up the drizzle engine better so we can have dynamic fields and better support from drizzle overall

## 0.2.13

### 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.13",
"version": "0.2.14",
"description": "Add support for working with databases with palmares framework",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @palmares/schemas

## 0.2.14

### Patch Changes

- Updated dependencies [f0003db]
- @palmares/databases@0.2.14

## 0.2.13

### 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.13",
"version": "0.2.14",
"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 791b08c

Please sign in to comment.