Skip to content

Commit e09497a

Browse files
chore: version bump
1 parent 71bd814 commit e09497a

File tree

17 files changed

+67
-39
lines changed

17 files changed

+67
-39
lines changed

.changeset/brave-baths-agree.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/floppy-foxes-vanish.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/loud-carrots-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-lands-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blocks/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/rtCamp/snapwp/pull/42) [`dcecabf`](https://github.com/rtCamp/snapwp/commit/dcecabfa9df535727e988d2db59bb0a6aa5d2a73) Thanks [@Swanand01](https://github.com/Swanand01)! - feat: Add support for providing block definitions via the Config API.
8+
9+
- [#87](https://github.com/rtCamp/snapwp/pull/87) [`71bd814`](https://github.com/rtCamp/snapwp/commit/71bd81452935736170e81dabe8fea48b6d2b8085) Thanks [@BhumikP](https://github.com/BhumikP)! - dev: Implement noPropertyAccessFromIndexSignature rule in tsconfig base
10+
11+
- Updated dependencies [[`dcecabf`](https://github.com/rtCamp/snapwp/commit/dcecabfa9df535727e988d2db59bb0a6aa5d2a73), [`71bd814`](https://github.com/rtCamp/snapwp/commit/71bd81452935736170e81dabe8fea48b6d2b8085), [`58d3d47`](https://github.com/rtCamp/snapwp/commit/58d3d4755962456347295dd7d876d02486a8a455)]:
12+
- @snapwp/core@0.1.1
13+
- @snapwp/next@0.1.1
14+
315
## 0.1.0
416

517
### Minor Changes

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapwp/blocks",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "AGPL-3.0",
55
"description": "Library for handling Gutenberg blocks.",
66
"author": "rtCamp",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @snapwp/core
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/rtCamp/snapwp/pull/42) [`dcecabf`](https://github.com/rtCamp/snapwp/commit/dcecabfa9df535727e988d2db59bb0a6aa5d2a73) Thanks [@Swanand01](https://github.com/Swanand01)! - feat: Add support for providing block definitions via the Config API.
8+
9+
- [#87](https://github.com/rtCamp/snapwp/pull/87) [`71bd814`](https://github.com/rtCamp/snapwp/commit/71bd81452935736170e81dabe8fea48b6d2b8085) Thanks [@BhumikP](https://github.com/BhumikP)! - dev: Implement noPropertyAccessFromIndexSignature rule in tsconfig base
10+
311
## 0.1.0
412

513
### Minor Changes

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": "@snapwp/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "AGPL-3.0",
55
"description": "Shared utility methods and React components used by our other packages.",
66
"author": "rtCamp",
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# @snapwp/eslint-config
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#86](https://github.com/rtCamp/snapwp/pull/86) [`5b33121`](https://github.com/rtCamp/snapwp/commit/5b331212ce480d71b7a764aa7d3876cb2429de1a) Thanks [@justlevine](https://github.com/justlevine)! - refactor!: Remove `overrides` from `eslint-config` ruleset
8+
39
## 0.1.0
410

511
### Minor Changes
612

7-
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
13+
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
814

915
## 0.0.2
1016

1117
### Patch Changes
1218

13-
- refactor!: move `import/resolver` from `@snapwp/eslint-config` package to local config
19+
- refactor!: move `import/resolver` from `@snapwp/eslint-config` package to local config

0 commit comments

Comments
 (0)