Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmelo1 committed Nov 22, 2024
1 parent b0c5de7 commit f06f2c5
Show file tree
Hide file tree
Showing 33 changed files with 135 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-moons-chew.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/node-std@0.2.5
- @palmares/logging@0.2.5
- @palmares/console-logging@0.2.5

## 0.0.9

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

## 0.2.5

### Patch Changes

- @palmares/logging@0.2.5

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/console-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/console-logging",
"version": "0.2.4",
"version": "0.2.5",
"description": "This is the default implementation of the logger adapter, you can create others if you want to",
"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.12

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/databases@0.2.12

## 0.2.11

### 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.11",
"version": "0.2.12",
"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/express-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/express-adapter

## 0.2.6

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/server@0.2.6

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/express-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/express-adapter",
"version": "0.2.5",
"version": "0.2.6",
"description": "This is the adapter for express framework to work with Palmares framework",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions libs/jest-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @palmares/jest-tests

## 0.2.6

### Patch Changes

- @palmares/tests@0.2.6

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/jest-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/jest-tests",
"version": "0.2.5",
"version": "0.2.6",
"description": "This is the jest testing adapter, we are abstracting jest to work flawlessly with palmares",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions libs/node-std/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @palmares/node-std

## 0.2.5

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/node-std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/node-std",
"version": "0.2.4",
"version": "0.2.5",
"description": "This is the nodejs standard library, it uses the std interfaces to interact with the environment so palmares can work with the same APIs without worrying about the environment it is running on.",
"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.12

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/databases@0.2.12

## 0.2.11

### 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.11",
"version": "0.2.12",
"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/vercel-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @palmares/vercel-adapter

## 0.1.6

### Patch Changes

- @palmares/server@0.2.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/vercel-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/vercel-adapter",
"version": "0.1.5",
"version": "0.1.6",
"description": "This is the adapter for Vercel allows you to deploy Palmares apps on Vercel",
"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.12

### Patch Changes

- @palmares/schemas@0.2.12

## 0.2.11

### 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.11",
"version": "0.2.12",
"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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @palmares/core

## 0.2.5

### Patch Changes

- b0c5de7: writeFile on std was appending and not writting

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/core",
"version": "0.2.4",
"version": "0.2.5",
"description": "This is the core part of the palmares framework, palmares is a framework heavily inspired by django and nestjs core ideas",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/databases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @palmares/databases

## 0.2.12

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/events@0.1.5
- @palmares/logging@0.2.5

## 0.2.11

### 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.11",
"version": "0.2.12",
"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/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/events

## 0.1.5

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/logging@0.2.5

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/events",
"version": "0.1.4",
"version": "0.1.5",
"description": "This is the events framework for palmares, it's responsible for handling everything that is Pub/Sub like websockets, pub/sub like redis, and other types of asynchronous background tasks",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @palmares/logging

## 0.2.5

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/logging",
"version": "0.2.4",
"version": "0.2.5",
"description": "Palmares logging interface so you can log it to the console or other places as well",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @palmares/schemas

## 0.2.12

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/databases@0.2.12
- @palmares/server@0.2.6

## 0.2.11

### 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.11",
"version": "0.2.12",
"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
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @palmares/server

## 0.2.6

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5
- @palmares/logging@0.2.5

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/server",
"version": "0.2.5",
"version": "0.2.6",
"description": "The server from palmares, this is what you will use generally to make HTTP requests",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @palmares/tests

## 0.2.6

### Patch Changes

- Updated dependencies [b0c5de7]
- @palmares/core@0.2.5

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmares/tests",
"version": "0.2.5",
"version": "0.2.6",
"description": "This defines a default test framework testing stuff inside of the framework",
"main": "./dist/src/index.cjs",
"module": "./dist/src/index.js",
Expand Down

0 comments on commit f06f2c5

Please sign in to comment.