mirror of https://github.com/alibaba/ice.git
				
				
				
			chore: update versions
This commit is contained in:
		
							parent
							
								
									d27ad76cad
								
							
						
					
					
						commit
						f65e346367
					
				|  | @ -1,5 +0,0 @@ | |||
| --- | ||||
| '@ice/rspack-config': patch | ||||
| --- | ||||
| 
 | ||||
| feat: add support for custom loaders in rspack configuration | ||||
|  | @ -1,5 +0,0 @@ | |||
| --- | ||||
| '@ice/plugin-miniapp': patch | ||||
| --- | ||||
| 
 | ||||
| fix: miniapp using absolute path to match route manifest | ||||
|  | @ -1,5 +0,0 @@ | |||
| --- | ||||
| '@ice/miniapp-runtime': patch | ||||
| --- | ||||
| 
 | ||||
| fix: enter same page twice then exit should not throw error | ||||
|  | @ -1,5 +0,0 @@ | |||
| --- | ||||
| '@ice/app': patch | ||||
| --- | ||||
| 
 | ||||
| fix: missing jsx-plus transform when server bundler is webpack | ||||
|  | @ -1,5 +1,13 @@ | |||
| # Changelog | ||||
| 
 | ||||
| ## 3.6.2 | ||||
| 
 | ||||
| ### Patch Changes | ||||
| 
 | ||||
| - 59414ba4: fix: missing jsx-plus transform when server bundler is webpack | ||||
| - Updated dependencies [182929ca] | ||||
|   - @ice/rspack-config@1.2.4 | ||||
| 
 | ||||
| ## 3.6.1 | ||||
| 
 | ||||
| ### Patch Changes | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "@ice/app", | ||||
|   "version": "3.6.1", | ||||
|   "version": "3.6.2", | ||||
|   "description": "provide scripts and configuration used by web framework ice", | ||||
|   "type": "module", | ||||
|   "main": "./esm/index.js", | ||||
|  |  | |||
|  | @ -1,5 +1,12 @@ | |||
| # @ice/miniapp-react-dom | ||||
| 
 | ||||
| ## 1.1.3 | ||||
| 
 | ||||
| ### Patch Changes | ||||
| 
 | ||||
| - Updated dependencies [d27ad76c] | ||||
|   - @ice/miniapp-runtime@1.2.3 | ||||
| 
 | ||||
| ## 1.1.2 | ||||
| 
 | ||||
| ### Patch Changes | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "@ice/miniapp-react-dom", | ||||
|   "version": "1.1.2", | ||||
|   "version": "1.1.3", | ||||
|   "description": "like react-dom, but for miniapps.", | ||||
|   "type": "module", | ||||
|   "types": "./esm/index.d.ts", | ||||
|  |  | |||
|  | @ -1,5 +1,11 @@ | |||
| # Changelog | ||||
| 
 | ||||
| ## 1.2.3 | ||||
| 
 | ||||
| ### Patch Changes | ||||
| 
 | ||||
| - d27ad76c: fix: enter same page twice then exit should not throw error | ||||
| 
 | ||||
| ## 1.2.2 | ||||
| 
 | ||||
| ### Patch Changes | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "@ice/miniapp-runtime", | ||||
|   "version": "1.2.2", | ||||
|   "version": "1.2.3", | ||||
|   "description": "ice runtime for miniapps.", | ||||
|   "type": "module", | ||||
|   "types": "./esm/index.d.ts", | ||||
|  |  | |||
|  | @ -56,7 +56,7 @@ | |||
|     "webpack-dev-server": "4.15.0" | ||||
|   }, | ||||
|   "peerDependencies": { | ||||
|     "@ice/app": "^3.6.1", | ||||
|     "@ice/app": "^3.6.2", | ||||
|     "@ice/runtime": "^1.5.2" | ||||
|   }, | ||||
|   "publishConfig": { | ||||
|  |  | |||
|  | @ -1,5 +1,14 @@ | |||
| # Changelog | ||||
| 
 | ||||
| ## 1.2.4 | ||||
| 
 | ||||
| ### Patch Changes | ||||
| 
 | ||||
| - 3670eadc: fix: miniapp using absolute path to match route manifest | ||||
| - Updated dependencies [d27ad76c] | ||||
|   - @ice/miniapp-runtime@1.2.3 | ||||
|   - @ice/miniapp-react-dom@1.1.3 | ||||
| 
 | ||||
| ## 1.2.3 | ||||
| 
 | ||||
| ### Patch Changes | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "@ice/plugin-miniapp", | ||||
|   "version": "1.2.3", | ||||
|   "version": "1.2.4", | ||||
|   "description": "ice.js plugin for miniapp.", | ||||
|   "license": "MIT", | ||||
|   "type": "module", | ||||
|  | @ -50,7 +50,7 @@ | |||
|     "sax": "^1.2.4" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@ice/app": "^3.6.1", | ||||
|     "@ice/app": "^3.6.2", | ||||
|     "@ice/runtime": "^1.5.2", | ||||
|     "webpack": "^5.88.0" | ||||
|   }, | ||||
|  |  | |||
|  | @ -1,5 +1,11 @@ | |||
| # @ice/rspack-config | ||||
| 
 | ||||
| ## 1.2.4 | ||||
| 
 | ||||
| ### Patch Changes | ||||
| 
 | ||||
| - 182929ca: feat: add support for custom loaders in rspack configuration | ||||
| 
 | ||||
| ## 1.2.3 | ||||
| 
 | ||||
| ### Patch Changes | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "@ice/rspack-config", | ||||
|   "version": "1.2.3", | ||||
|   "version": "1.2.4", | ||||
|   "repository": "alibaba/ice", | ||||
|   "bugs": "https://github.com/alibaba/ice/issues", | ||||
|   "homepage": "https://v3.ice.work", | ||||
|  |  | |||
|  | @ -2157,7 +2157,7 @@ importers: | |||
|         version: 1.2.4 | ||||
|     devDependencies: | ||||
|       '@ice/app': | ||||
|         specifier: ^3.6.1 | ||||
|         specifier: ^3.6.2 | ||||
|         version: link:../ice | ||||
|       '@ice/runtime': | ||||
|         specifier: ^1.5.2 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue