Skip to content

Commit

Permalink
chore: release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent 726f5e3 commit 179d2e2
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 93 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.1](https://github.com/foscia-dev/foscia/compare/v0.12.0...v0.12.1) (2024-07-03)


### Features

* **core:** normalize IDs to string inside default cache implementation ([4de6033](https://github.com/foscia-dev/foscia/commit/4de6033f254d9e366b5cd29c99a5102a01a1a14a))

## [0.12.0](https://github.com/foscia-dev/foscia/compare/v0.11.4...v0.12.0) (2024-07-03)

[**➜ Migration from 0.11.x to 0.12.x**](https://foscia.dev/docs/upgrade/migration#012x-from-011x)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"scripts": {
"test:watch": "vitest --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/cli",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/core",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"release": "release-it"
},
"dependencies": {
"@foscia/shared": "0.12.0"
"@foscia/shared": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/http",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,8 +34,8 @@
"release": "release-it"
},
"dependencies": {
"@foscia/core": "0.12.0",
"@foscia/shared": "0.12.0"
"@foscia/core": "0.12.1",
"@foscia/shared": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/jsonapi",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,12 +34,12 @@
"release": "release-it"
},
"dependencies": {
"@foscia/core": "0.12.0",
"@foscia/http": "0.12.0",
"@foscia/rest": "0.12.0",
"@foscia/serialization": "0.12.0",
"@foscia/shared": "0.12.0",
"@foscia/test": "0.12.0"
"@foscia/core": "0.12.1",
"@foscia/http": "0.12.1",
"@foscia/rest": "0.12.1",
"@foscia/serialization": "0.12.1",
"@foscia/shared": "0.12.1",
"@foscia/test": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/rest",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,11 +34,11 @@
"release": "release-it"
},
"dependencies": {
"@foscia/core": "0.12.0",
"@foscia/http": "0.12.0",
"@foscia/serialization": "0.12.0",
"@foscia/shared": "0.12.0",
"@foscia/test": "0.12.0"
"@foscia/core": "0.12.1",
"@foscia/http": "0.12.1",
"@foscia/serialization": "0.12.1",
"@foscia/shared": "0.12.1",
"@foscia/test": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/serialization/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/serialization",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,8 +34,8 @@
"release": "release-it"
},
"dependencies": {
"@foscia/core": "0.12.0",
"@foscia/shared": "0.12.0"
"@foscia/core": "0.12.1",
"@foscia/shared": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/shared",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foscia/test",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Paul Thébaud",
"description": "Type safe, modular and intuitive API/data client for JS/TS.",
Expand Down Expand Up @@ -34,8 +34,8 @@
"release": "release-it"
},
"dependencies": {
"@foscia/core": "0.12.0",
"@foscia/shared": "0.12.0"
"@foscia/core": "0.12.1",
"@foscia/shared": "0.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
132 changes: 66 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 179d2e2

Please sign in to comment.