Skip to content

Commit 5877252

Browse files
chore: release main
1 parent b36349c commit 5877252

File tree

9 files changed

+72
-8
lines changed

9 files changed

+72
-8
lines changed

packages/action/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* Added dictionary for english strings ([503cdb5](https://github.com/do-ob-io/core/commit/503cdb52e06ddcb867873ff2c38b47bbd5f0ee19))
9+
* Added formats modules ([9ec70c9](https://github.com/do-ob-io/core/commit/9ec70c9a7252a9a6fb899ac31e5c4d1958cdec16))
10+
* Added new packages for actions ([a3bf6dd](https://github.com/do-ob-io/core/commit/a3bf6dd709691f545130e63a9ea9b185458ff907))
11+
* Added schema code generation ([24612fa](https://github.com/do-ob-io/core/commit/24612faa2b718d5cb6f3d24ac489f7c5e00b6bfe))
12+
* Data package can now seed actions ([dff7db7](https://github.com/do-ob-io/core/commit/dff7db7581e52f263b910d5ce67133d1104341c0))
13+
* Fully featured types for logic processors ([57e1e6d](https://github.com/do-ob-io/core/commit/57e1e6df03950bf9b6995cc90f26768bb1dacbba))
14+
* Redefinited action scopes and rates ([44feeb3](https://github.com/do-ob-io/core/commit/44feeb3ce7b1dfec03f90fe42892856d8ad6a4e7))

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@do-ob/action",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A collection of actions for event dispatching.",
55
"type": "module",
66
"files": [

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/do-ob-io/core/compare/core-v1.1.0...core-v1.2.0) (2024-08-13)
4+
5+
6+
### Features
7+
8+
* Added new fasthash utility ([45ae8fc](https://github.com/do-ob-io/core/commit/45ae8fc255ae8573313cb83fb3fa5ad3a9fef667))
9+
* Added ontext builders ([fabf47b](https://github.com/do-ob-io/core/commit/fabf47b29b2018102d17c6bdd5ecc59d48b32c0f))
10+
* Added update adapter method ([22c7f3a](https://github.com/do-ob-io/core/commit/22c7f3a3d327aed93b0f50a617a8fe77c648f566))
11+
* Fully featured types for logic processors ([57e1e6d](https://github.com/do-ob-io/core/commit/57e1e6df03950bf9b6995cc90f26768bb1dacbba))
12+
* further context updates ([d7c41ef](https://github.com/do-ob-io/core/commit/d7c41effa05c41154803dbc192eec0699cee0bec))
13+
* Redefinited action scopes and rates ([44feeb3](https://github.com/do-ob-io/core/commit/44feeb3ce7b1dfec03f90fe42892856d8ad6a4e7))
14+
15+
16+
### Bug Fixes
17+
18+
* Memoize function no longer attempts to export a scoped function during the type bundle ([b94b089](https://github.com/do-ob-io/core/commit/b94b089f5be050f8616ea55b8299ffb57b013bcd))
19+
320
## [1.1.0](https://github.com/do-ob-io/core/compare/core-v1.0.0...core-v1.1.0) (2024-06-17)
421

522

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@do-ob/core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A core library for common functions to share across many applications.",
55
"type": "module",
66
"files": [

packages/data/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* Added data package ([311fad9](https://github.com/do-ob-io/core/commit/311fad90a90677e86e03b9bb924abd2a61c8718a))
9+
* Added generic entity transaction ([2fcf6a8](https://github.com/do-ob-io/core/commit/2fcf6a86310d521363a8cb0e2a5c60bb3fe48222))
10+
* Added insertMany transaction ([52427cf](https://github.com/do-ob-io/core/commit/52427cf342ee35d6b3c6e05dcff81b027edbad27))
11+
* Added query transaction ([4bbd77a](https://github.com/do-ob-io/core/commit/4bbd77a601241842b00d668fd7a5ed25a5f066e0))
12+
* Added remove transaction ([a11a631](https://github.com/do-ob-io/core/commit/a11a6311363772114e37944657122d99be2c14b9))
13+
* Added seeding module to populate data tables ([56e1b73](https://github.com/do-ob-io/core/commit/56e1b738bf499704128e627e48bc98165350ba5e))
14+
* Added table groups in the schema ([b151004](https://github.com/do-ob-io/core/commit/b151004d9a2edd237e58edb5d5d1bd990fc28e7d))
15+
* Added transactions module export ([1cbb836](https://github.com/do-ob-io/core/commit/1cbb836d11f74b81b9c91f55775f122a4990301b))
16+
* Added update adapter method ([22c7f3a](https://github.com/do-ob-io/core/commit/22c7f3a3d327aed93b0f50a617a8fe77c648f566))
17+
* Data package can now seed actions ([dff7db7](https://github.com/do-ob-io/core/commit/dff7db7581e52f263b910d5ce67133d1104341c0))
18+
* Entity insert now returns entity meta data ([23d243a](https://github.com/do-ob-io/core/commit/23d243a1b811bf7576fcae7bc8a9c0982c8431db))
19+
* Exported system seed from primary modules ([73fed1d](https://github.com/do-ob-io/core/commit/73fed1d5fe09ba3edf25b86627147e9f3235afe4))
20+
* further context updates ([d7c41ef](https://github.com/do-ob-io/core/commit/d7c41effa05c41154803dbc192eec0699cee0bec))
21+
* Non-entity tables can be queies with global ambits ([8e7a296](https://github.com/do-ob-io/core/commit/8e7a296cbdfb68179990018d54e97a9c05164c44))

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@do-ob/data",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A common data library for applications.",
55
"type": "module",
66
"files": [

packages/logic/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* Added logic package for data processing ([656a83d](https://github.com/do-ob-io/core/commit/656a83d14dcdd347e4bb356424e5d5182b541ee4))
9+
* Fully featured types for logic processors ([57e1e6d](https://github.com/do-ob-io/core/commit/57e1e6df03950bf9b6995cc90f26768bb1dacbba))
10+
* Logic package now features process handling with types ([96d42c4](https://github.com/do-ob-io/core/commit/96d42c4473fb83d931335a56460e23b500ec95eb))
11+
* Logic pools handles rejected process output promises without interrupting other process agents. ([a6b477a](https://github.com/do-ob-io/core/commit/a6b477a7df5ad693452dc7f984f9ea1d2723bd48))
12+
* Request options can be passed to the logic dispatch ([52fec25](https://github.com/do-ob-io/core/commit/52fec2592a4f34d98b261cc8e1fa772f5f04a5e3))

packages/logic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@do-ob/logic",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Logic for processing, mutating, and providing data.",
55
"type": "module",
66
"files": [

release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/action": "0.0.0",
3-
"packages/core": "1.1.0",
2+
"packages/action": "1.0.0",
3+
"packages/core": "1.2.0",
44
"packages/crypto": "1.0.0",
5-
"packages/data": "0.0.0",
6-
"packages/logic": "0.0.0"
5+
"packages/data": "1.0.0",
6+
"packages/logic": "1.0.0"
77
}

0 commit comments

Comments
 (0)