Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and 0x706b committed May 14, 2024
1 parent 461c683 commit 8fa5e59
Show file tree
Hide file tree
Showing 37 changed files with 167 additions and 40 deletions.
22 changes: 0 additions & 22 deletions .changeset/itchy-insects-call.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/base

## 0.0.34

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/typelevel@0.0.17

## 0.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/base",
"version": "0.0.33",
"version": "0.0.34",
"type": "module",
"typesVersions": {
"*": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fncts/cache

## 0.0.12

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/io@0.0.42
- @fncts/transformers@0.0.8
- @fncts/typelevel@0.0.17

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/cache",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"typesVersions": {
"*": {
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fncts/codegen

## 0.0.18

### Patch Changes

- 461c683: chore: bump packages

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/codegen",
"version": "0.0.17",
"version": "0.0.18",
"scripts": {
"build": "yarn org:tsc -b && yarn build-cjs",
"build-mjs": "yarn org:babel build/esm --config-file ./.babel.mjs.json --out-dir build/mjs --out-file-extension .mjs --source-maps",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fncts/config

## 0.0.17

### Patch Changes

- 461c683: chore: bump packages

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/config",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"exports": {
"./prettier": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/eslint-config

## 0.0.18

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/codegen@0.0.18

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/eslint-config",
"version": "0.0.17",
"version": "0.0.18",
"scripts": {
"build": "rm -rf build && mkdir build && mkdir build/cjs && cp index.cjs build/cjs/index.cjs",
"build-pack": "yarn build && yarn fncts-pack cjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/express

## 0.0.35

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/io@0.0.42

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/express",
"version": "0.0.34",
"version": "0.0.35",
"type": "module",
"typesVersions": {
"*": {
Expand Down
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fncts/react

## 0.0.1

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/io@0.0.42
- @fncts/schema@0.0.14
- @fncts/typelevel@0.0.17

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/http",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"typesVersions": {
"*": {
Expand Down
10 changes: 10 additions & 0 deletions packages/io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fncts/io

## 0.0.42

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/transformers@0.0.8
- @fncts/typelevel@0.0.17

## 0.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/io",
"version": "0.0.41",
"version": "0.0.42",
"type": "module",
"typesVersions": {
"*": {
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/base

## 0.0.35

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/io@0.0.42

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/node",
"version": "0.0.34",
"version": "0.0.35",
"type": "module",
"typesVersions": {
"*": {
Expand Down
8 changes: 8 additions & 0 deletions packages/observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/pattern

## 0.0.23

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/observable",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"typesVersions": {
"*": {
Expand Down
6 changes: 6 additions & 0 deletions packages/pattern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fncts/pattern

## 0.0.16

### Patch Changes

- 461c683: chore: bump packages

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/pattern",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"typesVersions": {
"*": {
Expand Down
10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fncts/query

## 0.0.17

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/io@0.0.42
- @fncts/typelevel@0.0.17

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/query",
"version": "0.0.16",
"version": "0.0.17",
"type": "module",
"typesVersions": {
"*": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fncts/react

## 0.0.14

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/io@0.0.42
- @fncts/typelevel@0.0.17

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/react",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"typesVersions": {
"*": {
Expand Down
9 changes: 9 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fncts/schema

## 0.0.14

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/typelevel@0.0.17

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/schema",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"typesVersions": {
"*": {
Expand Down
6 changes: 6 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fncts/scripts

## 0.0.21

### Patch Changes

- 461c683: chore: bump packages

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fncts/scripts",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"type": "module",
"bin": {
"fncts-pack": "./bin/fncts-pack.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fncts/test

## 0.0.42

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/base@0.0.34
- @fncts/io@0.0.42
- @fncts/typelevel@0.0.17

## 0.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fncts/test",
"version": "0.0.41",
"version": "0.0.42",
"type": "module",
"typesVersions": {
"*": {
Expand Down
8 changes: 8 additions & 0 deletions packages/transformers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fncts/transformers

## 0.0.8

### Patch Changes

- 461c683: chore: bump packages
- Updated dependencies [461c683]
- @fncts/typelevel@0.0.17

## 0.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit 8fa5e59

Please sign in to comment.