Skip to content

Commit 84fca6f

Browse files
committed
internal: publish
- example-react-18@4.2.13 - example-linaria@5.0.48 - example-typescript@11.0.18 - @anansi/babel-preset@3.5.0 - @anansi/cli@2.0.33 - @anansi/core@0.16.11 - @anansi/eslint-plugin@0.16.0 - @anansi/generator-js@10.2.18 - @anansi/jest-preset@0.8.5 - @pojo-router/core@0.5.67 - @anansi/router@0.7.20 - @anansi/ts-utils@0.3.0 - @anansi/webpack-config@14.3.2
1 parent 0aab1f9 commit 84fca6f

File tree

27 files changed

+106
-48
lines changed

27 files changed

+106
-48
lines changed

examples/concurrent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.2.13](https://github.com/ntucker/anansi/compare/example-react-18@4.2.12...example-react-18@4.2.13) (2023-02-28)
7+
8+
**Note:** Version bump only for package example-react-18
9+
610
### [4.2.12](https://github.com/ntucker/anansi/compare/example-react-18@4.2.11...example-react-18@4.2.12) (2023-02-28)
711

812
### 💅 Enhancement

examples/concurrent/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-18",
3-
"version": "4.2.12",
3+
"version": "4.2.13",
44
"private": true,
55
"scripts": {
66
"start": "anansi serve --dev ./src/index.tsx",
@@ -17,12 +17,12 @@
1717
"postinstall": "rm -rf node_modules/.cache"
1818
},
1919
"devDependencies": {
20-
"@anansi/babel-preset": "^3.4.3",
20+
"@anansi/babel-preset": "^3.5.0",
2121
"@anansi/browserslist-config": "^1.4.1",
22-
"@anansi/cli": "^2.0.32",
23-
"@anansi/eslint-plugin": "^0.15.4",
24-
"@anansi/jest-preset": "^0.8.4",
25-
"@anansi/webpack-config": "^14.3.1",
22+
"@anansi/cli": "^2.0.33",
23+
"@anansi/eslint-plugin": "^0.16.0",
24+
"@anansi/jest-preset": "^0.8.5",
25+
"@anansi/webpack-config": "^14.3.2",
2626
"@babel/core": "7.21.0",
2727
"@rest-hooks/test": "10.2.0",
2828
"@types/babel__core": "7.20.0",
@@ -50,8 +50,8 @@
5050
"webpack-dev-server": "4.11.1"
5151
},
5252
"dependencies": {
53-
"@anansi/core": "^0.16.10",
54-
"@anansi/router": "^0.7.19",
53+
"@anansi/core": "^0.16.11",
54+
"@anansi/router": "^0.7.20",
5555
"@ant-design/cssinjs": "^1.5.1",
5656
"@babel/runtime": "^7.20.6",
5757
"@linaria/core": "4.2.8",

examples/linaria/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [5.0.48](https://github.com/ntucker/anansi/compare/example-linaria@5.0.47...example-linaria@5.0.48) (2023-02-28)
7+
8+
**Note:** Version bump only for package example-linaria
9+
610
### [5.0.47](https://github.com/ntucker/anansi/compare/example-linaria@5.0.46...example-linaria@5.0.47) (2023-02-28)
711

812
**Note:** Version bump only for package example-linaria

examples/linaria/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-linaria",
3-
"version": "5.0.47",
3+
"version": "5.0.48",
44
"private": true,
55
"scripts": {
66
"start": "webpack serve --mode=development",
@@ -14,9 +14,9 @@
1414
"test:type": "tsc --noEmit"
1515
},
1616
"devDependencies": {
17-
"@anansi/babel-preset": "^3.4.3",
17+
"@anansi/babel-preset": "^3.5.0",
1818
"@anansi/browserslist-config": "^1.4.1",
19-
"@anansi/webpack-config": "^14.3.1",
19+
"@anansi/webpack-config": "^14.3.2",
2020
"@types/classnames": "2.3.1",
2121
"@types/react-router-dom": "5.3.3",
2222
"babel-loader": "9.1.2",

examples/typescript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [11.0.18](https://github.com/ntucker/anansi/compare/example-typescript@11.0.17...example-typescript@11.0.18) (2023-02-28)
7+
8+
**Note:** Version bump only for package example-typescript
9+
610
### [11.0.17](https://github.com/ntucker/anansi/compare/example-typescript@11.0.16...example-typescript@11.0.17) (2023-02-28)
711

812
### 💅 Enhancement

examples/typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-typescript",
3-
"version": "11.0.17",
3+
"version": "11.0.18",
44
"private": true,
55
"scripts": {
66
"start": "webpack serve --mode=development",
@@ -18,10 +18,10 @@
1818
"build:storybook": "build-storybook"
1919
},
2020
"devDependencies": {
21-
"@anansi/babel-preset": "^3.4.3",
21+
"@anansi/babel-preset": "^3.5.0",
2222
"@anansi/browserslist-config": "^1.4.1",
23-
"@anansi/jest-preset": "^0.8.4",
24-
"@anansi/webpack-config": "^14.3.1",
23+
"@anansi/jest-preset": "^0.8.5",
24+
"@anansi/webpack-config": "^14.3.2",
2525
"@rest-hooks/test": "10.2.0",
2626
"@storybook/addon-essentials": "6.5.16",
2727
"@storybook/addon-links": "6.5.16",

packages/babel-preset-anansi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.3...@anansi/babel-preset@3.5.0) (2023-02-28)
7+
8+
### 🚀 Features
9+
10+
* Support TypeScript 5.0 ([0aab1f9](https://github.com/ntucker/anansi/commit/0aab1f9bc0d4af803217184f65f8f7642c4acd4c))
11+
612
### [3.4.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.2...@anansi/babel-preset@3.4.3) (2023-02-28)
713

814
### 💅 Enhancement

packages/babel-preset-anansi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anansi/babel-preset",
3-
"version": "3.4.3",
3+
"version": "3.5.0",
44
"description": "Production ready babel (with TypeScript!)",
55
"main": "index.js",
66
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [2.0.33](https://github.com/ntucker/anansi/compare/@anansi/cli@2.0.32...@anansi/cli@2.0.33) (2023-02-28)
7+
8+
**Note:** Version bump only for package @anansi/cli
9+
610
### [2.0.32](https://github.com/ntucker/anansi/compare/@anansi/cli@2.0.31...@anansi/cli@2.0.32) (2023-02-28)
711

812
**Note:** Version bump only for package @anansi/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anansi/cli",
3-
"version": "2.0.32",
3+
"version": "2.0.33",
44
"description": "Fast React Web Apps",
55
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
66
"repository": {

0 commit comments

Comments
 (0)