Skip to content

Commit 4be1acb

Browse files
github-actions[bot]mikebarkmin
authored andcommitted
Version Packages
1 parent 5562934 commit 4be1acb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+484
-63
lines changed

.changeset/early-swans-move.md

-36
This file was deleted.

examples/nextjs-client-side-assessment/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# example-nextjs-client-side-assessment
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/bits@0.2.0
18+
- @bitflow/core@0.6.0
19+
- @bitflow/do-local@0.5.0
20+
- @bitflow/flow-engine@0.5.0
21+
- @bitflow/provider@0.5.0
22+
323
## 0.4.8
424

525
### Patch Changes

examples/nextjs-client-side-assessment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"next",
66
"local"
77
],
8-
"version": "0.4.8",
8+
"version": "0.5.0",
99
"private": true,
1010
"scripts": {
1111
"dev": "next dev",

packages/bits/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @bitflow/bits
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/end-tries@0.5.0
18+
- @bitflow/input-markdown@0.5.0
19+
- @bitflow/start-simple@0.5.0
20+
- @bitflow/task-choice@0.5.0
21+
- @bitflow/task-fill-in-the-blank@0.5.0
22+
- @bitflow/task-highlighting@0.2.0
23+
- @bitflow/task-input@0.5.0
24+
- @bitflow/task-yes-no@0.5.0
25+
- @bitflow/title-simple@0.5.0
26+
327
## 0.1.0
428

529
### Minor Changes

packages/bits/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/bits",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/concept-model-editor/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @bitflow/concept-model-editor
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/concept-model@0.5.0
18+
- @bitflow/core@0.6.0
19+
320
## 0.4.4
421

522
### Patch Changes

packages/concept-model-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/concept-model-editor",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/concept-model/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @bitflow/concept-model
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/flow@0.7.0
18+
- @bitflow/flow-node@0.6.0
19+
320
## 0.4.4
421

522
### Patch Changes

packages/concept-model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/concept-model",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @bitflow/core
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
314
## 0.5.4
415

516
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/core",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/date/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @bitflow/date
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/provider@0.5.0
18+
319
## 0.2.7
420

521
### Patch Changes

packages/date/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/date",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/do-local/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @bitflow/do-local
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/core@0.6.0
18+
- @bitflow/do@0.6.0
19+
- @bitflow/flow-engine@0.5.0
20+
- @bitflow/provider@0.5.0
21+
322
## 0.4.5
423

524
### Patch Changes

packages/do-local/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/do-local",
3-
"version": "0.4.5",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/do/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @bitflow/do
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/core@0.6.0
18+
- @bitflow/flow-engine@0.5.0
19+
- @bitflow/provider@0.5.0
20+
- @bitflow/shell@0.7.0
21+
322
## 0.5.5
423

524
### Patch Changes

packages/do/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/do",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/end-tries/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @bitflow/end-tries
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/core@0.6.0
18+
- @bitflow/icons@0.5.0
19+
- @bitflow/provider@0.5.0
20+
- @bitflow/shell@0.7.0
21+
322
## 0.4.5
423

524
### Patch Changes

packages/end-tries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/end-tries",
3-
"version": "0.4.5",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/flow-editor/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @bitflow/flow-editor
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/core@0.6.0
18+
- @bitflow/flow@0.7.0
19+
- @bitflow/provider@0.5.0
20+
- @bitflow/shell@0.7.0
21+
322
## 0.4.5
423

524
### Patch Changes

packages/flow-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/flow-editor",
3-
"version": "0.4.5",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

packages/flow-engine/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @bitflow/flow-engine
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#508](https://github.com/openpatch/bitflow/pull/508) [`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - - Update dependencies
8+
9+
# BREAKING CHANGES
10+
11+
- React version 18 or newer is now required.
12+
- Patches version 6 or newer is now required.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`5562934`](https://github.com/openpatch/bitflow/commit/556293410578338349003475ff41eb69d9f2ffdf)]:
17+
- @bitflow/core@0.6.0
18+
319
## 0.4.4
420

521
### Patch Changes

packages/flow-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitflow/flow-engine",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/bitflow#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)