Skip to content

Commit c3bd6d7

Browse files
authored
chore(release): 🚀
1 parent 68503d9 commit c3bd6d7

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/animate/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- Pre-release
8+
39
## 2.3.0
410

511
### Minor Changes

packages/animate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okikio/animate",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"type": "module",
55
"sideEffects": false,
66
"description": "An animation library for the modern web which utilizes the Web Animation API (WAAPI) to create butter smooth animation.",

packages/native/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- Pre-release
8+
39
## 3.0.0
410

511
### Major Changes

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okikio/native",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"sideEffects": false,
66
"description": "A framework who's goal is to make it easier to create complex, light-weight, and performant web applications using modern js apis.",

0 commit comments

Comments
 (0)